Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-7280

run parameters show builds that have not completed or have failed / unstable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Any

      Run parameters show builds that have not completed or have failed / unstable. Would be very useful to filter out or allow for a choice of stable / completed builds.

          [JENKINS-7280] run parameters show builds that have not completed or have failed / unstable

          Geoff Cummings added a comment - - edited

          I have had a go at adding filtering based on Build result, this will also allow you to filter out jobs which have not completed yet.
          I am new at this so all feedback welcome!!

          https://github.com/jenkinsci/jenkins/pull/738

          thanks
          Geoff

          Geoff Cummings added a comment - - edited I have had a go at adding filtering based on Build result, this will also allow you to filter out jobs which have not completed yet. I am new at this so all feedback welcome!! https://github.com/jenkinsci/jenkins/pull/738 thanks Geoff

          Code changed in jenkins
          User: gcummings
          Path:
          core/src/main/java/hudson/model/RunParameterDefinition.java
          core/src/main/java/hudson/model/RunParameterValue.java
          core/src/main/java/hudson/util/RunList.java
          core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly
          core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
          test/src/test/java/hudson/model/ParametersTest.java
          test/src/test/java/hudson/model/RunParameterDefinitionTest.java
          war/src/main/webapp/help/parameter/run-filter.html
          war/src/main/webapp/help/parameter/run-project.html
          http://jenkins-ci.org/commit/jenkins/b1415bda59e1020c433a63ff1830a3012eb04428
          Log:
          JENKINS-7280 - Allow filtering of the Run Paramters List - All,
          Completed, Successful & Stable using Enum

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: gcummings Path: core/src/main/java/hudson/model/RunParameterDefinition.java core/src/main/java/hudson/model/RunParameterValue.java core/src/main/java/hudson/util/RunList.java core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly test/src/test/java/hudson/model/ParametersTest.java test/src/test/java/hudson/model/RunParameterDefinitionTest.java war/src/main/webapp/help/parameter/run-filter.html war/src/main/webapp/help/parameter/run-project.html http://jenkins-ci.org/commit/jenkins/b1415bda59e1020c433a63ff1830a3012eb04428 Log: JENKINS-7280 - Allow filtering of the Run Paramters List - All, Completed, Successful & Stable using Enum

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/java/hudson/model/RunParameterDefinition.java
          core/src/main/java/hudson/model/RunParameterValue.java
          core/src/main/java/hudson/util/RunList.java
          core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly
          core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
          test/src/test/java/hudson/model/ParametersTest.java
          test/src/test/java/hudson/model/RunParameterDefinitionTest.java
          war/src/main/webapp/help/parameter/run-filter.html
          war/src/main/webapp/help/parameter/run-project.html
          http://jenkins-ci.org/commit/jenkins/0c248480c3cc8d34677fd2f1919017c602c56083
          Log:
          Merge pull request #738 from gcummings/JENKINS-7280

          JENKINS-7280 - Allow filtering of the Run Paramter Build List by Result

          Compare: https://github.com/jenkinsci/jenkins/compare/334d3218ebcc...0c248480c3cc

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/model/RunParameterDefinition.java core/src/main/java/hudson/model/RunParameterValue.java core/src/main/java/hudson/util/RunList.java core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly test/src/test/java/hudson/model/ParametersTest.java test/src/test/java/hudson/model/RunParameterDefinitionTest.java war/src/main/webapp/help/parameter/run-filter.html war/src/main/webapp/help/parameter/run-project.html http://jenkins-ci.org/commit/jenkins/0c248480c3cc8d34677fd2f1919017c602c56083 Log: Merge pull request #738 from gcummings/ JENKINS-7280 JENKINS-7280 - Allow filtering of the Run Paramter Build List by Result Compare: https://github.com/jenkinsci/jenkins/compare/334d3218ebcc...0c248480c3cc

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          core/src/main/java/hudson/model/RunParameterDefinition.java
          core/src/main/java/hudson/util/RunList.java
          test/src/test/java/hudson/model/RunParameterDefinitionTest.java
          http://jenkins-ci.org/commit/jenkins/53cbf595ed487f2239ea63b2f8ae7d2f48ad47f5
          Log:
          JENKINS-7280 Touch-ups.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/main/java/hudson/model/RunParameterDefinition.java core/src/main/java/hudson/util/RunList.java test/src/test/java/hudson/model/RunParameterDefinitionTest.java http://jenkins-ci.org/commit/jenkins/53cbf595ed487f2239ea63b2f8ae7d2f48ad47f5 Log: JENKINS-7280 Touch-ups.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2541
          JENKINS-7280 - Allow filtering of the Run Paramters List - All, (Revision b1415bda59e1020c433a63ff1830a3012eb04428)
          JENKINS-7280 Touch-ups. (Revision 53cbf595ed487f2239ea63b2f8ae7d2f48ad47f5)

          Result = SUCCESS
          github : b1415bda59e1020c433a63ff1830a3012eb04428
          Files :

          • test/src/test/java/hudson/model/RunParameterDefinitionTest.java
          • core/src/main/java/hudson/util/RunList.java
          • core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
          • core/src/main/java/hudson/model/RunParameterDefinition.java
          • core/src/main/java/hudson/model/RunParameterValue.java
          • war/src/main/webapp/help/parameter/run-filter.html
          • core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly
          • war/src/main/webapp/help/parameter/run-project.html
          • test/src/test/java/hudson/model/ParametersTest.java

          Jesse Glick : 53cbf595ed487f2239ea63b2f8ae7d2f48ad47f5
          Files :

          • test/src/test/java/hudson/model/RunParameterDefinitionTest.java
          • changelog.html
          • core/src/main/java/hudson/util/RunList.java
          • core/src/main/java/hudson/model/RunParameterDefinition.java

          dogfood added a comment - Integrated in jenkins_main_trunk #2541 JENKINS-7280 - Allow filtering of the Run Paramters List - All, (Revision b1415bda59e1020c433a63ff1830a3012eb04428) JENKINS-7280 Touch-ups. (Revision 53cbf595ed487f2239ea63b2f8ae7d2f48ad47f5) Result = SUCCESS github : b1415bda59e1020c433a63ff1830a3012eb04428 Files : test/src/test/java/hudson/model/RunParameterDefinitionTest.java core/src/main/java/hudson/util/RunList.java core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly core/src/main/java/hudson/model/RunParameterDefinition.java core/src/main/java/hudson/model/RunParameterValue.java war/src/main/webapp/help/parameter/run-filter.html core/src/main/resources/hudson/model/RunParameterDefinition/config.jelly war/src/main/webapp/help/parameter/run-project.html test/src/test/java/hudson/model/ParametersTest.java Jesse Glick : 53cbf595ed487f2239ea63b2f8ae7d2f48ad47f5 Files : test/src/test/java/hudson/model/RunParameterDefinitionTest.java changelog.html core/src/main/java/hudson/util/RunList.java core/src/main/java/hudson/model/RunParameterDefinition.java

            gcummings Geoff Cummings
            neiltingley neiltingley
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: