Skip to content

Commit a25a28b

Browse files
committed
Fixed Jenkins copy artifacts issue
1 parent 5c606f1 commit a25a28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pipeline {
2323
timeout(time: 3, unit: 'HOURS')
2424
// Only keep this number of builds for the job
2525
buildDiscarder(logRotator(numToKeepStr: "10"))
26+
copyArtifactPermission('*')
2627
}
2728
stages {
2829
stage('Pre-Release') {

0 commit comments

Comments
 (0)