Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Feb 6, 2023
1 parent abb93e3 commit b2ba395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/publishToArtifactsProdBucket.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ void call(Map args = [:]) {
sigtype: args.sigtype ?: '.sig',
overwrite: args.overwrite ?: false
)
println('Uploading the artifacts')
withCredentials([
string(credentialsId: 'jenkins-aws-production-account', variable: 'AWS_ACCOUNT_ARTIFACT'),
string(credentialsId: 'jenkins-artifact-production-bucket-name', variable: 'ARTIFACT_PRODUCTION_BUCKET_NAME')]) {
Expand Down

0 comments on commit b2ba395

Please sign in to comment.