Sha256: d79f68976e1aaeba1c3a5ff74192d06698fe97de13c468c9cafd441b383f92b9

Contents?: true

Size: 908 Bytes

Versions: 4

Compression:

Stored size: 908 Bytes

Contents

---
- job:
    name: Job-Multi-Project
    job_type: multi_project
    parameters:
      - name: Param1
        type: string
        default: release
        description: The git branch to be used when building application
    scm_provider: git
    scm_url: git@github:org/repo
    scm_branch: release
    scm_params:
      local_branch: ${GIT_BRANCH}
      recursive_update: true
      wipe_workspace: true
      excuded_users: user
    triggers:
      - git_push: true
      - scm_polling: "H/5 * * * *"
    builders:
      - job_builder:
          child_jobs:
            - Child-Job
          mark_phase: SUCCESSFUL
      - inject_vars_file: build_job_info
    publishers:
      - downstream:
          project: Downstream-Job
          data:
            - params: |
                PARAM1=value1
                PARAM2=value2
            - file: promote-job-params
    wrappers:
      - timestamp: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jenkins_pipeline_builder-0.2.0 spec/unit_tests/fixtures/files/Job-Multi-Project.yaml
jenkins_pipeline_builder-0.1.6 spec/unit_tests/fixtures/files/Job-Multi-Project.yaml
jenkins_pipeline_builder-0.1.5 spec/unit_tests/fixtures/files/Job-Multi-Project.yaml
jenkins_pipeline_builder-0.1.3 spec/unit_tests/fixtures/files/Job-Multi-Project.yaml