-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: blueocean-plugin
-
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
-