Upgrade CI build process to use a Jenkinsfile in the repository with the stages defined in the scripted pipeline syntax, instead of the build configuration currently defined in the Jenkins web UI. Disable concurrent builds with properties([disableConcurrentBuilds()]).
Upgrade CI build process to use a
Jenkinsfile
in the repository with the stages defined in the scripted pipeline syntax, instead of the build configuration currently defined in the Jenkins web UI. Disable concurrent builds withproperties([disableConcurrentBuilds()])
.