im a sad boi now

This commit is contained in:
s434695 2021-05-15 19:25:09 +02:00
parent 4fd893ab8b
commit 125c2b30cf
2 changed files with 8 additions and 0 deletions

4
Jenkinsfile vendored
View File

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

View File

@ -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(),