Skip to content
Snippets Groups Projects
Commit 3e533a56 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Fix Jenkinsfile to reference build image w/ Java 17

parent a040bfb2
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ pipeline { ...@@ -10,7 +10,7 @@ pipeline {
spec: spec:
containers: containers:
- name: buildcontainer - name: buildcontainer
image: eclipsefdn/stack-build-agent:h111.3-n18.16-jdk11 image: eclipsefdn/stack-build-agent:h111.3-n18.17-jdk17
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- cat - cat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment