Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
b9250c7a84
commit
b2646b3c95
@ -48,7 +48,16 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile {
|
||||
'filename' 'create.dockerfile'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
echo 'building docker'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Goodbye!') {
|
||||
|
Loading…
Reference in New Issue
Block a user