Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
07169551e0
commit
9b63e935d1
@ -24,7 +24,10 @@ pipeline {
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {
|
||||
docker { image 'bombozaur666/ium:latest' }
|
||||
docker {
|
||||
image 'bombozaur666/ium:latest'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'python ./ium_z434686/dataset-stats.py'
|
||||
|
Loading…
Reference in New Issue
Block a user