Skip to content

Commit

Permalink
Add jenkins user-ID in submitter (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma authored Feb 23, 2022
1 parent da335a9 commit 7b0fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ node('rhel8'){

if(publishToMarketPlace.equals('true')){
timeout(time:5, unit:'DAYS') {
input message:'Approve deployment?', submitter: 'jowilson'
input message:'Approve deployment?', submitter: 'sverma'
}

stage("Publish to Marketplace") {
Expand Down

0 comments on commit 7b0fe49

Please sign in to comment.