Skip to content

Instantly share code, notes, and snippets.

View lovewithmind's full-sized avatar
🎯
Focusing

Loveneesh Singh lovewithmind

🎯
Focusing
View GitHub Profile
@lovewithmind
lovewithmind / sampletemplate.yaml
Created December 6, 2018 19:54
sample project template
- project:
name: project-name
pyver:
- 26:
branch_name: old_branch
- 27:
branch_name: new_branch
jobs:
- '{name}-{pyver}'
@lovewithmind
lovewithmind / samplejob.yaml
Created December 6, 2018 19:43
Sample jenkins job builder job template
- job-template:
name: '{name}-{pyver}'
builders:
- shell: 'git co {branch_name}'