Skip to content
Snippets Groups Projects
.gitlab-ci.yml 177 B
downstream-job:
  variables:
    BUILD_BRANCH: "$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
  only:
    - merge_requests
  trigger:
    project: af3/maven-releng
    strategy: depend