Sha256: e65b16834e890b879527e6e23035c9ba0d09e0ab1e1093f79dee7c17b6d36fd3

Contents?: true

Size: 843 Bytes

Versions: 31

Compression:

Stored size: 843 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'

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.15.3 example/pipeline/project.yaml
jenkins_pipeline_builder-0.15.2 example/pipeline/project.yaml
jenkins_pipeline_builder-0.15.1 example/pipeline/project.yaml
jenkins_pipeline_builder-0.14.0 example/pipeline/project.yaml
jenkins_pipeline_builder-0.13.4 example/pipeline/project.yaml
jenkins_pipeline_builder-0.13.3 example/pipeline/project.yaml
jenkins_pipeline_builder-0.13.2 example/pipeline/project.yaml
jenkins_pipeline_builder-0.13.1 example/pipeline/project.yaml
jenkins_pipeline_builder-0.13.0 example/pipeline/project.yaml
jenkins_pipeline_builder-0.12.3 example/pipeline/project.yaml
jenkins_pipeline_builder-0.12.2 example/pipeline/project.yaml
jenkins_pipeline_builder-0.12.1 example/pipeline/project.yaml
jenkins_pipeline_builder-0.12.0 example/pipeline/project.yaml
jenkins_pipeline_builder-0.11.2 example/pipeline/project.yaml
jenkins_pipeline_builder-0.11.1 example/pipeline/project.yaml
jenkins_pipeline_builder-0.11.0 example/pipeline/project.yaml
jenkins_pipeline_builder-0.10.16 example/pipeline/project.yaml
jenkins_pipeline_builder-0.10.15 example/pipeline/project.yaml
jenkins_pipeline_builder-0.10.14 example/pipeline/project.yaml
jenkins_pipeline_builder-0.10.13 example/pipeline/project.yaml