Skip to content

Instantly share code, notes, and snippets.

@shishirdevops
shishirdevops / gist:07c3e40fc9dc090de00a26737b506642
Created September 23, 2020 15:42 — forked from rkivisto/gist:6fc98dbbc194882d2608edf967d2bd08
upstream and downstream Pipelines that the upstream can choose the Docker image for the agent pod of the downstream Pipeline
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'
@shishirdevops
shishirdevops / ansible-summary.md
Created September 1, 2019 21:04 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of