summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/dont_overwrite_desc.yaml
blob: 6d93b8ac524c0485e6dd14f9ffd437c30b6accfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- project:
    name: dont_overwrite_desc
    jobs:
        - 'dont_overwrite_desc'

- job-template:
    name: 'dont_overwrite_desc'
    builders:
      - shell: |
         #!/usr/bin/env python
         #
         print("Doing something cool with python")