X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-app-kpimon-go%2Fric-app-kpimon-go.yaml;h=fe49939a19012f9c131c89038b35edb0b170e3a8;hb=5cf72dce9f2125e8515d7f7b85267696eb5866f2;hp=2169c38df6137b7e8f4ed88a076d436de6b95883;hpb=e6ff8f8090fc2df1108b35fd74d9116c379a18bd;p=ci-management.git diff --git a/jjb/ric-app-kpimon-go/ric-app-kpimon-go.yaml b/jjb/ric-app-kpimon-go/ric-app-kpimon-go.yaml index 2169c38d..fe49939a 100644 --- a/jjb/ric-app-kpimon-go/ric-app-kpimon-go.yaml +++ b/jjb/ric-app-kpimon-go/ric-app-kpimon-go.yaml @@ -5,6 +5,16 @@ views: - project-view +- _kpimon-go_common: &kpimon-go_common # values apply to all projects + name: kpimon-go-common + # git repo + project: ric-app/kpimon-go + # jenkins prefix + project-name: ric-app-kpimon-go + # maven settings file has docker credentials + mvn-settings: ric-app-kpimon-go-settings + +# verify INFO.yaml changes when INFO.yaml changes - project: name: ric-app-kpimon-go-info project: ric-app/kpimon-go @@ -12,4 +22,35 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +# create docker image when source changes +- project: + <<: *kpimon-go_common + # also used as image name + name: ric-app-kpimon-go + # image name + docker-name: "o-ran-sc/{name}" + # source type of image tag + container-tag-method: yaml-file + # use host network + docker-build-args: "--network=host" + # trigger on any change other than a file in ./docs + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '^((?!docs/|\/COMMIT_MSG).)*$' + jobs: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master + +# push nexus image from staging to release +- project: + <<: *kpimon-go_common + name: ric-app-kpimon-go-release + # maven release requires sigul which requires centos + # container release requires docker + build-node: centos7-docker-2c-8g + jobs: + - "{project-name}-gerrit-release-jobs"