• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • build-pipeline-plugin
    • Jenkins - 1.590,
      build pipeline plugin - 1.4.3,
      server os - centos 7,
      client os - arch linux 3.17.1-1,
      browser - chromium 37.0.2062.120,
      screen - 1366x768.

      Wrong view for build pipeline plugin (see first attachment):

      #main-panel width should be 100%, but it is 75%

      Correctly view for build pipeline plugin (see second attachment):

      with next additional style - #side-panel, #main-panel

      { width: 100% }

      Thanks in advance for the solution of this problem!

          [JENKINS-25666] Wrong view for build pipeline plugin

          With Jenkins v1.596.2, layout is broken again.

          Jan Vansteenkiste added a comment - With Jenkins v1.596.2, layout is broken again.

          dashboard view ui failure

          Jan Vansteenkiste added a comment - dashboard view ui failure

          Kanstantsin Shautsou added a comment - What do you mean under again? vstone i don't see https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue#Howtoreportanissue-WhatinformationtoprovideforEnvironmentandDescription , so please open new issue.

          Jan Vansteenkiste added a comment - - edited

          beneath, see the attached screenshot:

          Jan Vansteenkiste added a comment - - edited beneath, see the attached screenshot:

          Does it work with 1.596.1?

          Kanstantsin Shautsou added a comment - Does it work with 1.596.1?

          Looks like the jenkins version is not the issue. my bad

          To reproduce: Create a dashboard view, add the 'Build pipeline view' as a portlet.

          Jan Vansteenkiste added a comment - Looks like the jenkins version is not the issue. my bad To reproduce: Create a dashboard view, add the 'Build pipeline view' as a portlet.

          Fill new issue.

          Kanstantsin Shautsou added a comment - Fill new issue.

          Philipp Strobel added a comment - - edited

          Hello,

          We currently see that issue with jenkins LTS 1.609.2 and build-pipeline-plugin 1.4.7 (after an upgrade from 1.580.1 / 1.4.5)

          Philipp Strobel added a comment - - edited Hello, We currently see that issue with jenkins LTS 1.609.2 and build-pipeline-plugin 1.4.7 (after an upgrade from 1.580.1 / 1.4.5)

          Alex Filatov added a comment -

          This fixes the issue by adding float: left in main main.css to the main div of the pipeline plugin:

          #build-pipeline-plugin-content{
          ....
          float: left;
          }

          Alex Filatov added a comment - This fixes the issue by adding float: left in main main.css to the main div of the pipeline plugin: #build-pipeline-plugin-content{ .... float: left; }

          This issue seems to be solved with this PR.

          Manuel Recena Soto added a comment - This issue seems to be solved with this PR .

            Unassigned Unassigned
            filip_kvirin Filip Kvirin
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: