openshift / jenkins

Apache License 2.0
260 stars 447 forks source link

icons missing form dashboard Jenkins 2.346.3 #1494

Closed kurisd closed 1 year ago

kurisd commented 2 years ago

Out of the box missing some ui element! During the latest update to Jenkins 2.346.3 icons changed from png to svg inline in code but left some old png ref. example:

image image

Architecture: amd64 Tag: v4.10.0-202209270517.p0.g67bd879 Jenkins 2.346.3

coreydaley commented 2 years ago

We are currently using 2.361.1 on the master branch and are working on backporting it to previous versions. https://github.com/openshift/jenkins/blob/master/2/contrib/openshift/jenkins-version.txt

kurisd commented 2 years ago

The latest version in redhat catalog is Jenkins 2.346.3 Could you release a newer version from master which contain Jenkins 2.361.1? latest redhat jenkins2

coreydaley commented 2 years ago

We are working on it.

michelmeeuwissen commented 2 years ago

Any update on 4.10 version? with latest Jenkins. The Github plugin is unavailable on this 4.10:latest version

image

Wich results in errors for al of our pipeline build.

Caught unhandled exception with ID 6d539d8e-e9d9-45ab-8f99-44cc8fe0a4ff
java.lang.NoClassDefFoundError: com/squareup/okhttp/OkHttpClient
    at org.jenkinsci.plugins.github_branch_source.Connector.connect(Connector.java:369)
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource$DescriptorImpl.doValidateRepositoryUrlAndCredentials(GitHubSCMSource.java:2017)
    at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
    at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:397)
    at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:409)
    at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:78)
    at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26)
    at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:207)
    at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:140)
    at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:558)
    at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59)
    at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:766)
coreydaley commented 1 year ago

The Jenkins 4.10 image is currently using version 2.361.1 which should correct this issue. Please open a new issue if you experience issues. /close

openshift-ci[bot] commented 1 year ago

@coreydaley: Closing this issue.

In response to [this](https://github.com/openshift/jenkins/issues/1494#issuecomment-1345426968): >The Jenkins 4.10 image is currently using version 2.361.1 which should correct this issue. >Please open a new issue if you experience issues. >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.