Skip to content
Snippets Groups Projects
Commit 19d8fbc3 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

[CI]: Allow to manually trigger the pipeline

parent 9f7814ed
No related branches found
No related tags found
No related merge requests found
...@@ -177,6 +177,8 @@ retrigger: ...@@ -177,6 +177,8 @@ retrigger:
when: "manual" when: "manual"
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
stage: build stage: build
timeout: !reference [variables, BUILD_TIMEOUT] timeout: !reference [variables, BUILD_TIMEOUT]
image: image:
...@@ -387,6 +389,8 @@ notify: ...@@ -387,6 +389,8 @@ notify:
# Trigger deploy jobs only on a schedule basis (for weekly release) or on tag # Trigger deploy jobs only on a schedule basis (for weekly release) or on tag
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
script: script:
- | - |
echo -e "The job results for all boards are listed below (also available by clicking on the **Job Report** button)." >> Job_message.txt echo -e "The job results for all boards are listed below (also available by clicking on the **Job Report** button)." >> Job_message.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment