jenkins-二、pipeline腳本切換角色,執行腳本等要點

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