update jenkinsfile

This commit is contained in:
hiondal 2025-09-12 14:58:36 +09:00
parent 672d82d425
commit 2f88059309

View File

@ -12,7 +12,7 @@ podTemplate(
containers: [ containers: [
containerTemplate(name: 'podman', image: "mgoltzsche/podman", ttyEnabled: true, command: 'cat', privileged: true), containerTemplate(name: 'podman', image: "mgoltzsche/podman", ttyEnabled: true, command: 'cat', privileged: true),
containerTemplate(name: 'gradle', containerTemplate(name: 'gradle',
image: 'gradle:jdk17', image: 'gradle:jdk21',
ttyEnabled: true, ttyEnabled: true,
command: 'cat', command: 'cat',
envVars: [ envVars: [