Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
10c5d75cf8
commit
f20dbbdc1d
@ -23,12 +23,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'second.dockerfile'
|
||||
dir 'ium_z434686'
|
||||
reuseNode true
|
||||
}
|
||||
agent {
|
||||
docker { image 'ubuntu:latest' }
|
||||
}
|
||||
steps {
|
||||
sh 'python ./ium_z434686/dataset-stats.py'
|
||||
|
Loading…
Reference in New Issue
Block a user