Browse Source

构建文件配置修改

master
周沫沫历险记 2 years ago
parent
commit
6dcb6b7843
  1. 16
      jenkinsfile_poms_api

16
jenkinsfile_poms_api

@ -2,18 +2,16 @@ pipeline {
agent { agent {
node{ node{
label 'jnlp-slave' label 'jnlp-slave'
} }
} }
stages { stages {
stage('Testing pep-report-api ......') { stage('Testing projectManagement api......') {
steps { steps {
sh 'switch-auth.sh anxinyun' buildName '#${BUILD_NUMBER} ~/pep/${JOB_NAME}:${IMAGE_VERSION}'
buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}" buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
buildDescription "registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}" sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} .'
sh 'docker build -t registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./api' sh 'nerdctl push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
sh 'docker push registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}' }}
}
} }
}
} }
Loading…
Cancel
Save