Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

[JENKINS-39414] - Update Stapler JRuby dependency to prevent binary compat issue in Jenkins 2.28+ #4

Closed
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jruby</artifactId>
<version>1.229</version>
<version>1.246</version>
Copy link
Member

@rsandell rsandell Nov 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would this work when running on an older Jenkins core with older stapler?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least it works on my small test instance

<exclusions>
<exclusion>
<groupId>org.kohsuke.stapler</groupId>
Expand Down