added files

This commit is contained in:
Your Name
2026-08-26 02:02:24 +05:30
parent 58ee8a276a
commit 3419cfba0c
200 changed files with 22132 additions and 0 deletions
+14
View File
@@ -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}