jenkins: allow combined jobs to copy artifacts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-11 11:04:11 +02:00
parent 8f15d69567
commit 157d054e33
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
5 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,8 @@ pipeline {
daysToKeepStr: '20',
artifactNumToKeepStr: '10',
))
/* Allows combined build to copy */
copyArtifactPermission('/status-react/*')
}
parameters {

View File

@ -21,6 +21,8 @@ pipeline {
daysToKeepStr: '20',
artifactNumToKeepStr: '10',
))
/* Allows combined build to copy */
copyArtifactPermission('/status-react/*')
}
environment {

View File

@ -21,6 +21,8 @@ pipeline {
daysToKeepStr: '20',
artifactNumToKeepStr: '10',
))
/* Allows combined build to copy */
copyArtifactPermission('/status-react/*')
}
/**

View File

@ -21,6 +21,8 @@ pipeline {
daysToKeepStr: '20',
artifactNumToKeepStr: '10',
))
/* Allows combined build to copy */
copyArtifactPermission('/status-react/*')
}
environment {

View File

@ -21,6 +21,8 @@ pipeline {
daysToKeepStr: '20',
artifactNumToKeepStr: '10',
))
/* Allows combined build to copy */
copyArtifactPermission('/status-react/*')
}
/**