Sha256: 3a4bdd794fd70929f900063971e9f859dfbee1c899586d5c1a75384670e0345e

Contents?: true

Size: 749 Bytes

Versions: 18

Compression:

Stored size: 749 Bytes

Contents

- job:
    name: '{{name}}-Pipeline'
    description: 'Pipeline'
    job_type: multi_project
    wrappers:
      - timestamp: true
      - ansicolor: true
      - rvm: '{{rvm}}'
    builders:
      - multi_job:
          phases:
            Commit:
              jobs:
                - name: '{{name}}-Commit'
              continue_condition: SUCCESSFUL
            Acceptance:
              jobs:
                - name: '{{name}}-Acceptance'
              continue_condition: SUCCESSFUL
            Upgrade:
              jobs:
                - name: '{{name}}-Upgrade'
              continue_condition: SUCCESSFUL
            Release:
              jobs:
                - name: '{{name}}-Release'
              continue_condition: SUCCESSFUL

Version data entries

18 entries across 18 versions & 1 rubygems

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