im a sad boi now
This commit is contained in:
parent
4fd893ab8b
commit
125c2b30cf
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -2,6 +2,10 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
dockerfile true
|
dockerfile true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
options {
|
||||||
|
copyArtifactPermission('s434742-training, s434742-evaluation');
|
||||||
|
}
|
||||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
parameters {
|
parameters {
|
||||||
string (
|
string (
|
||||||
|
4
dataset_stats/Jenkinsfile
vendored
4
dataset_stats/Jenkinsfile
vendored
@ -2,6 +2,10 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker { image 'shroomy/ium:2' }
|
docker { image 'shroomy/ium:2' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
options {
|
||||||
|
copyArtifactPermission('s434742-training, s434742-evaluation');
|
||||||
|
}
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(defaultSelector:
|
buildSelector(defaultSelector:
|
||||||
lastSuccessful(),
|
lastSuccessful(),
|
||||||
|
Loading…
Reference in New Issue
Block a user