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