Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Server
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Server
Commits
6750c7fe
Commit
6750c7fe
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Switch to native YAML syntax for GitLab CI trigger job
parent
b48b11b6
No related branches found
No related tags found
No related merge requests found
Pipeline
#126725
passed
1 year ago
Stage: test
Stage: .post
Pipeline: B Language Extension
#126726
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-8
4 additions, 8 deletions
.gitlab-ci.yml
with
4 additions
and
8 deletions
.gitlab-ci.yml
+
4
−
8
View file @
6750c7fe
...
...
@@ -20,13 +20,9 @@ test:
trigger_extension_build
:
stage
:
.post
image
:
alpine:3
dependencies
:
[]
variables
:
GIT_STRATEGY
:
none
before_script
:
-
apk add --update curl
script
:
-
curl -X POST -F "token=$CI_JOB_TOKEN" -F "ref=main" https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/2835/trigger/pipeline
trigger
:
project
:
general/stups/b_language_extension
forward
:
yaml_variables
:
false
only
:
-
master@general/stups/b_language_server
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment