Skip to content

Commit

Permalink
Retire 2.235 (#609)
Browse files Browse the repository at this point in the history
Co-authored-by: Basil Crow <[email protected]>
  • Loading branch information
timja and basil authored Jul 31, 2021
1 parent ae501d2 commit 3c802a2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 83 deletions.
72 changes: 0 additions & 72 deletions bom-2.235.x/pom.xml

This file was deleted.

3 changes: 0 additions & 3 deletions excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ org.jenkinsci.plugins.workflow.job.WorkflowRunRestartTest
# TODO https://github.com/jenkinsci/workflow-multibranch-plugin/pull/128
org.jenkinsci.plugins.workflow.multibranch.JobPropertyStepTest

# TODO until dropping 2.235.x so can rely on https://github.com/jenkinsci/workflow-basic-steps-plugin/pull/120
org.jenkinsci.plugins.workflow.steps.TimeoutStepTest

# TODO https://github.com/jenkinsci/workflow-basic-steps-plugin/pull/137
org.jenkinsci.plugins.workflow.support.steps.stash.StashTest
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<module>bom-2.277.x</module>
<module>bom-2.263.x</module>
<module>bom-2.249.x</module>
<module>bom-2.235.x</module>
<module>sample-plugin</module>
</modules>
<build>
Expand Down
7 changes: 0 additions & 7 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,5 @@
<jenkins.version>2.249.3</jenkins.version>
</properties>
</profile>
<profile>
<id>2.235.x</id>
<properties>
<bom>2.235.x</bom>
<jenkins.version>2.235.5</jenkins.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 3c802a2

Please sign in to comment.