pipeline { agent any environment { //以上自定义的参数project = "$params.PROJECT" } stages { stage('获取端口'){ steps{ script{ ...
確定! 回上一頁