This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Upstream: | |
| pipeline { | |
| agent { | |
| kubernetes { | |
| // Rather than inline YAML, in a multibranch Pipeline you could use: yamlFile 'jenkins-pod.yaml' | |
| // Or, to avoid YAML: | |
| // containerTemplate { | |
| // name 'shell' | |
| // image 'ubuntu' |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of