Add busybox container
dustin/jenkinskube/pipeline/head This commit looks good
Details
dustin/jenkinskube/pipeline/head This commit looks good
Details
parent
ca4ddf2958
commit
40f1ef7ab2
|
@ -1,7 +1,10 @@
|
|||
// vim: set sw=4 ts=4 sts=4 et :
|
||||
pipeline {
|
||||
agent {
|
||||
kubernetes true
|
||||
kubernetes {
|
||||
yamlFile 'ci/podTemplate.yaml'
|
||||
defaultContainer 'busybox'
|
||||
}
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
spec:
|
||||
containers:
|
||||
- name: busybox
|
||||
image: busybox
|
||||
command:
|
||||
- sleep
|
||||
- infinity
|
Reference in New Issue