diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-05-23 12:23:16 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-05-23 12:23:23 -0400 |
commit | 55ceb8fde35167910041fdd5b5ca985dae524cb9 (patch) | |
tree | 3f985e4149a0ffd19895c755ea0dadc29a0ba77d /jjb/policy/policy-common.yaml | |
parent | 644fd5279a34c8c3fb36f0129fc6cefd28ea04b1 (diff) |
add no-sonar release template
Change-Id: If3469caf0403159b364d4edf1064d432c76e1b9c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy/policy-common.yaml')
-rw-r--r-- | jjb/policy/policy-common.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index bcf831ea4..4ff5d83b4 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -14,6 +14,23 @@ stream: - 'master': branch: 'master' + mvn-settings: 'policy-common-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g +- project: + name: policy-common-release-1.0.0 + project-name: 'policy-common' + jobs: + - '{project-name}-{stream}-verify-java-skip-tests' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily-no-sonar' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + + project: 'policy/common' + stream: - 'release-1.0.0': branch: 'release-1.0.0' mvn-settings: 'policy-common-settings' |