Allow to copy artifacts
This commit is contained in:
parent
62539bf6db
commit
4743f4669c
@ -2,6 +2,9 @@ pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
options {
|
||||
copyArtifactPermission('s444421-evaluation');
|
||||
}
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
|
Loading…
Reference in New Issue
Block a user