Skip to content

Commit

Permalink
Set cache to false for aws secret manager plugin (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jun 14, 2022
1 parent 9e94cac commit 3504933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/baseJenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ unclassified:
audit-trail:
logBuildCause: true
pattern: ".*/(?:configSubmit|doDelete|postBuildResult|enable|disable|cancelQueue|stop|toggleLogKeep|doWipeOutWorkspace|createItem|createView|toggleOffline|cancelQuietDown|quietDown|restart|exit|safeExit)/?.*"
awsCredentialsProvider:
cache: false
client:
credentialsProvider: "default"
buildDiscarders:
configuredBuildDiscarders:
- "jobBuildDiscarder"
Expand Down

0 comments on commit 3504933

Please sign in to comment.