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 675089d commit 2b47610Copy full SHA for 2b47610
1 file changed
Jenkinsfile
@@ -37,7 +37,7 @@ node('rhel7'){
37
38
if(publishToMarketPlace.equals('true')){
39
timeout(time:5, unit:'DAYS') {
40
- input message:'Approve deployment?', submitter: 'jmaury, tfigenbl, zgrinber'
+ input message:'Approve deployment?', submitter: 'jmaury, tfigenbl, zgrinber, vbelouso'
41
}
42
43
def channel = isSnapshot?"nightly":"stable"
0 commit comments