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