From 26ec529f960bc02ff9e480c5692c5d3ae324626c Mon Sep 17 00:00:00 2001 From: wenlele Date: Tue, 17 Jan 2023 11:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/jenkinsfile | 18 ------------------ jenkinsfile_api | 18 ++++++++++++++++++ jenkinsfile_web | 18 ++++++++++++++++++ web/jenkinsfile | 18 ------------------ 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 api/jenkinsfile create mode 100644 jenkinsfile_api create mode 100644 jenkinsfile_web delete mode 100644 web/jenkinsfile diff --git a/api/jenkinsfile b/api/jenkinsfile deleted file mode 100644 index 21ceefe..0000000 --- a/api/jenkinsfile +++ /dev/null @@ -1,18 +0,0 @@ -pipeline { - agent { - node{ - label 'jnlp-slave' - } - } - - stages { - stage('中鼎 api ......') { - steps { - buildName "#${BUILD_NUMBER} ~/smart-site/${JOB_NAME}:${IMAGE_VERSION}" - buildDescription "harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION}" - sh 'nerdctl build -t harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION} ./' - sh 'nerdctl push harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION}' - } - } - } -} \ No newline at end of file diff --git a/jenkinsfile_api b/jenkinsfile_api new file mode 100644 index 0000000..ed3c838 --- /dev/null +++ b/jenkinsfile_api @@ -0,0 +1,18 @@ +pipeline { + agent { + node{ + label 'jnlp-slave' + } + } + + stages { + stage('巡检 api ......') { + steps { + buildName "#${BUILD_NUMBER} ~/smartcity/${JOB_NAME}:${IMAGE_VERSION}" + buildDescription "harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}" + sh 'nerdctl build -t harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION} ./' + sh 'nerdctl push harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}' + } + } + } +} \ No newline at end of file diff --git a/jenkinsfile_web b/jenkinsfile_web new file mode 100644 index 0000000..c0da2a1 --- /dev/null +++ b/jenkinsfile_web @@ -0,0 +1,18 @@ +pipeline { + agent { + node{ + label 'jnlp-slave' + } + } + + stages { + stage('巡检 web ......') { + steps { + buildName "#${BUILD_NUMBER} ~/smartcity/${JOB_NAME}:${IMAGE_VERSION}" + buildDescription "harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}" + sh 'nerdctl build -t harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION} ./' + sh 'nerdctl push harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}' + } + } + } +} \ No newline at end of file diff --git a/web/jenkinsfile b/web/jenkinsfile deleted file mode 100644 index 3cf0ef5..0000000 --- a/web/jenkinsfile +++ /dev/null @@ -1,18 +0,0 @@ -pipeline { - agent { - node{ - label 'jnlp-slave' - } - } - - stages { - stage('中鼎 web ......') { - steps { - buildName "#${BUILD_NUMBER} ~/smart-site/${JOB_NAME}:${IMAGE_VERSION}" - buildDescription "harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION}" - sh 'nerdctl build -t harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION} ./' - sh 'nerdctl push harbor.anxinyun.cn/smart-site/${JOB_NAME}:${IMAGE_VERSION}' - } - } - } -} \ No newline at end of file