Variables are not passed into pipeline
Closed this issue · 1 comments
orbelico commented
Variable passed via the -v option are not present in the pipeline environment. Reason is that the variables array is not passed in the correct format, as specified in
https://docs.gitlab.com/ee/api/pipelines.html#create-a-new-pipeline
For instructions on how to translate this into python requests, see
https://stackoverflow.com/questions/47288184/trigger-gitlab-build-with-python-requests