Skip to content

Commit b6d01a3

Browse files
committed
add Jenkinsfile
1 parent 6022f66 commit b6d01a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sproutMultiModuleBuild {
2+
moduleToBuild = 'mcp-parent'
3+
nodeLabel = 'ephemeral'
4+
tribes = ['global']
5+
notifySlackGroupsOnFailure = ['@kevin']
6+
jdk = 17
7+
deployRCBranches = true
8+
}

0 commit comments

Comments
 (0)