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