[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2020-02-25 Thread trenchr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marcel Wilson commented on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Agreed.  I point it out in hopes that it helps identify the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195116.1540981558000.6532.1582656420302%40Atlassian.JIRA.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2020-02-25 Thread dmitrij.mihai...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Mihailov commented on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Me too. I just don't believe it should be that way...   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195116.1540981558000.6445.158265512%40Atlassian.JIRA.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2020-02-25 Thread trenchr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marcel Wilson commented on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 I've noticed this when I use a single pipeline.  Using a multi-pipeline appears to work ok.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195116.1540981558000.6416.1582646520319%40Atlassian.JIRA.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2019-12-19 Thread paulone...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paulo Eduardo Neves edited a comment on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Same here. I'd like to have it displaying branch and commit, and to be clickable so I can get to GitLab in the correct branch/commit. Here are the commands that I use to checkout from GitLab:  { { code:java}  checkout scm: [$class: 'GitSCM',  }}{{    userRemoteConfigs: [[url: repositorio]],  }}{{    branches: [[name: gitBranch]], }}  {{  extensions: [ }}  {{  [$class: ' PreBuildMerge', options: [fastForwardMode: 'FF_ONLY', mergeRemote: 'origin', mergeTarget: branchTarget]],   [$class: ' LocalBranch',localBranch:  gitBranch  branchTarget ] }}  {{  ],  }}  {{  clean: true], poll: false {code } }   and also  { { code:java}  checkout scm: [$class: 'GitSCM',  }}{{    userRemoteConfigs: [[url: repositorio]],  }}{{    branches: [[name: gitBranch]], }}  {{  extensions: [ }}  {{  [$class: ' PreBuildMerge', options: [fastForwardMode: 'FF_ONLY', mergeRemote: 'origin', mergeTarget: branchTarget]],}}{{ [$class: ' LocalBranch',localBranch:  branchTarget  gitBranch ] }}  {{  ], }}{{     clean: true], poll: false {code } }   I don't believe it makes any difference, but I'm using declarative pipeline and the code is in another module in a helper function.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2019-12-19 Thread paulone...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paulo Eduardo Neves edited a comment on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Same here. I'd like to have it displaying branch and commit, and to be clickable so I can get to GitLab in the correct branch/commit. Here are the commands that I use to checkout from GitLab:{{checkout scm: [$class: 'GitSCM',}}{{  userRemoteConfigs: [[url: repositorio]],}}{{  branches: [[name: gitBranch]], }}  {{  extensions: [ }}  {{    [$class: 'LocalBranch',localBranch: gitBranch] }}  {{  ],     }}{{  clean: true], poll: false  }}and also  {{checkout scm: [$class: 'GitSCM',}}{{ userRemoteConfigs: [[url: repositorio]],}}{{ branches: [[name: gitBranch]], }}  {{ extensions: [ }}  {{    [$class: 'PreBuildMerge', options: [fastForwardMode: 'FF_ONLY', mergeRemote: 'origin', mergeTarget: branchTarget]], }}  {{    [$class: 'LocalBranch',localBranch: branchTarget] }}  {{ ], }}  {{ clean: true], poll: false}}I don't believe it makes any difference, but I'm using declarative pipeline and the code is in another module in a helper function.
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view 

[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2019-12-19 Thread paulone...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paulo Eduardo Neves commented on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Same here. I'd like to have it displaying branch and commit, and to be clickable so I can get to GitLab in the correct branch/commit. Here are the commands that I use to checkout from GitLab: {{ checkout scm: [$class: 'GitSCM',  userRemoteConfigs: [[url: repositorio]],  branches: [[name: gitBranch]], extensions: [ [$class: 'LocalBranch',localBranch: gitBranch] ],  clean: true], poll: false }} and also {{ checkout scm: [$class: 'GitSCM',  userRemoteConfigs: [[url: repositorio]],  branches: [[name: gitBranch]], extensions: [ [$class: 'PreBuildMerge', options: [fastForwardMode: 'FF_ONLY', mergeRemote: 'origin', mergeTarget: branchTarget]], [$class: 'LocalBranch',localBranch: branchTarget] ], clean: true], poll: false}} I don't believe it makes any difference, but I'm using declarative pipeline and the code is in another module in a helper function.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195116.1540981558000.13832.1576787160302%40Atlassian.JIRA.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2019-05-21 Thread igor.fish...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Igor Fishman edited a comment on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Hi,We also face same problem.Are  the  there  any plans to resolve this issue in close future?Regards,Igor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195116.1540981558000.7331.1558447620102%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2019-05-21 Thread igor.fish...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Igor Fishman commented on  JENKINS-54365  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
 Hi, We also face same problem. Are the any plans to resolve this issue in close future? Regards, Igor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195116.1540981558000.7325.1558447500126%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2018-10-31 Thread dmitrij.mihai...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Mihailov assigned an issue to Dmitry Mihailov  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54365  
 
 
  Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
Change By: 
 Dmitry Mihailov  
 
 
Assignee: 
 Dmitry Mihailov  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2018-10-31 Thread dmitrij.mihai...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Mihailov assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54365  
 
 
  Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
Change By: 
 Dmitry Mihailov  
 
 
Assignee: 
 Dmitry Mihailov  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54365) Branch and commit fields are empty in BlueOcean UI Header-details element

2018-10-31 Thread dmitrij.mihai...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dmitry Mihailov created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54365  
 
 
  Branch and commit fields are empty in BlueOcean UI Header-details element   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 image-2018-10-31-10-42-41-231.png  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2018-10-31 10:25  
 
 
Environment: 
 Jenkins version = Jenkins ver. 2.138.2  operating system = Linux (amd64) version 3.10.0-862.14.4.el7.x86_64  web browser = Version 70.0.3538.77 (Official Build) (64-bit)  Java vendor and version = jdk1.8.0_162   Installed plugins (all enabled):  ace-editor 1.1  all-changes 1.5  ansicolor 0.5.2  ant 1.5  antisamy-markup-formatter 1.5  apache-httpcomponents-client-4-api 4.5.5-3.0  artifactory 2.16.2  authentication-tokens 1.3  blueocean 1.9.0  blueocean-autofavorite 1.2.2  blueocean-bitbucket-pipeline 1.9.0  blueocean-commons 1.9.0  blueocean-config 1.9.0  blueocean-core-js 1.9.0  blueocean-dashboard 1.9.0  blueocean-display-url 2.2.0  blueocean-events 1.9.0  blueocean-git-pipeline 1.9.0  blueocean-github-pipeline 1.9.0  blueocean-i18n 1.9.0  blueocean-jira 1.9.0  blueocean-jwt 1.9.0  blueocean-personalization 1.9.0  blueocean-pipeline-api-impl 1.9.0  blueocean-pipeline-editor 1.9.0  blueocean-pipeline-scm-api 1.9.0  blueocean-rest 1.9.0  blueocean-rest-impl 1.9.0  blueocean-web 1.9.0  bouncycastle-api 2.16.1  branch-api 2.0.20  build-environment 1.6  build-failure-analyzer 1.20.0  build-pipeline-plugin 1.5.8  build-time-blame 1.2.0  build-timeout 1.19  build-timestamp 1.0.3  build-user-vars-plugin 1.5  build-view-column 0.3  build-with-parameters 1.4  built-on-column 1.1  cli-commander 0.3  cloudbees-bitbucket-branch-source 2.2.12  cloudbees-folder 6.5.1  cobertura 1.13  code-coverage-api 1.0.5  command-launcher 1.2  conditional-buildstep 1.3.6  config-file-provider 3.3  configuration-as-code 1.2  convert-to-pipeline 1.0  copyartifact 1.41  credentials 2.1.18  credentials-binding 1.16  cucumber 0.0.2  cucumber-reports 4.1.0  cucumber-testresult-plugin 0.10.1  cucumber-trends-report 1.3  custom-tools-plugin 0.5  dashboard-view 2.9.11  dependencyanalyzer 0.7  depgraph-view 0.13  deployment-sphere 0.1.105  DeploymentPlan_Automation_Plugin 5.0.10  display-url-api 2.2.0  docker-commons 1.13  docker-workflow 1.17  downstream-buildview 1.9  durable-task 1.26  email-ext 2.63  emailext-template 1.1  envfile 1.2  envinject 2.1.6  envinject-api 1.5  environment-dashboard 1.1.7  environment-script 1.2.5