Search code examples
jenkinsjenkins-pipeline

Can I let Jenkins stage view result rows show more than 10


  • My Jenkins Version: 2.303.1
  • Stage View show 10 rows(build results) now.

Jenkins Stage View


Solution

  • Setting the discarding limit according to Melkjot will only increase the number of runs that are stored, it doesn't change the number ob entries shown in the stage view. However, there is a hardwired parameter mentioned in the plugins documentation at https://plugins.jenkins.io/pipeline-stage-view/

    com.cloudbees.workflow.rest.external.JobExt.maxRunsPerJob (default: 10)