Browse Source

jenkinsfile

master
wenlele 2 years ago
parent
commit
c7fb91b1be
  1. 2
      code/web/Dockerfile
  2. 11
      jenkinsfile_web

2
code/web/Dockerfile

@ -1,4 +1,4 @@
FROM repository.anxinyun.cn/devops/node:12-dev as builder
FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev as builder
COPY . /var/app

11
jenkinsfile_web

@ -6,13 +6,12 @@ pipeline {
}
stages {
stage('Testing iot_auth ......') {
stage('Testing site......') {
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/web'
sh 'docker push registry.cn-hangzhou.aliyuncs.com/${CLOUD}/${JOB_NAME}:${IMAGE_VERSION}'
buildName "#${BUILD_NUMBER} ~/fs-edge/${JOB_NAME}:${IMAGE_VERSION}"
buildDescription "harbor.anxinyun.cn/edge/${JOB_NAME}:${IMAGE_VERSION}"
sh 'nerdctl build -t harbor.anxinyun.cn/edge/${JOB_NAME}:${IMAGE_VERSION} ./code/web'
sh 'nerdctl build -t harbor.anxinyun.cn/edge/${JOB_NAME}:${IMAGE_VERSION}'
}
}
}

Loading…
Cancel
Save