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 {
dockerfile true
}
options {
copyArtifactPermission('s434742-training, s434742-evaluation');
}
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
parameters {
string (

View File

@ -2,6 +2,10 @@ pipeline {
agent {
docker { image 'shroomy/ium:2' }
}
options {
copyArtifactPermission('s434742-training, s434742-evaluation');
}
parameters {
buildSelector(defaultSelector:
lastSuccessful(),