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