diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-22 16:40:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-22 16:40:11 +0000 |
commit | 89b091dc3f5a37039218b7c5b27da104d59eab64 (patch) | |
tree | 2e22a2308d25e3a170708ccf6236365985c457e3 /jjb | |
parent | 683f2582288a6ab112d56a93ae392d5aadba0765 (diff) | |
parent | 932d687ea6b91cab5652ef9404c576942226da0b (diff) |
Merge "Add Sonar Inspection Jobs for Holmes"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index ebd8ef381..7a6f273fe 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -6,6 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'holmes/common' stream: diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index f795f324c..8b5468611 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -6,6 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'holmes/dsa' stream: diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 3b18f85da..0e5c856e2 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -6,6 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'holmes/engine-management' stream: diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 01f553c23..cf4b5e0e1 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -6,6 +6,7 @@ - '{project-name}-{stream}-clm' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'holmes/rule-management' stream: |