File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 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' ]
12
11
}
You can’t perform that action at this time.
0 commit comments