Skip to content

Commit

Permalink
chore: fix Jenkins build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Oct 23, 2024
1 parent 3ddc3a8 commit 1dcb1cc
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 @@ -3,7 +3,7 @@
node('rhel7'){
def recipientList = '[email protected]'

def javaHome = tool 'openjdk-11'
def javaHome = tool 'openjdk-17'
env.JAVA_HOME = "${javaHome}"

try {
Expand Down Expand Up @@ -35,7 +35,7 @@ node('rhel7'){

if(publishToMarketPlace.equals('true')){
timeout(time:5, unit:'DAYS') {
input message:'Approve deployment?', submitter: 'jmaury,adietish'
input message:'Approve deployment?', submitter: 'sbouchet,adietish'
}

def channel = isSnapshot?"nightly":"stable"
Expand Down

0 comments on commit 1dcb1cc

Please sign in to comment.