ConditionalSettings for CI/CD or "Pull Request Build" #1885
-
We have a ALGoOrgSettings to centralize configuration. I would like to have different behavior for CI/CD or "Pull Request Build" as oppose to other actions, something like below. I can't get ConditionalSettings to work in this configuration. Is this not supported and if so, what is the supported way of doing this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The setup looks correct. Do you maybe have repo settings or project settings that might override these? Can you upload the logs from a job that has a ReadSetting step? For example, a build job from a CICD workflow. If you do so, please make sure to remove any sensitive data from the logs. |
Beta Was this translation helpful? Give feedback.
-
I believe the conditional setting for the CI/CD workflow should actually be the following (CICD rather than CI/CD):
The other conditional settings look correct to me though. Could you try updating that and checking whether that helps? |
Beta Was this translation helpful? Give feedback.
I believe the conditional setting for the CI/CD workflow should actually be the following (CICD rather than CI/CD):
The other conditional settings look correct to me though.
Could you try updating that and checking whether that helps?