Skip to content
Snippets Groups Projects
Commit 701ec029 authored by Simon Künzel's avatar Simon Künzel
Browse files

Update CI

parent 703cf9c0
No related branches found
No related tags found
No related merge requests found
Pipeline #6603 passed
Pipeline: development

#6604

    trigger-dev:
    stage: build
    variables:
    GIT_REPO: git.fsmpi.rwth-aachen.de/videoag/dominic_render_video.git
    UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
    TARGET_IMAGE_NAME: dominic_render_video
    trigger:
    project: videoag/development
    strategy: depend
    trigger-production: trigger-production:
    stage: deploy stage: deploy
    rules: rules:
    - if: $CI_COMMIT_TAG # Tag is protected. Match only v.* Tags
    - if: $CI_COMMIT_TAG =~ /v.*/
    variables: variables:
    BUILD_TYPE: dominic_render_video GIT_REPO: git.fsmpi.rwth-aachen.de/videoag/dominic_render_video.git
    UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
    UPSTREAM_COMMIT_TAG: $CI_COMMIT_TAG UPSTREAM_COMMIT_TAG: $CI_COMMIT_TAG
    TARGET_IMAGE_NAME: dominic_render_video
    trigger: trigger:
    # Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B
    project: videoag_infra/production project: videoag_infra/production
    strategy: depend strategy: depend
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment