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 1a84243Copy full SHA for 1a84243
Jenkinsfile
@@ -5,4 +5,5 @@ sproutMultiModuleBuild {
5
notifySlackGroupsOnFailure = ['@kevin']
6
jdk = 17
7
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"'
9
}
0 commit comments