Sha256: 3ba0ab204af0cc07389d64910a497b74f400431e889a1c3e010d6f08f58f9668
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
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 excluded_users: user skip_tag: true triggers: - git_push: true - scm_polling: "H/5 * * * *" builders: - multi_job: phases: "Phase One": jobs: - name: first exposed_scm: true current_params: true config: predefined_build_parameters: - 'GIT_COMMIT=123' - "PARENT_WORKSPACE=${WORKSPACE}" - name: second continue_condition: COMPLETED "Phase Two": jobs: - name: third - 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
5 entries across 5 versions & 1 rubygems