Dear all, I stumbled over a pull request <https://github.com/jenkinsci/chucknorris-plugin/pull/6>which is supposed to fix JENKINS-25084 <https://issues.jenkins-ci.org/browse/JENKINS-25084> which has not yet been accepted due to failed checks. I tried to understand why the checks failed and took a look at the console outupt of the failed Jenkins build <https://jenkins.ci.cloudbees.com/job/plugins/job/chucknorris-plugin/8/console> .
It seems that only two jelly files were changed <https://github.com/jenkinsci/chucknorris-plugin/commit/1cd61d5fed69af77f795fea22a801b5840023449> but some other dependencies are now pulled in and they are causing a failure. The author of the pull request commented: Looked into the build failure since only two jelly templates actually > changed and it was all css/javascript changes in those templates. It blows > up on a maven dependency for httpcore. Looking at the prior successful > build from two months ago, this build pulls in a lot more dependencies in > the console log. > Do you have an explanation why now more dependencies are pulled in? I could not find where these are declared and expected this to be stable, as no pom.xml was changed. I would also be interested in hints how to proceed to e.g. trigger a rebuild. Best regards Benjamin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/6c15a433-67e1-4f89-b266-cdeead6a393c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
