diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-16 12:53:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-16 12:53:58 +0000 |
commit | 6f221ac3125cb73def33630ab872b2395b89cc9d (patch) | |
tree | 5e1b3532c91d43456d882b2dae9ce6d44c66cd92 /jjb/ncomp | |
parent | 479a66a36ec2f8e4f0602e3aa44c7c14cdf6166e (diff) | |
parent | da8b6977e0385f99eaad70f60ac3259a36b2ba71 (diff) |
Merge "Added complete set of DCAE Controller JJB jobs."
Diffstat (limited to 'jjb/ncomp')
-rw-r--r-- | jjb/ncomp/ncomp-cdap.yaml | 21 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-core.yaml | 21 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-docker.yaml | 21 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-openstack.yaml | 21 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-sirius-manager.yaml | 21 | ||||
-rw-r--r-- | jjb/ncomp/ncomp-utils.yaml | 21 |
6 files changed, 126 insertions, 0 deletions
diff --git a/jjb/ncomp/ncomp-cdap.yaml b/jjb/ncomp/ncomp-cdap.yaml new file mode 100644 index 000000000..ec56af821 --- /dev/null +++ b/jjb/ncomp/ncomp-cdap.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-cdap + project-name: 'ncomp-cdap' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/cdap' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ncomp-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/ncomp/ncomp-core.yaml b/jjb/ncomp/ncomp-core.yaml new file mode 100644 index 000000000..894972818 --- /dev/null +++ b/jjb/ncomp/ncomp-core.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-core + project-name: 'ncomp-core' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/core' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ncomp-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/ncomp/ncomp-docker.yaml b/jjb/ncomp/ncomp-docker.yaml new file mode 100644 index 000000000..ba0c12b3a --- /dev/null +++ b/jjb/ncomp/ncomp-docker.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-docker + project-name: 'ncomp-docker' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/docker' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ncomp-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/ncomp/ncomp-openstack.yaml b/jjb/ncomp/ncomp-openstack.yaml new file mode 100644 index 000000000..eb9272f9d --- /dev/null +++ b/jjb/ncomp/ncomp-openstack.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-openstack + project-name: 'ncomp-openstack' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/openstack' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ncomp-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/ncomp/ncomp-sirius-manager.yaml b/jjb/ncomp/ncomp-sirius-manager.yaml new file mode 100644 index 000000000..86cf77152 --- /dev/null +++ b/jjb/ncomp/ncomp-sirius-manager.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-sirius-manager + project-name: 'ncomp-sirius-manager' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/sirius/manager' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ncomp-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/ncomp/ncomp-utils.yaml b/jjb/ncomp/ncomp-utils.yaml new file mode 100644 index 000000000..d2c2b3fce --- /dev/null +++ b/jjb/ncomp/ncomp-utils.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-utils + project-name: 'ncomp-utils' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/utils' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ncomp-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: '' |