diff options
author | 2017-02-16 12:53:58 +0000 | |
---|---|---|
committer | 2017-02-16 12:53:58 +0000 | |
commit | 6f221ac3125cb73def33630ab872b2395b89cc9d (patch) | |
tree | 5e1b3532c91d43456d882b2dae9ce6d44c66cd92 /jjb/ncomp/ncomp-sirius-manager.yaml | |
parent | 479a66a36ec2f8e4f0602e3aa44c7c14cdf6166e (diff) | |
parent | da8b6977e0385f99eaad70f60ac3259a36b2ba71 (diff) |
Merge "Added complete set of DCAE Controller JJB jobs."
Diffstat (limited to 'jjb/ncomp/ncomp-sirius-manager.yaml')
-rw-r--r-- | jjb/ncomp/ncomp-sirius-manager.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
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: '' |