mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
update jenkinsfile
This commit is contained in:
parent
672d82d425
commit
2f88059309
2
deployment/cicd/Jenkinsfile
vendored
2
deployment/cicd/Jenkinsfile
vendored
@ -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: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user