...
Codeblock | ||
---|---|---|
| ||
curl -X POST -F token=$PIPELINE_TRIGGER_TOKEN$TOKEN -F ref=$ENVIRONMENT$REF_NAME https://gitext.pinuts.de/api/v4/projects/$PROJECT_ID/trigger/pipeline |
We will provide you with the appropriate values for PIPELINE_TRIGGER_TOKEN
and PROJECT_ID
. ENVIRONMENT
REF_NAME
is the name of the destination environment and should always be devel
, staging
or prod
.