Skip to content

Commit f376367

Browse files
committed
sigh
1 parent c8d1542 commit f376367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ sproutMultiModuleBuild {
77
deployRCBranches = true
88
// integration tests require npx command
99
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']
10+
mavenProperties = '-Dmaven.surefire.environmentVariables=PATH=$PWD/node-v18.19.0-linux-x64/bin:$PATH'
1111
}

0 commit comments

Comments
 (0)