Skip to content

Commit c8d1542

Browse files
committed
ugh
1 parent ce35ee3 commit c8d1542

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Jenkinsfile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
withEnv(["PATH=${WORKSPACE}/node-v18.19.0-linux-x64/bin:${PATH}"]) {
2-
sproutMultiModuleBuild {
3-
moduleToBuild = 'mcp-parent'
4-
nodeLabel = 'ephemeral'
5-
tribes = ['global']
6-
notifySlackGroupsOnFailure = ['@kevin']
7-
jdk = 17
8-
deployRCBranches = true
9-
// integration tests require npx command
10-
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'
11-
}
1+
sproutMultiModuleBuild {
2+
moduleToBuild = 'mcp-parent'
3+
nodeLabel = 'ephemeral'
4+
tribes = ['global']
5+
notifySlackGroupsOnFailure = ['@kevin']
6+
jdk = 17
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']
1211
}

0 commit comments

Comments
 (0)