diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-15 15:52:18 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-15 15:55:05 +0000 |
commit | e127d320ad1cd2b086766e4d5e53ad4a3369f5d3 (patch) | |
tree | a3ccc31b362ab1bc0d1c46816987019ee041d39e /jjb/ncomp/ncomp-maven.yaml | |
parent | 34a12ba9b3eb93653ab919d6fc3577a2873f7777 (diff) |
Initial NCOMP JJB builds
Change-Id: I6d72fb76511fddd79c777306a1183285fb72a661
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'jjb/ncomp/ncomp-maven.yaml')
-rw-r--r-- | jjb/ncomp/ncomp-maven.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
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: '' |