added files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
repo_name: ${repo_name}
|
||||
maintainer: ${maintainer}
|
||||
skip_sonar: true
|
||||
build_tool: docker
|
||||
dockerBuildVersion: ${dockerBuildVersion}
|
||||
arch: ${arch}
|
||||
<% if (excludedMoudles){ println 'excludedModules:';for(module in excludedMoudles){ println ' - '+module }} %>team: ${team}
|
||||
bu: ${bu}
|
||||
deployArgo: true
|
||||
deployment_order:
|
||||
<% for (deployment in deployment_order){println ' - '+deployment} %><% if (branch_params){ println 'branch_params:'; branch_params.each {entry -> println " $entry.key:";entry.value.each{ val_e -> println " $val_e.key:$val_e.value" }}} %>
|
||||
notify_channel: ${slack_channel}
|
||||
Reference in New Issue
Block a user