Skip to content

Commit

Permalink
Update Jenkinsfile for Hiteshwari to approve jenkins jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dymurray authored Mar 20, 2024
1 parent 7a59ad1 commit 70335a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: 'josteele'
input message:'Approve deployment?', submitter: 'hhpatel14'
}

def channel = isSnapshot?"nightly":"stable"
Expand All @@ -50,4 +50,4 @@ node('rhel7'){
}
}
}
}
}

0 comments on commit 70335a9

Please sign in to comment.