Browse Source

again

master
周沫沫历险记 2 years ago
parent
commit
8c1992c709
  1. 4
      jenkinsfile_poms_api

4
jenkinsfile_poms_api

@ -6,11 +6,11 @@ pipeline {
}
stages {
stage('Testing projectManagement api......') {
stage('Testing dc api......') {
steps {
buildName '#${BUILD_NUMBER} ~/pep/${JOB_NAME}:${IMAGE_VERSION}'
buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} .'
sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ./api'
sh 'nerdctl push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
}}
}

Loading…
Cancel
Save