Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
98b257c3a9
commit
c02e13508d
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user