From da8b6977e0385f99eaad70f60ac3259a36b2ba71 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Wed, 15 Feb 2017 23:59:25 +0000 Subject: Added complete set of DCAE Controller JJB jobs. Change-Id: Ia78a79cf4e690a92af2b4211f45601ec553aa4b8 Signed-off-by: Carsten Lund --- jjb/ncomp/ncomp-utils.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jjb/ncomp/ncomp-utils.yaml (limited to 'jjb/ncomp/ncomp-utils.yaml') 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: '' -- cgit 1.2.3-korg