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 {
|
||||
dockerfile true
|
||||
}
|
||||
|
||||
options {
|
||||
copyArtifactPermission('s434742-training, s434742-evaluation');
|
||||
}
|
||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||
parameters {
|
||||
string (
|
||||
|
4
dataset_stats/Jenkinsfile
vendored
4
dataset_stats/Jenkinsfile
vendored
@ -2,6 +2,10 @@ pipeline {
|
||||
agent {
|
||||
docker { image 'shroomy/ium:2' }
|
||||
}
|
||||
|
||||
options {
|
||||
copyArtifactPermission('s434742-training, s434742-evaluation');
|
||||
}
|
||||
parameters {
|
||||
buildSelector(defaultSelector:
|
||||
lastSuccessful(),
|
||||
|
Loading…
Reference in New Issue
Block a user