Skip to content

Commit 4b55cc2

Browse files
committed
MLE-24492 : Upgrade Jenkins Node version for Node Client
1 parent d39fb6f commit 4b55cc2

File tree

2 files changed

+635
-4446
lines changed

2 files changed

+635
-4446
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pipeline{
8484
buildDiscarder logRotator(artifactDaysToKeepStr: '7', artifactNumToKeepStr: '', daysToKeepStr: '7', numToKeepStr: '10')
8585
}
8686
environment{
87-
NODE_HOME_DIR= "/home/builder/nodeJs/node-v18.14.0-linux-x64"
87+
NODE_HOME_DIR= "/users/ml/builder/nodeJs/node-v22.20.0-linux-x64"
8888
DMC_USER = credentials('MLBUILD_USER')
8989
DMC_PASSWORD = credentials('MLBUILD_PASSWORD')
9090
GRADLE_DIR=".gradle"

0 commit comments

Comments
 (0)