| pipeline { | |
| agent { | |
| kubernetes { | |
| cloud 'kubernetes' | |
| label 'bootkube-test' | |
| containerTemplate { | |
| name 'default' | |
| image 'ubuntu:xenial' | |
| ttyEnabled true | |
| command 'cat' | |
| } | |
| containerTemplate { | |
| name 'golang' | |
| image 'golang:1.10' | |
| ttyEnabled true | |
| command 'cat' | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment