Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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
You can’t perform that action at this time.