Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 21:51:41 +02:00
parent 98b257c3a9
commit c02e13508d

View File

@ -1,6 +1,8 @@
pipeline {
agent {
dockerfile 'create.dockerfile'
dockerfile {
filename: 'create.dockerfile'
}
}
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
parameters{