This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gitlab_satis [2018/11/14 15:04] – [Optional] admin | gitlab_satis [2018/11/14 15:54] (current) – [Optional] admin | ||
---|---|---|---|
Line 124: | Line 124: | ||
# GitLab install | # GitLab install | ||
gitlab_url=" | gitlab_url=" | ||
+ | |||
+ | # Satis Project id (integer, not the project name) | ||
+ | satis_project_id=" | ||
#### Config end | #### Config end | ||
Line 152: | Line 155: | ||
# Trigger Pipeline | # Trigger Pipeline | ||
if payloadBefore != payloadCurrent && composerExists == ' | if payloadBefore != payloadCurrent && composerExists == ' | ||
- | | + | |
end | end | ||
end | end | ||
</ | </ |