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

6
Jenkinsfile vendored
View File

@@ -16,7 +16,11 @@ pipeline {
image: aquasec/trivy:latest image: aquasec/trivy:latest
command: command:
- cat - cat
tty: true tty: true
- name: kaniko
image: gcr.io/kaniko-project/executor:v1.23.1-debug
command: ["sleep"]
args: ["99d"]
''' '''
} }
} }