Try to find sleep in the debug image
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-22 17:42:49 -08:00
parent bb02557dda
commit cfd0119b7e

2
Jenkinsfile vendored
View File

@ -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'
)