[JIRA] (JENKINS-41088) Show "latest" run results via fixed URL (dashboard like feature)

8 views
Skip to first unread message

mneale@cloudbees.com (JIRA)

unread,
Jan 15, 2017, 5:31:01 PM1/15/17
to jenkinsc...@googlegroups.com
Michael Neale updated an issue
 
Jenkins / New Feature JENKINS-41088
Show "latest" run results via fixed URL (dashboard like feature)
Change By: Michael Neale
Summary: Show "latest" run results via fixed URL (dashboard like feature )
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

mneale@cloudbees.com (JIRA)

unread,
Jan 15, 2017, 5:32:01 PM1/15/17
to jenkinsc...@googlegroups.com
Michael Neale updated an issue
As a team using blue ocean, we would like to be able to put up a specific pipeline (including branch) on a shared dashboard (call it a wallboard) monitor in an office.

This should always show the "latest" running or completed run of a pipeline.
This can be the same as the current pipeline results screen but instead of a run number has '/latest' in the URI. When a new run starts, it follows along.

A decision needs to be made as to what to do when there are concurrent builds going on (there could be some indicator that there are other builds going on, but this shows latest).

IN any case, this shouldn't be a departure from the normal results screen other than in the URI and the fact that it autorefreshes to show the latest, and can be used on a shared monitor.

(request via a few user interviews)


In Scope:

* Show /latest running (by run number - ie latest one is always reflected on screen) with auto refresh on results screen
* Show /lastSuccessful
* Show /lastCompleted
* Show /lastFailure
* Show visual indication that there are other concurrent builds happening


Out of scope:
* Showing more than one pipeline running at a time on the one screen

jdumay@cloudbees.com (JIRA)

unread,
Jan 21, 2017, 7:27:02 PM1/21/17
to jenkinsc...@googlegroups.com

jdumay@cloudbees.com (JIRA)

unread,
Jan 25, 2017, 5:58:02 AM1/25/17
to jenkinsc...@googlegroups.com

b.brandmeier@fme.de (JIRA)

unread,
Jan 25, 2017, 7:19:01 AM1/25/17
to jenkinsc...@googlegroups.com

b.brandmeier@fme.de (JIRA)

unread,
Jan 25, 2017, 7:20:02 AM1/25/17
to jenkinsc...@googlegroups.com
Benjamin Brandmeier commented on New Feature JENKINS-41088
 
Re: Show "latest" run results via fixed URL (dashboard like feature)

This currently blocks us on using blue ocean in any case. We need a build monitor in the new style.

jdumay@cloudbees.com (JIRA)

unread,
Jan 27, 2017, 4:58:01 PM1/27/17
to jenkinsc...@googlegroups.com

jdumay@cloudbees.com (JIRA)

unread,
Feb 6, 2017, 9:49:01 PM2/6/17
to jenkinsc...@googlegroups.com

jdumay@cloudbees.com (JIRA)

unread,
Feb 8, 2017, 1:49:03 AM2/8/17
to jenkinsc...@googlegroups.com

me@mattfanning.com (JIRA)

unread,
Feb 23, 2017, 8:39:03 PM2/23/17
to jenkinsc...@googlegroups.com
Matt Fanning commented on New Feature JENKINS-41088
 
Re: Show "latest" run results via fixed URL (dashboard like feature)

We were looking to move to using the blue ocean UI for our teams big screen for our main project, just need it to support showing the latest pipeline from a single URL so we don't have to manually go view the latest build.

mneale@cloudbees.com (JIRA)

unread,
Feb 23, 2017, 9:53:04 PM2/23/17
to jenkinsc...@googlegroups.com

Good to see interest in this. I don't see this landing in the next month though unless someone wants to pick it up.

kwirth@perforce.com (JIRA)

unread,
Apr 25, 2019, 6:32:02 AM4/25/19
to jenkinsc...@googlegroups.com

Pinging this to keep it fresh. I spend a lot of my time tweaking scripts and looking at 'lastBuild' results in vanilla Jenkins. I really miss this in Blue Ocean.

This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

robin.bjorklin@gmail.com (JIRA)

unread,
Jan 23, 2020, 6:03:03 PM1/23/20
to jenkinsc...@googlegroups.com

I think the behaviour you want can be achieved with a link formatted like this: https://jenkins.example.org/job/folder_name/job/the_job_name/job/master/lastBuild/display/redirect/

This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

kwirth@perforce.com (JIRA)

unread,
Jan 24, 2020, 4:59:04 AM1/24/20
to jenkinsc...@googlegroups.com

Hi Robin Björklin - I couldnt figure out how to translate mine. For example a working link to execution 8 (last) of the job:

http://jenkins-server:8080/blue/organizations/jenkins/DockerFreeStyle/detail/DockerFreeStyle/8/pipeline

I've tried different combination of your URL with only 404 errors. For example:

http://jenkins-server:8080/blue/organizations/jenkins/DockerFreeStyle/job/master/lastBuild/display/redirect

http://jenkins-server:8080/blue/organizations/jenkins/DockerFreeStyle/detail/DockerFreeStyle/job/master/lastBuild/display/redirect

robin.bjorklin@gmail.com (JIRA)

unread,
Jan 24, 2020, 2:01:03 PM1/24/20
to jenkinsc...@googlegroups.com

Hi Karl Wirth! Sorry about the confusion I should have given clearer instructions.

The link example I provided above is to the classic view but will redirect to Blue Ocean. If your build does not reside within a folder this should do the trick: http://jenkins-server:8080/job/DockerFreeStyle/job/master/lastBuild/display/redirect/

I have only tested this for multibranch pipeline builds and I would guess it will behave differently if you're using free style builds.

mathias@nedrebo.org (JIRA)

unread,
Jan 25, 2020, 6:15:04 AM1/25/20
to jenkinsc...@googlegroups.com

I got this url to work, however it does not solve the problem described in the issue. This url will redirect once, but the goal for me is the have a url that does not redirect to a static url. I need a url that that will refresh whenever new commits are pushed to the branch used in the url.
 
My use case is to have a public display that shows up to date CI/pipeline status of HEAD of master without user intervention. With the proposed url I can achieve this, but not without constant ui flashing caused by host side reloading of the url.
 

Reply all
Reply to author
Forward
0 new messages