Skip to content

Commit

Permalink
Add Jenkins File (scalar-labs#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
anosenzo authored Apr 24, 2019
1 parent 46d675d commit 0341c3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
def UPSTREAM_PROJECTS_LIST = [ ]

Map pipelineParams = [ "upstreamProjects" : UPSTREAM_PROJECTS_LIST.join(','),
"devBranchesRegex" : "btm-2.1.x",
"jdkTool" : 'JDK8',
]

runtimeProjectsBuild(pipelineParams)

0 comments on commit 0341c3e

Please sign in to comment.