Sha256: 514b55b0dbb566a4d96c3c3d6a926134e6e7293efdec9992db2ed691fbb4184b

Contents?: true

Size: 532 Bytes

Versions: 13

Compression:

Stored size: 532 Bytes

Contents

- job-template:
    name: '{{name}}-unit-tests'
    builders:
      - shell: unittest
    publishers:
      - email:
          recipients: '{{mail-to}}'

- job-template:
    name: '{{name}}-perf-tests'
    builders:
      - shell: perftest
    publishers:
      - email:
          recipients: '{{mail-to}}'

- project:
    name: project-name
    db: my_own_db
    jobs:
      - '{{name}}-unit-tests':
          mail-to: developer@nowhere.net
      - '{{name}}-perf-tests':
          mail-to: projmanager@nowhere.net
      - foo-test

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.5.2 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.5.1 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.5.0 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.4.2 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.4.0 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.3.2 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.3.1 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.3.0 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.2.3 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.2.2 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.2.0 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.1.6 spec/unit_tests/fixtures/templates/project_with_jobs.yaml
jenkins_pipeline_builder-0.1.5 spec/unit_tests/fixtures/templates/project_with_jobs.yaml