diff options
Diffstat (limited to 'jjb/sdnc')
-rw-r--r-- | jjb/sdnc/sdnc-adaptors.yaml | 22 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-core.yaml | 22 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-northbound.yaml | 22 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-oam.yaml | 21 | ||||
-rw-r--r-- | jjb/sdnc/sdnc-plugins.yaml | 22 |
5 files changed, 109 insertions, 0 deletions
diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml new file mode 100644 index 000000000..b7af34fda --- /dev/null +++ b/jjb/sdnc/sdnc-adaptors.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: sdnc-adaptors + project-name: 'sdnc-adaptors' + jobs: + - '{project-name}-{stream}-verify-java-skip-tests' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'sdnc/adaptors' + stream: + - 'master': + branch: 'master' + 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/sdnc/sdnc-core.yaml b/jjb/sdnc/sdnc-core.yaml new file mode 100644 index 000000000..c172e6917 --- /dev/null +++ b/jjb/sdnc/sdnc-core.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: sdnc-core + project-name: 'sdnc-core' + jobs: + - '{project-name}-{stream}-verify-java-skip-tests' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'sdnc/core' + stream: + - 'master': + branch: 'master' + 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/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml new file mode 100644 index 000000000..0c1812b2c --- /dev/null +++ b/jjb/sdnc/sdnc-northbound.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: sdnc-northbound + project-name: 'sdnc-northbound' + jobs: + - '{project-name}-{stream}-verify-java-skip-tests' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'sdnc/northbound' + stream: + - 'master': + branch: 'master' + 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/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml new file mode 100644 index 000000000..0b1c1fa41 --- /dev/null +++ b/jjb/sdnc/sdnc-oam.yaml @@ -0,0 +1,21 @@ +--- + +- project: + name: sdnc-oam + project-name: 'sdnc-oam' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + - '{project-name}-{stream}-docker-java-daily': + docker-pom: 'pom.xml' + mvn-profile: 'docker' + + project: 'sdnc/oam' + stream: + - 'master': + branch: 'master' + mvn-settings: 'mso-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g diff --git a/jjb/sdnc/sdnc-plugins.yaml b/jjb/sdnc/sdnc-plugins.yaml new file mode 100644 index 000000000..b8b4f4fd6 --- /dev/null +++ b/jjb/sdnc/sdnc-plugins.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: sdnc-plugins + project-name: 'sdnc-plugins' + jobs: + - '{project-name}-{stream}-verify-java-skip-tests' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'sdnc/plugins' + stream: + - 'master': + branch: 'master' + 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: '' |