--- - project: name: aai-oom-project-view project-name: aai-oom views: - project-view - project: name: aai-oom helm-module: 'aai' project-name: 'aai-oom' project: 'aai/oom' jobs: - '{project-name}-{stream}-verify-external-helm' - '{project-name}-{stream}-merge-external-helm': build_script: '{oom_build_script}' post_build_script: !include-raw-escape: shell/publish_helm_charts.sh files: '**' stream: - 'istanbul': branch: 'istanbul' mvn-settings: 'aai-oom-settings' files: '**' archive-artifacts: '' build-node: ubuntu1804-helm-2c-1g pre_build_script: !include-raw-escape: shell/helm-repo-init.sh oom_build_script: | #!/bin/bash set -e -o pipefail cd kubernetes/ make HELM_BIN=helm3.3 all build_script: | #!/bin/bash cd kubernetes/ make HELM_BIN=helm3.3 common make HELM_BIN=helm3.3 {helm-module} oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh