Skip to content

Commit 9011fb8

Browse files
committed
chore: also allow adietish to publish to marketplace
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent c904343 commit 9011fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ node('rhel7'){
3232

3333
if(publishToMarketPlace.equals('true')){
3434
timeout(time:5, unit:'DAYS') {
35-
input message:'Approve deployment?', submitter: 'jmaury'
35+
input message:'Approve deployment?', submitter: 'jmaury,adietish'
3636
}
3737

3838
def channel = isSnapshot?"nightly":"stable"

0 commit comments

Comments
 (0)