-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins-1.646
Pipeline 1.13
Subversion 2.5.7
For pipeline builds it seems like the svn revision information isn't displayed on the build page like it is for normal freestyle builds.
Correct me if I'm wrong but this seems like a bug to me, the corresponding information is shown correctly if I check out a git repository.
I've attached some screenshots of a freestyle build and pipeline build.
After looking in the build.xml and comparing between a freestyle build and pipeline build it is clear that the information is there, it is just not presented in the UI.
Workflow script:
node { svn '<<<svn-url>>>' bat 'echo "%BUILD_NUMBER%" > hello.txt' archive '*.txt' }
[JENKINS-32744] Svn revisions not showing up in pipeline build
Description |
Original:
For pipeline builds it seems like the svn revision information isn't displayed on the build page like it is for normal freestyle builds. Correct me if I'm wrong but this seems like a bug to me, the corresponding information is shown correctly if I check out a git repository. I've attached some screenshots of a freestyle build and pipeline build. After looking in the build.xml and comparing between a freestyle build and pipeline build it is clear that the information is there, it is just not presented in the UI. Workflow script: {code:groovy} node { svn '<<<svn-url>>>' bat 'echo "%BUILD_NUMBER%" > hello.txt' archive '*.txt' } {code} |
New:
For pipeline builds it seems like the svn revision information isn't displayed on the build page like it is for normal freestyle builds. Correct me if I'm wrong but this seems like a bug to me, the corresponding information is shown correctly if I check out a git repository. I've attached some screenshots of a freestyle build and pipeline build. After looking in the build.xml and comparing between a freestyle build and pipeline build it is clear that the information is there, it is just not presented in the UI. Workflow script: {code:java} node { svn '<<<svn-url>>>' bat 'echo "%BUILD_NUMBER%" > hello.txt' archive '*.txt' } {code} |
Component/s | Original: workflow-plugin [ 18820 ] |
Labels | New: workflow |
Assignee | Original: Jesse Glick [ jglick ] |
Workflow | Original: JNJira [ 168408 ] | New: JNJira + In-Review [ 183115 ] |
Labels | Original: workflow | New: pipeline workflow |
Labels | Original: pipeline workflow | New: pipeline |
Attachment | New: screenshot-1.png [ 35450 ] |