Browse Source

规范构建文件

main
Julin 2 years ago
parent
commit
f8b217408d
  1. 2
      code/pep-stats-report/jenkinsfile

2
code/pep-stats-report/jenkinsfile

@ -8,7 +8,7 @@ pipeline {
stages {
stage('Testing fs-pep-stats-report......') {
steps {
buildName '#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}'
buildName '#${BUILD_NUMBER} ~/pep/${JOB_NAME}:${IMAGE_VERSION}'
buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
sh '''
cd ./code/pep-stats-report

Loading…
Cancel
Save