Skip to content
Snippets Groups Projects
Commit d4af3407 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Trigger RobotAPI downstream pipeline

parent 7b21ee1e
No related branches found
No related tags found
No related merge requests found
Pipeline #16095 failed
......@@ -2,6 +2,7 @@ stages:
- build-and-test
- deploy
- post-deploy-test
- downstream
.build-and-test:
......@@ -164,3 +165,18 @@ test-docker-image-jammy:
rules:
- if: $CI_COMMIT_BRANCH == "master"
robot-api:
stage: downstream
variables:
TODO_ENV_VARIABLE: "This variable will be available to the CI pipeline of RobotAPI."
trigger:
project: sw/armarx/robota-api
# This is optional, but we could tell RobotAPI which ArmarxGui branch to use.
branch: master
rules:
- if: $CI_COMMIT_BRANCH == "master"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment