We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d69dc7 commit a03ab0dCopy full SHA for a03ab0d
Jenkinsfile
@@ -5,4 +5,9 @@ sproutMultiModuleBuild {
5
notifySlackGroupsOnFailure = ['@kevin']
6
jdk = 17
7
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
+ ]
13
}
0 commit comments