Configuration Variables with Checkbox mutually exclusive

Hi,

in one of our build configurations we have two configuration variables which are set via checkboxes when manually queuing a build of this type.
These two options should not be activated together however. Having both deactived is fine though.

Is there a way we can prevent both checkboxes from being activated in Continua?

Regards,
Christoph

Hi Christoph,

Continua doesn’t have any way for you to add validation checks to any of the variable prompts. You can however implement similar functionality by using a dropdown select prompt type with three options (option 1, option 2 and neither). e.g.

That would have been my solution too. Thanks for confirming.

Regards
Christoph