Skip to content

Commit

Permalink
Revert declaration of maven tool to unbreak sshagent step in I-build
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jan 15, 2024
1 parent 769310e commit b0cb3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/I_build.groovy
Expand Up @@ -149,11 +149,11 @@ spec:
}
tools {
jdk 'openjdk-jdk17-latest'
maven 'apache-maven-latest'
}
environment {
MAVEN_OPTS = "-Xmx6G"
CJE_ROOT = "${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production"
PATH = "$PATH:/opt/tools/apache-maven/latest/bin"
logDir = "$CJE_ROOT/buildlogs"
}
stages {
Expand Down

0 comments on commit b0cb3a0

Please sign in to comment.