Skip to content

Commit a03ab0d

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

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

0 commit comments

Comments
 (0)