docker-plugin
docker-plugin copied to clipboard
Short name for $class: 'DockerBuilderPublisher'
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.