-
Notifications
You must be signed in to change notification settings - Fork 120
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
Update dependencies and stabilize tests #206
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -28,10 +28,12 @@ | |||||||
<revision>1.49</revision> | ||||||||
<changelist>999999-SNAPSHOT</changelist> | ||||||||
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||||||||
<jenkins.version>2.361.4</jenkins.version> | ||||||||
<jenkins.version>2.387.3</jenkins.version> | ||||||||
<useBeta>true</useBeta> | ||||||||
<spotbugs.effort>Max</spotbugs.effort> | ||||||||
<spotbugs.threshold>Low</spotbugs.threshold> | ||||||||
<!-- TODO pending inclusion in parent: --> | ||||||||
<jenkins-test-harness.version>2061.v04b_f07857801</jenkins-test-harness.version> <!-- TODO https://github.com/jenkinsci/jenkins-test-harness/pull/643 --> | ||||||||
</properties> | ||||||||
|
||||||||
<build> | ||||||||
|
@@ -44,17 +46,21 @@ | |||||||
<compatibleSinceVersion>1.44</compatibleSinceVersion> | ||||||||
</configuration> | ||||||||
</plugin> | ||||||||
<plugin> | ||||||||
<artifactId>maven-surefire-plugin</artifactId> | ||||||||
<configuration> | ||||||||
<systemPropertyVariables> | ||||||||
<org.jvnet.hudson.test.RemainingActivityListener.wait>true</org.jvnet.hudson.test.RemainingActivityListener.wait> | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Example:
pointing to copyartifact-plugin/src/test/java/hudson/plugins/copyartifact/LastCompletedBuildSelectorTest.java Line 256 in da596d9
copyartifact-plugin/src/test/java/hudson/plugins/copyartifact/LastCompletedBuildSelectorTest.java Lines 262 to 263 in da596d9
|
||||||||
</systemPropertyVariables> | ||||||||
</configuration> | ||||||||
</plugin> | ||||||||
</plugins> | ||||||||
</build> | ||||||||
|
||||||||
<dependencies> | ||||||||
<dependency> | ||||||||
<groupId>org.jenkins-ci.main</groupId> | ||||||||
<artifactId>maven-plugin</artifactId> | ||||||||
<!-- Intentionally kept at 3.16 to not disrupt Jenkins plugin bill of materials --> | ||||||||
<!-- https://github.com/jenkinsci/bom/pull/1978#issuecomment-1516220549 --> | ||||||||
<!-- TODO: Before upgrading this version, must check that plugin bill of materials is unharmed --> | ||||||||
<version>3.16</version> | ||||||||
<optional>true</optional> | ||||||||
</dependency> | ||||||||
<dependency> | ||||||||
|
@@ -151,8 +157,8 @@ | |||||||
<dependencies> | ||||||||
<dependency> | ||||||||
<groupId>io.jenkins.tools.bom</groupId> | ||||||||
<artifactId>bom-2.361.x</artifactId> | ||||||||
<version>2102.v854b_fec19c92</version> | ||||||||
<artifactId>bom-2.387.x</artifactId> | ||||||||
<version>2329.v078520e55c19</version> | ||||||||
<scope>import</scope> | ||||||||
<type>pom</type> | ||||||||
</dependency> | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jenkinsci/jenkins-test-harness#643