NGitLab icon indicating copy to clipboard operation
NGitLab copied to clipboard

How to set pipeline variables if variables are read-only

Open jhueppauff opened this issue 1 year ago • 1 comments

Hi,

how can I trigger a pipeline when the property variable in the PipelineCreate object is readonly. https://github.com/ubisoft/NGitLab/blob/main/NGitLab/Models/PipelineCreate.cs

Shouldn't that be assignable?

jhueppauff avatar Apr 08 '24 14:04 jhueppauff

I use CommitStatusCreate for this

https://docs.gitlab.com/api/commits/#set-the-pipeline-status-of-a-commit

andrew-flatters-bliss avatar May 15 '25 09:05 andrew-flatters-bliss