Jenkinsfile pipeline { agent any stages { stage('build') { steps { script { //first.groovy path might change as per your need def var1 ...
確定! 回上一頁