From 3a3d30f8541449561ca5909e34cd135c5d20836f Mon Sep 17 00:00:00 2001 From: Julin Date: Thu, 27 Apr 2023 16:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84je?= =?UTF-8?q?nkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/pep-stats-report/jenkinsfile-new | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 code/pep-stats-report/jenkinsfile-new diff --git a/code/pep-stats-report/jenkinsfile-new b/code/pep-stats-report/jenkinsfile-new deleted file mode 100644 index 3027d77..0000000 --- a/code/pep-stats-report/jenkinsfile-new +++ /dev/null @@ -1,18 +0,0 @@ -pipeline { - agent { - node { - label 'jnlp-slave' - } - } - - stages { - stage('Testing fs-pep-stats-report......') { - steps { - buildName '#${BUILD_NUMBER} ~/fs-cloud/${JOB_NAME}:${IMAGE_VERSION}' - buildDescription 'registry.ngaiot.com/pep/${JOB_NAME}:${IMAGE_VERSION}' - sh 'nerdctl build -t registry.ngaiot.com/pep/${JOB_NAME}:${IMAGE_VERSION} .' - sh 'nerdctl push registry.ngaiot.com/pep/${JOB_NAME}:${IMAGE_VERSION}' - } - } - } -} \ No newline at end of file