diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-08-21 22:34:31 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-08-21 22:34:31 +0800 |
commit | 932d687ea6b91cab5652ef9404c576942226da0b (patch) | |
tree | 9c135b1947912759fce868b72d481baad01598ba | |
parent | 216d7449d6a1911189f0d12172a5f1477930b802 (diff) |
Add Sonar Inspection Jobs for Holmes
Add *-release-* jobs for Sonar Inspection
Change-Id: I2b636d1630811e92c1eabbd45f69eb81d5439fd5
Issue-ID: HOLMES-41
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-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: |