Skip to content
Snippets Groups Projects
Commit 0855d779 authored by schnarkus's avatar schnarkus
Browse files

testing GitLab CI/CD with a simple pipeline

parent cfc9395f
No related branches found
No related tags found
No related merge requests found
Pipeline #58734 failed
.local
artifact.bin
......@@ -2,10 +2,13 @@ workflow:
rules:
- if: >-
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"
when: 'always'
- when: 'never'
when: "always"
- when: "never"
job_trigger-pipeline:
trigger:
project: 'fb6-wp11-devops/webservice-build-and-publish'
project: "fb6-wp11-devops/webservice-build-and-publish"
hello-world-job:
script:
- "echo hello world"
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