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