Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
7ccfcb54ff
commit
77c6030bad
@ -1,8 +1,5 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
'filename' 'create.dockerfile'
|
||||
}
|
||||
agent any
|
||||
}
|
||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||
parameters{
|
||||
@ -54,6 +51,16 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {{
|
||||
dockerfile {
|
||||
'filename' 'create.dockerfile'
|
||||
}
|
||||
steps {
|
||||
echo 'building docker'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Goodbye!') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user