AppVeyor build URL
Hello,
Is there a known environment variable (or a way) of getting current AppVeyor build job as a full URL during the build itself? So for example:
While the job is running, get the full url to the job?
https://ci.appveyor.com/project/<account>/<project>/builds/44317229
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 29 Jul, 2022 03:35 PM
There are several variables to build URL like that:
APPVEYOR_ACCOUNT_NAME
APPVEYOR_PROJECT_SLUG
APPVEYOR_BUILD_ID
https://www.appveyor.com/docs/environment-variables/
Feodor Fitsner closed this discussion on 28 Sep, 2022 09:02 PM.