If I have both an uploaded config and a descriptor on a PipelineConfiguration entity, which is used?

If you have both uploaded a zipped config to the Uploaded Config field and set a value for the Descriptor field on the PipelineConfiguration entity for a project, the Descriptor field takes precedence over the Uploaded config . In other words, the uploaded config will be ignored.

The full precedence list is:

  • windows|linux|mac path takes precedence over
  • descriptor which takes precedence over
  • uploaded config
2 Likes