concourse / docs

concourse documentation and website

Home Page:https://concourse-ci.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the environment variable for the build URL?

autonomousapps opened this issue · comments

I looked through your docs, and this appears to be your only public list of env vars. What I want, though, is the URL to the build so I can publish that URL somewhere else, linking directly to the job on CI. The nearest answer I've found to this question is this on Stack Overflow. It's pretty gross. I was hoping you had something like BUILD_URL (Jenkins), CI_BUILD_URL (TeamCity), etc. Any help would be appreciated.

You have to build up the URL yourself as described in the SO post. All the pieces are there, you need to stitch them together. This could be an nice feature to add into Concourse itself instead of having people write boilerplate code over and over.

It's been so long since I filed this issue I don't even remember what concourse is.