From e127d320ad1cd2b086766e4d5e53ad4a3369f5d3 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Wed, 15 Feb 2017 15:52:18 +0000 Subject: Initial NCOMP JJB builds Change-Id: I6d72fb76511fddd79c777306a1183285fb72a661 Signed-off-by: Carsten Lund --- jjb/ncomp/ncomp-maven.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jjb/ncomp/ncomp-maven.yaml (limited to 'jjb/ncomp') diff --git a/jjb/ncomp/ncomp-maven.yaml b/jjb/ncomp/ncomp-maven.yaml new file mode 100644 index 000000000..9a1d2ad62 --- /dev/null +++ b/jjb/ncomp/ncomp-maven.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: ncomp-maven + project-name: 'ncomp-maven' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'ncomp/maven' + 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