wenlele
2 years ago
1 changed files with 30 additions and 8 deletions
@ -1,19 +1,41 @@ |
|||||
|
// pipeline { |
||||
|
// agent { |
||||
|
// node{ |
||||
|
// label 'jnlp-slave' |
||||
|
// } |
||||
|
// } |
||||
|
|
||||
|
// stages { |
||||
|
// stage('Testing vcmp ......') { |
||||
|
// steps { |
||||
|
// sh 'switch-auth.sh anxinyun' |
||||
|
// buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}" |
||||
|
// buildDescription "registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}" |
||||
|
// sh 'docker build -t registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./code/VideoAccess-VCMP/web' |
||||
|
// sh 'docker push registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}' |
||||
|
// } |
||||
|
// } |
||||
|
// } |
||||
|
// } |
||||
|
|
||||
|
|
||||
|
|
||||
pipeline { |
pipeline { |
||||
agent { |
agent { |
||||
node{ |
node{ |
||||
label 'jnlp-slave' |
label 'jnlp-slave' |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
stages { |
stages { |
||||
stage('Testing vcmp ......') { |
stage('Testing site......') { |
||||
steps { |
steps { |
||||
sh 'switch-auth.sh anxinyun' |
buildName "#${BUILD_NUMBER} ~/iot/${JOB_NAME}:${IMAGE_VERSION}" |
||||
buildName "#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}" |
buildDescription "harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION}" |
||||
buildDescription "registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}" |
sh 'nerdctl build -t harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION} ./code/VideoAccess-VCMP/web' |
||||
sh 'docker build -t registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION} ./code/VideoAccess-VCMP/web' |
sh 'nerdctl push harbor.anxinyun.cn/iot/${JOB_NAME}:${IMAGE_VERSION}' |
||||
sh 'docker push registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}' |
|
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue