Built-In Environment Variables are no longer working #2345
Replies: 2 comments
-
hello @dustin-graham how do you use this variable, are you sure that the build is triggered by pull request? i just tried to create a pull request to my |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
in a pipeline, try to run a command which utilizes a built-in environment variable:
The value for
CM_PULL_REQUEST_DEST
is empty at build time and causes this request to fail. This has been working for months and is now failing without any changes to the pipeline.I ssh'd to the build box and found that most of the built-in variables return empty right now.
Expected results
CM_PULL_REQUEST_DEST
should return the value of the destination pull request branch.Actual results
CM_PULL_REQUEST_DEST
returns emptynote: we have billing enabled but the chat support bubble is missing now. Not sure what has happened there.
Build id (optional)
65bb02bb13c644e6d10c6a16
Beta Was this translation helpful? Give feedback.
All reactions