summaryrefslogtreecommitdiffstats
path: root/jjb/mso
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-07-11 10:14:02 -0400
committerRob Daugherty <rd472p@att.com>2017-07-12 10:54:30 -0400
commit8809992f05fda4982e1ebcf468cc8899a699bc65 (patch)
tree3e61f64210b3acce256bae3c6a665eb16b340262 /jjb/mso
parentf77047be9a17b672d8d9bb0c8d3c083a9a33b1f4 (diff)
'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 <rd472p@att.com> Change-Id: Ibefd42d289c76f927e7541ec0886235f02187a42
Diffstat (limited to 'jjb/mso')
-rw-r--r--jjb/mso/mso-libs.yaml27
-rw-r--r--jjb/mso/mso.yaml34
2 files changed, 0 insertions, 61 deletions
diff --git a/jjb/mso/mso-libs.yaml b/jjb/mso/mso-libs.yaml
deleted file mode 100644
index 6069f7abb..000000000
--- a/jjb/mso/mso-libs.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-- project:
- name: mso-libs
- project-name: 'mso-libs'
- jobs:
- - '{project-name}-{stream}-clm'
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-stage-site-java':
- site-pom: 'pom.xml'
- trigger-job: '{project-name}-{stream}-release-version-java-daily'
-
- project: 'mso/libs'
- stream:
- - 'master':
- branch: 'master'
- - 'release-1.0.0':
- branch: 'release-1.0.0'
- mvn-settings: 'mso-settings'
- # due to a strange macro / variable translation problem this needs to be
- # passed as a string block to properly get the properties correctly defined
- # in the job
- maven-deploy-properties: |
- deployAtEnd=true
- files: '**'
- archive-artifacts: ''
diff --git a/jjb/mso/mso.yaml b/jjb/mso/mso.yaml
deleted file mode 100644
index 971f32baf..000000000
--- a/jjb/mso/mso.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-
-- project:
- name: mso
- project-name: 'mso'
- 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: 'mso'
- stream:
- - 'master':
- branch: 'master'
- - 'release-1.0.0':
- branch: 'release-1.0.0'
- mvn-settings: 'mso-settings'
- files: '**'
- archive-artifacts: ''
- build-node: ubuntu1604-basebuild-4c-4g