Skip to content
Snippets Groups Projects
Commit 5a9f952d authored by gjahn's avatar gjahn
Browse files

A new pipeline is defined to trigger container image building

parent 983f3e4f
No related branches found
No related tags found
No related merge requests found
workflow:
rules:
- if: >-
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"
when: 'always'
- when: 'never'
job_trigger-pipeline:
trigger:
project: 'fb6-wp11-devops/webservice-build-and-publish'
......@@ -112,7 +112,7 @@ List all existing entries (returns JSON or plain text, depending on the `Accept`
```bash
curl \
-X GET \
--header 'Accept: text/plain'\
--header 'Accept: text/plain' \
http://localhost:8080/states
```
......
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