Jenkinsfile
@@ -11,6 +11,7 @@ options { //给日志加上时间错, 需安装 Timestamper 插件 timestamps() ansiColor('xterm') } stages { @@ -29,7 +30,7 @@ stage('test') { steps { sh ''' echo"BRANCH ${GIT_BRANCH}" echo "BRANCH ${GIT_BRANCH}" printenv ''' test("${project_name}","${GIT_CREDENTIALS_ID}","${url}","${GIT_BRANCH}")