-
Notifications
You must be signed in to change notification settings - Fork 78
Remove icon-shim dependency #61
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
Conversation
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
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.
🐝 though it needs JTH/Plugin POM release
pom.xml
Outdated
@@ -33,6 +33,7 @@ | |||
<properties> | |||
<jenkins.version>1.642.4</jenkins.version> | |||
<java.level>7</java.level> | |||
<jenkins-test-harness.version>2.30-20171010.153224-1</jenkins-test-harness.version> <!-- TODO https://github.com/jenkinsci/jenkins-test-harness/pull/78 --> |
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.
I would propose to release JTH and Plugin POM before merging this PR
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.
yes, would do
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.
Well, JTH at least. plugin-pom
can come along later, not urgent.
Because of docker-traceability. Lol, seems I remember introduced docker chaos better. |
So now you broke dependent plugins?? |
It should still get |
@jglick Then it looks safe. Afair this plugin was created as piece of traceability and later reused in other plugins. |
Not sure why it was here—was actually older than what you would get by default anyway. Cf. jenkinsci/plugin-pom#72.
@reviewbybees