AppVeyor build URL

ndusan's Avatar

ndusan

29 Jul, 2022 02:16 PM

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

  1. Support Staff 1 Posted by Feodor Fitsner on 29 Jul, 2022 03:35 PM

    Feodor Fitsner's Avatar

    There are several variables to build URL like that:

    • APPVEYOR_ACCOUNT_NAME
    • APPVEYOR_PROJECT_SLUG
    • APPVEYOR_BUILD_ID
    https://ci.appveyor.com/project/{APPVEYOR_ACCOUNT_NAME}/{APPVEYOR_PROJECT_SLUG}/builds/{APPVEYOR_BUILD_ID}
    

    https://www.appveyor.com/docs/environment-variables/

  2. Feodor Fitsner closed this discussion on 28 Sep, 2022 09:02 PM.

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