Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
80d0f56e
Commit
80d0f56e
authored
Oct 17, 2018
by
Max Lyon
Browse files
Trigger IGM Build with corresponding branch name
parent
1d8a7271
Pipeline
#7601
passed with stages
in 6 minutes and 51 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
80d0f56e
...
...
@@ -42,4 +42,8 @@ CoMISo-VS2017-Qt-5.10.1-x64:
trigger_build
:
stage
:
deploy
script
:
-
"
curl
-X
POST
-F
token=e32246977fc2f0983bd1994162b407
-F
ref=master
https://www.graphics.rwth-aachen.de:9000/api/v3/projects/682/trigger/builds"
\ No newline at end of file
-
"
curl
-X
POST
\
-F
token=e32246977fc2f0983bd1994162b407
\
-F
ref=master
\
--form
variables[BRANCH]=${CI_COMMIT_REF_NAME}
\
https://www.graphics.rwth-aachen.de:9000/api/v3/projects/682/trigger/builds"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment