diff options
author | 2020-07-15 13:59:25 +0800 | |
---|---|---|
committer | 2020-07-15 13:59:25 +0800 | |
commit | a8355bb4638e40c0353c667bb0328201ac209eec (patch) | |
tree | 4e5139ce537dbc8bc2e849dfa3c627828d161e96 | |
parent | 43d73a861e279d6f85dd031d052bdc99596f80b7 (diff) |
Upgraded Jenkins Jobs of Holmes to Java 11
Change-Id: I443e4f449772c8d1fcf1cdc5274eb680922c6f8d
Issue-ID: HOLMES-330
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-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, 3 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 9b6824cbe..5a3c5cbe3 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -26,6 +26,7 @@ files: '**' archive-artifacts: '' build-node: ubuntu1804-builder-4c-4g + java-version: openjdk11 - project: name: holmes-common-sonar diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index f9c19be69..c27a6267c 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -24,6 +24,7 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1804-builder-4c-4g + java-version: openjdk11 - project: name: holmes-engine-management-sonar diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 347c6b75c..fee52ac63 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -24,6 +24,7 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1804-builder-4c-4g + java-version: openjdk11 - project: name: holmes-rule-management-sonar |