Commit f9aa9e6 1 parent 6e736cf commit f9aa9e6 Copy full SHA for f9aa9e6
File tree 2 files changed +3
-2
lines changed
src/main/java/com/cloudbees/jenkins/support
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 70
70
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
71
71
<jenkins .baseline>2.479</jenkins .baseline>
72
72
<jenkins .version>${jenkins.baseline} .1</jenkins .version>
73
- <!-- TODO https://github.com/jenkinsci/jenkins-test-harness/pull/922 -->
74
- <jenkins-test-harness .version>2400.v86a_2b_c9d99d6 </jenkins-test-harness .version>
73
+ <!-- TODO until in parent -->
74
+ <jenkins-test-harness .version>2403.v256947ecb_c8a_ </jenkins-test-harness .version>
75
75
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
76
76
<spotless .check.skip>false</spotless .check.skip>
77
77
</properties >
Original file line number Diff line number Diff line change @@ -879,6 +879,7 @@ private static void closeAll() {
879
879
try {
880
880
h .close ();
881
881
} catch (Throwable t ) {
882
+ // ignore
882
883
}
883
884
}
884
885
}
You can’t perform that action at this time.
0 commit comments