Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18105

Views are not updated when builds are published

      When a build is published from a private Jenkins to a public Jenkins, the status of the build (including last build time) is not reflected in the Jenkins job View on the public instance. This is a known issue reported on the plugin page (https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin) "Views don't get synchronized automatically" but I didn't find an Issue for this.

      I am trying to use this plugin to aggregate the results of builds from multiple private Jenkins instances to a single public Jenkins instance, so being unable to see an overview of the status of each of these builds is a serious deficiency.

      Is there a workaround, for example another way to see the up-to-date status of all the published builds, or a way to manually update the view?

      Is there a technical reason why fixing this is difficult, or has it just not been implemented due to lack of resources/priority?

          [JENKINS-18105] Views are not updated when builds are published

          Code changed in jenkins
          User: Rick Sherman
          Path:
          src/main/java/hudson/plugins/build_publisher/ExternalProjectProperty.java
          src/main/java/hudson/plugins/build_publisher/HTTPBuildTransmitter.java
          http://jenkins-ci.org/commit/build-publisher-plugin/974eb0135b9830de84d8b9539487e6c42e83cbcc
          Log:
          Fix for JENKINS-18238

          Updated code to create symlink for the build (based on private instances
          build number) as well as update the PeepHolePermalinks.

          This should resolve:
          JENKINS-18238
          JENKINS-6096

          And may influence:
          JENKINS-18105

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Rick Sherman Path: src/main/java/hudson/plugins/build_publisher/ExternalProjectProperty.java src/main/java/hudson/plugins/build_publisher/HTTPBuildTransmitter.java http://jenkins-ci.org/commit/build-publisher-plugin/974eb0135b9830de84d8b9539487e6c42e83cbcc Log: Fix for JENKINS-18238 Updated code to create symlink for the build (based on private instances build number) as well as update the PeepHolePermalinks. This should resolve: JENKINS-18238 JENKINS-6096 And may influence: JENKINS-18105

          Karl Schulz added a comment -

          Any update here? I just setup an instance to publish from one Jenkins to another and notice that the build status in the published views are not updated (they just show N/A for me).

          Karl Schulz added a comment - Any update here? I just setup an instance to publish from one Jenkins to another and notice that the build status in the published views are not updated (they just show N/A for me).

            vjuranek vjuranek
            ianhinder Ian Hinder
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: