diff options
Diffstat (limited to 'jjb/policy/policy-parent.yaml')
-rw-r--r-- | jjb/policy/policy-parent.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/policy/policy-parent.yaml b/jjb/policy/policy-parent.yaml index 24c126e1d..520efcd4a 100644 --- a/jjb/policy/policy-parent.yaml +++ b/jjb/policy/policy-parent.yaml @@ -1,6 +1,6 @@ --- - project: - name: policy-parent + name: policy-parent-java-17 project-name: "policy-parent" jobs: - "{project-name}-{stream}-verify-java" @@ -16,8 +16,6 @@ project: "policy/parent" stream: - - "master": - branch: "master" - "java-17": branch: "java-17" mvn-settings: "policy-parent-settings" @@ -43,6 +41,8 @@ project: "policy/parent" stream: + - "master": + branch: "master" - "honolulu": branch: "honolulu" - "istanbul": @@ -70,4 +70,4 @@ - "master": branch: "master" mvn-settings: "policy-parent-settings" - java-version: openjdk17 + java-version: openjdk11 |