Skip to content

Commit

Permalink
[releng] Use Java17 in JenkinsFile
Browse files Browse the repository at this point in the history
sets Capella branch to master

Change-Id: Ibc53bc1ccdc30928ad9b6b6768b1b8f3dbbd3a08
Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
  • Loading branch information
etraisnel2 authored and pdulth committed Nov 27, 2023
1 parent 0386434 commit 743d009
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 @@ -5,13 +5,13 @@ pipeline {

tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk14-latest'
jdk 'openjdk-jdk17-latest'
}

environment {
BUILD_KEY = (github.isPullRequest() ? CHANGE_TARGET : BRANCH_NAME).replaceFirst(/^v/, '')
CAPELLA_PRODUCT_PATH = "${WORKSPACE}/capella/capella"
CAPELLA_BRANCH = '6.1.0'
CAPELLA_BRANCH = 'master'
}

stages {
Expand Down

0 comments on commit 743d009

Please sign in to comment.