summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/folders-attribute.yaml
blob: 7346fa2f9601b346f510952dd0afaa50ec01fe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- defaults:
    name: team1
    folder: team1-jobs

- job:
    name: ruby-jobs/rspec
    defaults: team1
    builders:
      - shell: |
          rvm use --create ruby-2.3.0@rspec
          bundle install
          bundle exec rspec