The changeset view uses the outdated Tango icons, rather than some modern ionicons, as we can see them in a plenty of core and plugin locations.

          [JENKINS-69715] Old icons in changeset

          Elton Alves added a comment -

          can i help on this issue?

          Elton Alves added a comment - can i help on this issue?

          For sure! If I see that correctly, the logic comes from https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/hudson/editTypeIcon.jelly#L30, which places the icons.
          A desirable approach would be using a symbol, for example symbol-jenkins e.g. as you can find many examples in core and plugins.

          Alexander Brandes added a comment - For sure! If I see that correctly, the logic comes from https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/hudson/editTypeIcon.jelly#L30 , which places the icons. A desirable approach would be using a symbol, for example symbol-jenkins e.g. as you can find many examples in core and plugins.

          Elton Alves added a comment -

          OK, great! I will setup my environment and start to play with it!

          Elton Alves added a comment - OK, great! I will setup my environment and start to play with it!

          Elton Alves added a comment - - edited

          notmyfault do you know if have any issue to run the jenkins project with mac apple silicon architeture?

          I can't build the Jenkins core here.

          Edit

          here is the openjdk version installed.

            ~ java -version
          openjdk version "1.8.0_345"
          OpenJDK Runtime Environment (Temurin)(build 1.8.0_345-b01)
          OpenJDK 64-Bit Server VM (Temurin)(build 25.345-b01, mixed mode)
          

          here is the error

           jenkins git:(master) ✗ mvn -am -pl war,bom -Pquick-build clean install -DskipTests
          [INFO] Scanning for projects...
          [ERROR] [ERROR] Could not find the selected project in the reactor: bom @ 
          [ERROR] Could not find the selected project in the reactor: bom -> [Help 1]
          [ERROR] 
          [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
          [ERROR] Re-run Maven using the -X switch to enable full debug logging.
          [ERROR] 
          [ERROR] For more information about the errors and possible solutions, please read the following articles:
          [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
          

          Elton Alves added a comment - - edited notmyfault do you know if have any issue to run the jenkins project with mac apple silicon architeture? I can't build the Jenkins core here. Edit here is the openjdk version installed. ~ java -version openjdk version "1.8.0_345" OpenJDK Runtime Environment (Temurin)(build 1.8.0_345-b01) OpenJDK 64-Bit Server VM (Temurin)(build 25.345-b01, mixed mode) here is the error jenkins git:(master) ✗ mvn -am -pl war,bom -Pquick-build clean install -DskipTests [INFO] Scanning for projects... [ERROR] [ERROR] Could not find the selected project in the reactor: bom @ [ERROR] Could not find the selected project in the reactor: bom -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch . [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http: //cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

          Alexander Brandes added a comment - You need Java 11 at minimum, see https://github.com/jenkinsci/jenkins/blob/master/CONTRIBUTING.md#getting-started

          Elton Alves added a comment -

          I got why it wasn't working. I forgot to fetch my fork.

          Elton Alves added a comment - I got why it wasn't working. I forgot to fetch my fork.

          Elton Alves added a comment - - edited

          Long time that i dont contribute with jenkins. Can you help me where is the class that I should fix? Thanks!

          Elton Alves added a comment - - edited Long time that i dont contribute with jenkins. Can you help me where is the class that I should fix? Thanks!

            tonho Elton Alves
            notmyfault Alexander Brandes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: