-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
-
Blue Ocean - Candidates
Problem
Non-multibranch pipelines do not have any changeset information
Steps to reproduce
- Create a Pipeline using the Jenkinsfile below
- Run the Pipeline
- There is no revision information
Jenkinsfile
node { stage('checkout') { checkout([$class: 'SubversionSCM', locations: [[local: '.', remote: 'http://svn.apache.org/repos/asf/poi/trunk/sonar/']], workspaceUpdater: [$class: 'UpdateUpdater'] ]) } }
Original request
(See https://groups.google.com/forum/?utm_source=footer#!topic/jenkinsci-users/FwBdR0UB6Qc)
In BlueOcean (v1.2.0) pipeline activity view the column 'COMMIT' always only shows a '-' (dash):
- Is that okay or what should be shown there?
- Side note: it is a "Pipeline from SCM" using SVN.
Please note that in the 'Changes' tab the SVN commit is nicely listed with SVN commit ID and message though:
- is related to
-
JENKINS-44869 Activity tabs Run id column should expand to fit value
-
- Open
-
[JENKINS-46521] Non-multibranch pipelines do not have any changeset information
Attachment | New: image-2017-08-29-16-09-50-390.png [ 39536 ] |
Description |
Original:
(See https://groups.google.com/forum/?utm_source=footer#!topic/jenkinsci-users/FwBdR0UB6Qc) In BlueOcean (v1.2.0) pipeline activity view the column 'COMMIT' always only shows a '-' (dash): !image-2017-08-29-15-35-17-189.png|thumbnail! * Is that okay or what should be shown there? * Side note: it is a "Pipeline from SCM" using SVN. Please note that in the 'Changes' tab the SVN commit is nicely listed with SVN commit ID and message though: !image-2017-08-29-15-39-02-995.png|thumbnail! |
New:
(See [https://groups.google.com/forum/?utm_source=footer#!topic/jenkinsci-users/FwBdR0UB6Qc]) In BlueOcean (v1.2.0) pipeline activity view the column 'COMMIT' always only shows a '-' (dash): !image-2017-08-29-16-09-50-390.png|thumbnail! * Is that okay or what should be shown there? * Side note: it is a "Pipeline from SCM" using SVN. Please note that in the 'Changes' tab the SVN commit is nicely listed with SVN commit ID and message though: !image-2017-08-29-15-39-02-995.png|thumbnail! |
Attachment | Original: image-2017-08-29-15-35-17-189.png [ 39531 ] |
Assignee | New: James Dumay [ jamesdumay ] |
Sprint | New: Declarative - 1.2 [ 366 ] |
Rank | New: Ranked higher |
Sprint | Original: Declarative - 1.2 [ 366 ] | New: Blue Ocean 1.4 - beta 1 [ 401 ] |
Rank | New: Ranked lower |
Description |
Original:
(See [https://groups.google.com/forum/?utm_source=footer#!topic/jenkinsci-users/FwBdR0UB6Qc]) In BlueOcean (v1.2.0) pipeline activity view the column 'COMMIT' always only shows a '-' (dash): !image-2017-08-29-16-09-50-390.png|thumbnail! * Is that okay or what should be shown there? * Side note: it is a "Pipeline from SCM" using SVN. Please note that in the 'Changes' tab the SVN commit is nicely listed with SVN commit ID and message though: !image-2017-08-29-15-39-02-995.png|thumbnail! |
New:
*Problem* Non-multibranch pipelines do not have any changeset information *Jenkinsfile* {code} node { stage('checkout') { checkout([$class: 'SubversionSCM', locations: [[local: '.', remote: 'http://svn.apache.org/repos/asf/poi/trunk/sonar/']], workspaceUpdater: [$class: 'UpdateUpdater'] ]) } } {code} *Original request* (See [https://groups.google.com/forum/?utm_source=footer#!topic/jenkinsci-users/FwBdR0UB6Qc]) In BlueOcean (v1.2.0) pipeline activity view the column 'COMMIT' always only shows a '-' (dash): !image-2017-08-29-16-09-50-390.png|thumbnail! * Is that okay or what should be shown there? * Side note: it is a "Pipeline from SCM" using SVN. Please note that in the 'Changes' tab the SVN commit is nicely listed with SVN commit ID and message though: !image-2017-08-29-15-39-02-995.png|thumbnail! |
Summary | Original: Blue Ocean Pipeline Activity view shows no values for 'COMMIT' column | New: Non-multibranch pipelines do not have any changeset information |