Browse Source

删除多余的jenkinsfile

main
Julin 2 years ago
parent
commit
3a3d30f854
  1. 18
      code/pep-stats-report/jenkinsfile-new

18
code/pep-stats-report/jenkinsfile-new

@ -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}'
}
}
}
}
Loading…
Cancel
Save