diff options
Diffstat (limited to 'jjb/sdnc/sdnc-adaptors.yaml')
-rw-r--r-- | jjb/sdnc/sdnc-adaptors.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jjb/sdnc/sdnc-adaptors.yaml b/jjb/sdnc/sdnc-adaptors.yaml new file mode 100644 index 000000000..b7af34fda --- /dev/null +++ b/jjb/sdnc/sdnc-adaptors.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: sdnc-adaptors + project-name: 'sdnc-adaptors' + jobs: + - '{project-name}-{stream}-verify-java-skip-tests' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'sdnc/adaptors' + stream: + - 'master': + branch: 'master' + mvn-settings: 'mso-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: '' |