summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-12-18 07:38:15 -0500
committerPamela Dragosh <pdragosh@research.att.com>2019-12-18 07:45:52 -0500
commita4c790d343d12c126be11dcfbee3da2384be2cb5 (patch)
treeeed29e3f0f64c593c8debafe679d68fbde633590 /jjb
parent9ab4e9ebfb2ddb6d4b9da93e2c26f823798dd7c2 (diff)
policy jobs must use JDK 11 for sonar/clm
Sonar job failing because we upgraded this repo to JDK 11 and forgot to set that job correctly. Also fixing CLM job. I do not think the INFO.yaml needs this as its only checking the .yaml file and not compiling the repo. Jessica please confirm. Issue-ID: POLICY-1406 Change-Id: I0a936bd4d4a0843e9443438e974071d99cb4e4ee Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/policy/policy-common.yaml2
-rw-r--r--jjb/policy/policy-parent.yaml1
2 files changed, 3 insertions, 0 deletions
diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml
index 3ac5b2550..ec7d7834d 100644
--- a/jjb/policy/policy-common.yaml
+++ b/jjb/policy/policy-common.yaml
@@ -37,6 +37,7 @@
project-name: 'policy-common'
branch: 'master'
mvn-settings: 'policy-common-settings'
+ java-version: openjdk11
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
@@ -49,6 +50,7 @@
project-name: 'policy-common'
branch: 'master'
mvn-settings: 'policy-common-settings'
+ java-version: openjdk11
- project:
name: policy-common-info
diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml
index dca24521b..86a532662 100644
--- a/jjb/policy/policy-parent.yaml
+++ b/jjb/policy/policy-parent.yaml
@@ -31,6 +31,7 @@
project-name: 'policy-parent'
branch: 'master'
mvn-settings: 'policy-parent-settings'
+ java-version: openjdk11
- project:
name: policy-parent-info