Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed 2.138.x line #147

Merged
merged 2 commits into from
Jan 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is important because version management is a [common annoyance](https://jen
After selecting your plugin’s LTS baseline:

```xml
<jenkins.version>2.138.4</jenkins.version>
<jenkins.version>2.164.3</jenkins.version>
```

just import the [latest BOM](https://github.com/jenkinsci/bom/releases) from that line:
Expand All @@ -20,8 +20,8 @@ just import the [latest BOM](https://github.com/jenkinsci/bom/releases) from tha
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.138.x</artifactId>
<version>3</version>
<artifactId>bom-2.164.x</artifactId>
<version>4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
57 changes: 0 additions & 57 deletions bom-2.138.x/pom.xml

This file was deleted.

8 changes: 0 additions & 8 deletions pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,5 @@ rm -fv pct-work/git-client/target/surefire-reports/TEST-hudson.plugins.git.GitEx
rm -fv pct-work/git-client/target/surefire-reports/TEST-org.jenkinsci.plugins.gitclient.FilePermissionsTest.xml
# TODO pending non-beta release of https://github.com/jenkinsci/git-client-plugin/pull/478 (or #479 backport)
rm -fv pct-work/git-client/target/surefire-reports/TEST-org.jenkinsci.plugins.gitclient.{CliGitAPIImplTest,JGitAPIImplTest,JGitApacheAPIImplTest}.xml
if [ $LINE = 2.138.x ]
then
# TODO pending backport of https://github.com/jenkinsci/workflow-durable-task-step-plugin/pull/95 from 2.29 to 2.28.x, workflow-support 3.x breaks ExecutorStepTest.serialForm
rm -fv pct-work/workflow-durable-task-step/target/surefire-reports/TEST-org.jenkinsci.plugins.workflow.support.steps.ExecutorStepTest.xml
# TODO pending ssh-slaves 1.30.0 with https://github.com/jenkinsci/ssh-slaves-plugin/pull/114 (plus https://github.com/jenkinsci/durable-task-plugin/pull/100):
rm -fv pct-work/ssh-slaves/target/surefire-reports/TEST-hudson.plugins.sshslaves.verifiers.VerificationStrategyConfigurationTest.xml
rm -fv pct-work/ssh-slaves/target/surefire-reports/TEST-hudson.plugins.sshslaves.SSHLauncherTest.xml
fi

# produces: **/target/surefire-reports/TEST-*.xml
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<module>bom-latest</module>
<module>bom-2.164.x</module>
<module>bom-2.150.x</module>
<module>bom-2.138.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 @@ -243,13 +243,6 @@
<jenkins.version>2.150.3</jenkins.version>
</properties>
</profile>
<profile>
<id>2.138.x</id>
<properties>
<bom>2.138.x</bom>
<jenkins.version>2.138.4</jenkins.version>
</properties>
</profile>
<profile>
<id>skip-tests-on-release</id>
<activation>
Expand Down