Skip to content

Commit

Permalink
fixed java home
Browse files Browse the repository at this point in the history
  • Loading branch information
abalalaev committed Jul 24, 2023
1 parent 76612d6 commit 2964339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pipeline {
environment {
JAVA_HOME = "/opt/jdk-17.0.2"
JAVA_HOME = "/opt/java/jdk-17/"
MY_ENV = sh(returnStdout: true, script:
'''#!/bin/bash
if [[ $BRANCH_NAME =~ "release-" ]]; then echo prod; else echo dev; fi
Expand Down

0 comments on commit 2964339

Please sign in to comment.