Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:13:05 +02:00
parent 7ccfcb54ff
commit 77c6030bad

View File

@ -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 {