Code changed in jenkins
User: Kyle Cronin
Path:
docs/Home.md
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/DeployArtifactsContext.groovy
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/MavenPublisherContext.groovy
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/publisher/MavenPublisherContextSpec.groovy
http://jenkins-ci.org/commit/job-dsl-plugin/1c74f8e4e98d203343971bcc8bf268cfcf213c43
Log:
JENKINS-44357 - add releaseEnvVar property to DeployArtifactsContext
Add support for the optional releaseEnvVar property in the maven plugin
RedeployPublisher.
This property controls if the publisher should be skipped when the
environment variable value is ‘true’.
Submitted pull request, https://github.com/jenkinsci/job-dsl-plugin/pull/1036