Skip to content

Commit

Permalink
Merge branch 'master' into deletion-patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Oct 16, 2023
2 parents 1940bb4 + e494605 commit 3f2f135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>pl.damianszczepanik</groupId>
<artifactId>build-history-manager</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.2-SNAPSHOT</version>
<packaging>hpi</packaging>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public List<Rule> getRules() {

/**
* Entry point for the discarding process. Iterates over the completed builds and rules.
* This method is invoked by {@link Job#logRotate()}, which is called for example by <br/>
* This method is invoked by {@link Job#logRotate()}, which is called for example by <br>
* {@link jenkins.model.JobGlobalBuildDiscarderStrategy#apply(Job)}, <br>
* <a href="https://github.com/jenkinsci/workflow-job-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java#L658">org.jenkinsci.plugins.workflow.job.WorkflowRun#finish()</a> <br/>
* <a href="https://github.com/jenkinsci/workflow-job-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java#L658">org.jenkinsci.plugins.workflow.job.WorkflowRun#finish()</a> <br>
* thus this method can be invoked several time after completed build.
*
* @see BuildDiscarder#perform(Job)
Expand Down

0 comments on commit 3f2f135

Please sign in to comment.