Sha256: 48673b5bd84024726ed42cc0c2ad4247f439b200ad1b079590f769aacc89ae6d

Contents?: true

Size: 891 Bytes

Versions: 18

Compression:

Stored size: 891 Bytes

Contents

- dependencies:
    - source:
        url: 'https://github.com/constantcontact/jenkins_pipeline_builder/archive/master.tar.gz'
        templates:
            - name: generator-template
              version: 1
              template_root: 'example/templates' # To keep tempaltes in this repo, we specify a folder

- defaults:
    name: global
    description: Example Pipeline
    git_repo: git@github.com:constantcontact/jenkins_pipeline_builder.git
    git_branch: master
    discard_days: '30'
    discard_number: '100'
    rvm: '`cat pipeline/.ruby-version`'

- project:
    name: 'ExamplePipeline'
    jobs:
        - '{{name}}-PipelineGenerator'
        - '{{name}}-Pipeline'
        - '{{name}}-Commit'
        - '{{name}}-Acceptance' # from template (see dependencies section)
        - '{{name}}-Upgrade'
        - '{{name}}-Release'
    promotions:
        - '01. Stage Promotion'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-1.10.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.9.1 example/pipeline/project.yaml
jenkins_pipeline_builder-1.9.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.8.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.7.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.5.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.3.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.2.1 example/pipeline/project.yaml
jenkins_pipeline_builder-1.2.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.1.5 example/pipeline/project.yaml
jenkins_pipeline_builder-1.1.4 example/pipeline/project.yaml
jenkins_pipeline_builder-1.1.3 example/pipeline/project.yaml
jenkins_pipeline_builder-1.1.2 example/pipeline/project.yaml
jenkins_pipeline_builder-1.1.0 example/pipeline/project.yaml
jenkins_pipeline_builder-1.0.0 example/pipeline/project.yaml
jenkins_pipeline_builder-0.16.3 example/pipeline/project.yaml
jenkins_pipeline_builder-0.16.2 example/pipeline/project.yaml
jenkins_pipeline_builder-0.16.0 example/pipeline/project.yaml