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 627ee24 commit b07c119Copy full SHA for b07c119
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'
+ input message:'Approve deployment?', submitter: 'jmaury, tfigenbl, zgrinber'
41
}
42
43
def channel = isSnapshot?"nightly":"stable"
0 commit comments