Skip to content

Commit

Permalink
[Dashboards] copy artifact permission JOB_BASE_NAME
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Feb 28, 2022
1 parent 170d581 commit 2ca2fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lib = library(identifier: 'jenkins@20211123', retriever: legacySCM(scm))
pipeline {
options {
timeout(time: 3, unit: 'HOURS')
copyArtifactPermission("${JOB_NAME}")
copyArtifactPermission("${JOB_BASE_NAME}")
buildDiscarder(logRotator(artifactNumToKeepStr: '1'))
}
agent none
Expand Down

0 comments on commit 2ca2fdb

Please sign in to comment.