jenkins-二、pipeline脚本切换角色,执行脚本等要点

demo pipeline脚本 #!/usr/bin/env groovy pipeline{ agent any environment { REVISION = "0.0.${env.BUILD_ID}" } options{ disableConcurrentBuilds() skipDefaultCheckout()
相关文章
相关标签/搜索