diff options
author | 2017-02-15 23:59:25 +0000 | |
---|---|---|
committer | 2017-02-16 12:32:37 +0000 | |
commit | da8b6977e0385f99eaad70f60ac3259a36b2ba71 (patch) | |
tree | 65d32c1419fe5e86af44f54f9e5cc74855226956 /jjb/ncomp/ncomp-utils.yaml | |
parent | 8ea8864bea4756a79bebd733ff85b053c32a6e64 (diff) |
Added complete set of DCAE Controller JJB jobs.
Change-Id: Ia78a79cf4e690a92af2b4211f45601ec553aa4b8
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'jjb/ncomp/ncomp-utils.yaml')
-rw-r--r-- | jjb/ncomp/ncomp-utils.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
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: '' |