From 8809992f05fda4982e1ebcf468cc8899a699bc65 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 11 Jul 2017 10:14:02 -0400 Subject: 'mso' is now called 'so' The 'mso' repositories in gerrit were deprecated (marked read-only) and new 'so' repositories were created. The jenkins jobs should build the code from the 'so' repositories, not the 'mso' repositories. NOTE TO REVIEWERS: I don't see any direct references to the yaml files I've renamed. Please confirm that this change is correct. Issue: CIMAN-6 Signed-off-by: Rob Daugherty Change-Id: Ibefd42d289c76f927e7541ec0886235f02187a42 --- jjb/so/so.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 jjb/so/so.yaml (limited to 'jjb/so/so.yaml') diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml new file mode 100644 index 000000000..a7b2e2b0b --- /dev/null +++ b/jjb/so/so.yaml @@ -0,0 +1,34 @@ +--- + +- project: + name: so + project-name: 'so' + jobs: + - '{project-name}-{stream}-verify-profile-java': + mvn-profile: 'with-integration-tests' + build-node: 'ubuntu1604-docker-8c-8g' + archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' + - '{project-name}-{stream}-merge-profile-java': + mvn-profile: 'with-integration-tests' + build-node: 'ubuntu1604-docker-8c-8g' + archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-version-java-daily': + docker-pom: 'pom.xml' + mvn-profile: 'docker' + - '{project-name}-docker-image-blessing' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + build-node: 'ubuntu1604-basebuild-8c-8g' + + project: 'so' + stream: + - 'master': + branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' + mvn-settings: 'so-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g -- cgit 1.2.3-korg