Allow to copy artifacts

This commit is contained in:
Agata 2022-04-29 21:08:42 +02:00
parent 62539bf6db
commit 4743f4669c

View File

@ -2,6 +2,9 @@ pipeline {
agent {
dockerfile true
}
options {
copyArtifactPermission('s444421-evaluation');
}
parameters {
buildSelector(
defaultSelector: lastSuccessful(),