Skip to content

Commit 1a84243

Browse files
committed
install node for integration tests
1 parent 5d69dc7 commit 1a84243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ sproutMultiModuleBuild {
55
notifySlackGroupsOnFailure = ['@kevin']
66
jdk = 17
77
deployRCBranches = true
8+
preBuildBashCommands = 'wget -q https://nodejs.org/dist/v18.19.0/node-v18.19.0-linux-x64.tar.xz && tar -xf node-v18.19.0-linux-x64.tar.xz && export PATH="$PWD/node-v18.19.0-linux-x64/bin:$PATH"'
89
}

0 commit comments

Comments
 (0)