We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd037c5 commit fde6100Copy full SHA for fde6100
Jenkinsfile
@@ -44,7 +44,7 @@ node('rhel7'){
44
node('rhel7'){
45
if(publishToMarketPlace.equals('true')){
46
timeout(time:5, unit:'DAYS') {
47
- input message:'Approve deployment?', submitter: 'msuman'
+ input message:'Approve deployment?', submitter: 'msuman,degolovi'
48
}
49
50
stage("Publish to Marketplace") {
0 commit comments