docker-plugin icon indicating copy to clipboard operation
docker-plugin copied to clipboard

Short name for $class: 'DockerBuilderPublisher'

Open GyrosGeier opened this issue 5 years ago • 0 comments

I have a few declarative pipelines using

step([$class: 'DockerBuilderPublisher', tagsString: 'myproject', cloud: 'docker'])

It would be nice to have a short name for this step instead of referring to it by class name.

GyrosGeier avatar Feb 27 '20 16:02 GyrosGeier