Skip to content

Commit

Permalink
Update Jenkinsfile with proper ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dymurray authored Mar 20, 2024
1 parent 70335a9 commit b21f049
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 @@ -31,7 +31,7 @@ node('rhel7'){

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

def channel = isSnapshot?"nightly":"stable"
Expand Down

0 comments on commit b21f049

Please sign in to comment.