Sha256: a9f4037ac97349091f74ba5b2b8ec17c0dcb40dfbc230d7e176d8793be8ce70a

Contents?: true

Size: 712 Bytes

Versions: 3

Compression:

Stored size: 712 Bytes

Contents

- job:
    name: '{{name}}-Commit'
    scm_provider: git
    scm_url: https://github.com/constantcontact/jenkins_pipeline_builder.git
    scm_branch: master
    scm_params:
      excuded_users: buildmaster
    shell_command: '. commit_build.sh'
    triggers:
      - scm_polling: 'H/5 * * * *'
    wrappers:
      - timestamp: true
      - ansicolor: true
      - rvm: "`cat .ruby-version`"
    publishers:
      - junit_result:
          test_results: 'out/**/*.xml'
      - coverage_result:
          report_dir: out/coverage/rcov
          total:
            healthy: 80
            unhealthy: 0
            unstable: 0
          code:
            healthy: 80
            unhealthy: 0
            unstable: 0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.7.2 pipeline/Jenkins-Pipeline-Builder.yaml
jenkins_pipeline_builder-0.7.1 pipeline/Jenkins-Pipeline-Builder.yaml
jenkins_pipeline_builder-0.7.0 pipeline/Jenkins-Pipeline-Builder.yaml