Re: Pipeline: BUILD_URL for Blue Ocean

2018-04-20 Thread Craig Rodrigues
Try: env.RUN_DISPLAY_URL If you look at this plugin: https://plugins.jenkins.io/display-url-api you will see there these variables you can try: RUN_DISPLAY_URL – links to the run result RUN_CHANGES_DISPLAY_URL – links to the changes page for a run JOB_DISPLAY_URL – links to the jobs homepage

Re: Pipeline: BUILD_URL for Blue Ocean

2018-04-19 Thread Daniel Beck
Append /display/redirect to the URL. > On 18. Apr 2018, at 13:29, Sverre Moe wrote: > > We have the following content to mail notifications. > def content "Check console output at ${env.BUILD_URL} to view the results." > > Where env.BUILD_URL has the following URL >

Pipeline: BUILD_URL for Blue Ocean

2018-04-18 Thread Sverre Moe
We have the following content to mail notifications. def content "Check console output at ${env.BUILD_URL} to view the results." Where env.BUILD_URL has the following URL https://build-ci.company.com:8443/job/projectA/job/user%252Fwork/115/ Is there an environment variable to get Blue Ocean