diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-05-09 11:00:08 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-05-09 11:00:16 +0800 |
commit | 0cd0f9db4cc21ec099ab9776ce46fe25671cf901 (patch) | |
tree | 0c27dedf7adf1ad6486674d0cdb74cc5ef61d602 /jjb | |
parent | 62492e177ec135fb269fb55c8f071d0ffec471bd (diff) |
Removed Deprecated Jobs
Change-Id: Ia903fb29f4eeb3a34b9bbe3d9ad944b378ec46dc
Issue-ID: HOLMES-219
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 7947e66ec..11b90aeda 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -15,7 +15,6 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true - - '{project-name}-{stream}-release-version-java-daily' project: 'holmes/common' stream: diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index edc521c94..0279d4ed7 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -9,7 +9,6 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true - - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' build-node: ubuntu1604-docker-8c-8g diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 054069447..df2671064 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -9,7 +9,6 @@ sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true - - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' build-node: ubuntu1604-docker-8c-8g |