added permissions to copy artifacts
This commit is contained in:
parent
6a40df39a6
commit
572736f2c2
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,5 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent any;
|
||||
|
||||
options {
|
||||
copyArtifactPermission('s434742-training, s434742-evaluation');
|
||||
}
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
@ -1,5 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent any;
|
||||
|
||||
options {
|
||||
copyArtifactPermission('s434742-evaluation');
|
||||
}
|
||||
|
||||
parameters {
|
||||
buildSelector(
|
||||
|
Loading…
Reference in New Issue
Block a user