added image to pod template
Some checks failed
Tests / Declarative: Post Actions passed: 1
csharp-secdevops-pipeline-pod/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-06 12:54:11 +02:00
parent 56f51f14cc
commit 4e9042c386

4
Jenkinsfile vendored
View File

@@ -17,6 +17,10 @@ pipeline {
command: command:
- cat - cat
tty: true tty: true
- name: kaniko
image: gcr.io/kaniko-project/executor:v1.23.1-debug
command: ["sleep"]
args: ["99d"]
''' '''
} }
} }