generated from container/tmpl
Julin
2 years ago
1 changed files with 0 additions and 18 deletions
@ -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…
Reference in new issue