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 c8d1542 commit f376367Copy full SHA for f376367
Jenkinsfile
@@ -7,5 +7,5 @@ sproutMultiModuleBuild {
7
deployRCBranches = true
8
// integration tests require npx command
9
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'
10
- mavenProperties = ['-Dmaven.surefire.environmentVariables=PATH=$PWD/node-v18.19.0-linux-x64/bin:$PATH']
+ mavenProperties = '-Dmaven.surefire.environmentVariables=PATH=$PWD/node-v18.19.0-linux-x64/bin:$PATH'
11
}
0 commit comments