Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
f31500322f
commit
700c6ed7aa
@ -48,7 +48,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Docker') {
|
stage('Docker') {
|
||||||
agent {
|
agent {
|
||||||
dockerfile true
|
dockerfile {
|
||||||
|
filename 'Dockerfile'
|
||||||
|
reuseNode true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'ls -a'
|
sh 'ls -a'
|
||||||
|
Loading…
Reference in New Issue
Block a user