jenkins-job-builder/tests/yamlparser/fixtures/add_managed_to_desc.yaml

14 lines
295 B
YAML

- project:
name: add_managed_to_desc
jobs:
- 'add_managed_to_desc'
- job-template:
name: 'add_managed_to_desc'
description: 'My nice description'
builders:
- shell: |
#!/usr/bin/env python
#
print("Doing something cool with python")