added image to pod template
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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"]
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user