Try to find sleep in the debug image
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bb02557dda
commit
cfd0119b7e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ podTemplate(label: label, containers: [
|
||||
),
|
||||
containerTemplate(
|
||||
name: 'kaniko',
|
||||
image: 'gcr.io/kaniko-project/executor:latest',
|
||||
image: 'gcr.io/kaniko-project/executor:debug',
|
||||
command: 'sleep',
|
||||
args: '99d'
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user