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

Nested View Plugin shows FAIL build staus whenever Build Pipeline Plugin is used as a Nested View

      Always shows fail whenever we use a build pipeline as a nested view. Even if there is no issues in the build pipeline.

      Moreover, it is impossible to add a nested view if the first one is a build pipeline.

          [JENKINS-16098] Nested View Plugin shows FAIL build staus whenever Build Pipeline Plugin is used as a Nested View

          Fernando Rubbo created issue -

          Marc Günther added a comment - - edited

          That's interesting, for me, the nested view always shows the grey "ABORTED" status.

          Marc Günther added a comment - - edited That's interesting, for me, the nested view always shows the grey "ABORTED" status.

          Marc Günther added a comment -

          BTW, you should probably report your second statement: "Moreover, it is impossible..." as a separate issue.

          Marc Günther added a comment - BTW, you should probably report your second statement: "Moreover, it is impossible..." as a separate issue.

          >Always shows fail whenever we use a build pipeline as a nested view. Even if there is no issues in the build pipeline.

          NestedView shows worst status within BuildPipelineView.getItems().

          BuildPipelineView.java
              @Override
              public Collection<TopLevelItem> getItems() {
                  return Hudson.getInstance().getItems();
              }
          

          Yoichi Nakayama added a comment - >Always shows fail whenever we use a build pipeline as a nested view. Even if there is no issues in the build pipeline. NestedView shows worst status within BuildPipelineView.getItems(). BuildPipelineView.java @Override public Collection<TopLevelItem> getItems() { return Hudson.getInstance().getItems(); }
          Yoichi Nakayama made changes -
          Assignee New: Yoichi Nakayama [ yoichi ]

          Yoichi Nakayama added a comment - - edited

          >Always shows fail whenever we use a build pipeline as a nested view. Even if there is no issues in the build pipeline.

          fixed in build-pipeline-plugin-1.4.2
          https://github.com/jenkinsci/build-pipeline-plugin/pull/17

          Yoichi Nakayama added a comment - - edited >Always shows fail whenever we use a build pipeline as a nested view. Even if there is no issues in the build pipeline. fixed in build-pipeline-plugin-1.4.2 https://github.com/jenkinsci/build-pipeline-plugin/pull/17
          Yoichi Nakayama made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          >Moreover, it is impossible to add a nested view if the first one is a build pipeline.

          I could not reproduce the problem.
          Please report with detailed procedure as another issue, if the problem remains.

          Yoichi Nakayama added a comment - >Moreover, it is impossible to add a nested view if the first one is a build pipeline. I could not reproduce the problem. Please report with detailed procedure as another issue, if the problem remains.
          Yoichi Nakayama made changes -
          Assignee Original: Yoichi Nakayama [ yoichi ] New: Fernando Rubbo [ fbrubbo ]

          Marc Günther added a comment -

          Thanks Yoichi, that looks great!

          Marc Günther added a comment - Thanks Yoichi, that looks great!

            fbrubbo Fernando Rubbo
            fbrubbo Fernando Rubbo
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: