Browse Source

sh 'switch-auth.sh anxinyun'

dev
巴林闲侠 2 years ago
parent
commit
b77833beaa
  1. 1
      jenkinsfile_web

1
jenkinsfile_web

@ -8,7 +8,6 @@ pipeline {
stages { stages {
stage('Highways4Good Web......') { stage('Highways4Good Web......') {
steps { steps {
sh 'switch-auth.sh anxinyun'
buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}" buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}"
buildDescription "harbor.anxinyun.cn/iot/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}" buildDescription "harbor.anxinyun.cn/iot/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}"
sh 'nerdctl build -t harbor.anxinyun.cn/iot/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./web' sh 'nerdctl build -t harbor.anxinyun.cn/iot/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./web'

Loading…
Cancel
Save