Skip to content

Commit 3bbba4f

Browse files
committed
Revert declaration of maven tool to unbreak sshagent step in I-build
Fixes #1724 (comment)
1 parent 9e5e734 commit 3bbba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsJobs/Builds/I_build.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ spec:
149149
}
150150
tools {
151151
jdk 'openjdk-jdk17-latest'
152-
maven 'apache-maven-latest'
153152
}
154153
environment {
155154
MAVEN_OPTS = "-Xmx6G"
156155
CJE_ROOT = "${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production"
156+
PATH = "$PATH:/opt/tools/apache-maven/latest/bin"
157157
logDir = "$CJE_ROOT/buildlogs"
158158
}
159159
stages {

0 commit comments

Comments
 (0)