Sha256: 0e6877235e0f66c7053c94808b95d0ea004bb3443b7f5b004d7a6cdc08c17686

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

pipelines:
  parliament-ruby:
    group: parliament-ruby
    label_template: "${COUNT}"
    materials:
      parliament-ruby-git:
        git: https://github.com/jammycakes/ukpds.parliament-ruby.git
        branch: master
        auto_update: true
    stages:
      - release:
          jobs:
            release:
              tasks:
                - exec:
                    run_if: passed
                    command: make
                    arguments:
                      - release

  parliament-ruby-PR:
    group: parliament-ruby
    label_template: "${COUNT}"
    materials:
      parliament-ruby-pr-git:
        git: https://github.com/jammycakes/ukpds.parliament-ruby.git
        branch: master
        auto_update: true
    environment_variables:
      PULL_REQUEST_NUMBER:
      PULL_REQUEST_HEAD_SHA1:
      PULL_REQUEST_MERGE_SHA1:
    stages:
      - build:
          approval: manual
          jobs:
            build:
              tasks:
                - exec:
                    run_if: passed
                    command: make
                    arguments:
                      - checkout_to_pull_request
                - exec:
                    run_if: passed
                    command: make
                    arguments:
                      - build
                - exec:
                    run_if: passed
                    command: make
                    arguments:
                      - test

environments:
  WebDEVCI:
    pipelines:
      - parliament-ruby
      - parliament-ruby-PR

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
parliament-ruby-1.0.2 gocd/pdswebops.yaml
parliament-ruby-1.0.1 gocd/pdswebops.yaml