• Icon: Improvement Improvement
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • walldisplay-plugin
    • None

      Firstly, thanks for the excellent wall display plugin.

      Would it be possible to extend the restrictions of job to show to be based on the job's changelog in addition to build times?

      Most of our builds have nightly runs, to check that the infrastructure is running ok, but we're only really interested in jobs that either we're actively working on (committing changes), or that are unstable for other reasons.

          [JENKINS-15302] Restrict to last change date

          You mean a checkbox with a "show only builds that have a changelog" functionality?

          Christian Pelster added a comment - You mean a checkbox with a "show only builds that have a changelog" functionality?

          howama added a comment -

          I was thinking of an extension of the builds to display selection to include "modified this week", which would work like "active this week", but ignore stable builds that were triggered by timer or upstream jobs.

          However, I've just discovered that recent versions of jenkins allow very flexible filtering of views, so this can already be achieved in jenkins with a little more configuration of the view.

          I'm using the following filters:

          "At least one build was" "Triggerd by User", 3.0 days
          "At least one build was" "Triggerd by SCM Poll", 3.0 days
          "At least one build was" "Triggerd by Remote", 3.0 days
          "At least one build was" "Triggerd by CLI", 3.0 days
          "At least one build was" "Not Stable", 3.0 days
          "Build Status", "Currently Building", "In Build Queue"

          howama added a comment - I was thinking of an extension of the builds to display selection to include "modified this week", which would work like "active this week", but ignore stable builds that were triggered by timer or upstream jobs. However, I've just discovered that recent versions of jenkins allow very flexible filtering of views, so this can already be achieved in jenkins with a little more configuration of the view. I'm using the following filters: "At least one build was" "Triggerd by User", 3.0 days "At least one build was" "Triggerd by SCM Poll", 3.0 days "At least one build was" "Triggerd by Remote", 3.0 days "At least one build was" "Triggerd by CLI", 3.0 days "At least one build was" "Not Stable", 3.0 days "Build Status", "Currently Building", "In Build Queue"

            pelle Christian Pelster
            howama howama
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: