-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
[JENKINS-55582] [JEP-230] Split instance-identity
to a plugin
#6570
Changes from all 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 |
---|---|---|
|
@@ -96,10 +96,6 @@ THE SOFTWARE. | |
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.modules</groupId> | ||
<artifactId>instance-identity</artifactId> | ||
</dependency> | ||
<dependency> | ||
<!-- | ||
We bundle slf4j binding since we got some components (sshd for example) | ||
|
@@ -415,7 +411,7 @@ THE SOFTWARE. | |
<artifactItem> | ||
<groupId>org.jenkins-ci.modules</groupId> | ||
<artifactId>sshd</artifactId> | ||
<version>3.0.3</version> | ||
<version>3.1.0</version> | ||
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. Needed to avoid this error:
|
||
<type>hpi</type> | ||
</artifactItem> | ||
<artifactItem> | ||
|
@@ -436,6 +432,12 @@ THE SOFTWARE. | |
<version>1.6.2-5</version> | ||
<type>hpi</type> | ||
</artifactItem> | ||
<artifactItem> | ||
<groupId>org.jenkins-ci.modules</groupId> | ||
<artifactId>instance-identity</artifactId> | ||
<version>3.0.1</version> | ||
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. I think we want jenkinsci/instance-identity-plugin#21 released first. 3.0 & 3.0.1 should be considered broken. 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. A request made without reasoning. I will not accommodate such a request unless reasoning is provided. |
||
<type>hpi</type> | ||
</artifactItem> | ||
</artifactItems> | ||
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/detached-plugins</outputDirectory> | ||
<stripVersion>true</stripVersion> | ||
|
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.
Oops, forgot about this, thanks.