Skip to content

SCM integration workflows.yml format

Victor Pereira edited this page Jun 3, 2021 · 3 revisions

File should be named workflows.yml. Other variations like workflows.yaml aren't supported

For now we are supporting the following schema:

workflow: # the name of the workflow. A regular string
  steps: # list of steps
    - branch_package: # the name of the step. It is defined by the OBS. Today just branch_package is supported
        source_project: home:Admin #  OBS source project
        source_package: hello_world # OBS package to be branched
Clone this wiki locally