build-monitor-plugin icon indicating copy to clipboard operation
build-monitor-plugin copied to clipboard

Question: Is it possible to filter in a view only build which specific parameters?

Open vdrasutis opened this issue 6 years ago • 5 comments

In example We have job:

  • "Test App"

We have triggers:

  • "Run Latest" // In example now latest version is 10.0..
  • "Run Maintenance" // In example now maintenance version is 9.3.. these triggers run each day. In the triggers power shell script find the required version and sets "VersionToTest" parameter.

How I can filter builds (of same jobs) that I could create two views:

  • Latest Builds (filters specified jobs latest build with has "VersionToTest" set to "10.0..", or starts with "10.0")
  • Maintenance Builds (filters specified jobs latest build with has "VersionToTest" set to "9.3..", or starts with "10.0")

vdrasutis avatar Feb 28 '18 09:02 vdrasutis

We're also looking to do the same thing. We have a large organization which is auto-created with multi-branch jobs. We also have a library which then automatically determines the "official" status of builds. For example, even if it's done on the master branch, a build where some did a Replay and edited the jenkinsfile is not going to be considered "official" and we would like that to not impact the build monitor.

Irialad avatar Sep 17 '18 19:09 Irialad

+1

AdamBrousseau avatar Nov 05 '18 19:11 AdamBrousseau

+1

sakshingp avatar Jun 14 '19 06:06 sakshingp

+1

JavaUnchained avatar Aug 13 '20 11:08 JavaUnchained