Sha256: 2f7fa9f518e532017c771a420617a72f2e28e046dc4a166d051fce9e8efdbeaf

Contents?: true

Size: 1.5 KB

Versions: 11

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:
  Web.DEVCI:
    pipelines:
      - parliament-ruby
      - parliament-ruby-PR

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
parliament-ruby-1.0.0 gocd/pdswebops.yaml
parliament-ruby-1.0.0.pre6 gocd/pdswebops.yaml
parliament-ruby-1.0.0.pre5 gocd/pdswebops.yaml
parliament-ruby-1.0.0.pre4 gocd/pdswebops.yaml
parliament-ruby-1.0.0.pre3 gocd/pdswebops.yaml
parliament-ruby-1.0.0.pre2 gocd/pdswebops.yaml
parliament-ruby-1.0.0.pre gocd/pdswebops.yaml
parliament-ruby-0.10.2 gocd/pdswebops.yaml
parliament-ruby-0.10.1 gocd/pdswebops.yaml
parliament-ruby-0.10.0 gocd/pdswebops.yaml
parliament-ruby-0.9.0 gocd/pdswebops.yaml