forked from mulesoft-labs/raml-java-client-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJenkinsfile
More file actions
16 lines (14 loc) · 724 Bytes
/
Copy pathJenkinsfile
File metadata and controls
16 lines (14 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Map pipelineParams = [
"slackChannel" : "data-weave-bot",
"enableSlackSuccessNotifications" : true,
"enableSlackFailedTestsNotifications" : true,
"enableAllureTestReportStage" : false,
"enableSonarQubeStage" : false,
"enableNexusIqStage" : false,
"mavenSettingsXmlId" : "data-weave-maven-settings",
"devBranchesRegex" : "master",
"enableScheduleTrigger" : true,
"scheduleTriggerCommand" : "@daily",
"projectType" : "runtime"
]
runtimeBuild(pipelineParams)