Details
-
Type:
Bug
-
Status: Reopened (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: subversion-plugin
-
Labels:None
-
Similar Issues:
Description
If you create a pipeline script like this
node { svn 'https://SVN_URL/REPO_NAME/branches/branch1' svn 'https://SVN_URL/REPO_NAME/branches/branch2' }
or
node { checkout([ $class: 'SubversionSCM', locations: [ [ credentialsId: '083ca939-470f-4bbd-9f32-30fc845fbb45', depthOption: 'infinity', ignoreExternalsOption: true, local: './tmp', remote: 'https://SVN_URL/REPO_NAME/branches/branch2' ] ], workspaceUpdater: [$class: 'CheckoutUpdater'] ]) checkout([ $class: 'SubversionSCM', locations: [ [ credentialsId: '083ca939-470f-4bbd-9f32-30fc845fbb45', depthOption: 'infinity', ignoreExternalsOption: true, local: '.', remote: 'https://SVN_URL/REPO_NAME/branches/branch2' ] ], workspaceUpdater: [$class: 'CheckoutUpdater'] ]) }
In the job build page appears the "Tag this build" link repeated.
Both links are the same and shows the same information. This behaviour can not be reproduced with Freestyle because in Freestyle jobs you only can add one source code repository.
Attachments
Issue Links
- duplicates
-
JENKINS-38204 SVN plugin show all checkouts twice in pipeline project
-
- Open
-
- is related to
-
JENKINS-29840 when workflow uses multiple git repos the "git build data" and "tags" become next to useless.
-
- Open
-
-
JENKINS-38204 SVN plugin show all checkouts twice in pipeline project
-
- Open
-
-
JENKINS-39233 Duplicate "Tag this build" links in Pipeline
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | pipe |
Workflow | JNJira [ 171399 ] | JNJira + In-Review [ 184296 ] |
Component/s | pipeline-general [ 21692 ] |
Component/s | workflow-plugin [ 18820 ] |
Component/s | workflow-scm-step-plugin [ 21717 ] | |
Component/s | pipeline [ 21692 ] |
Link | This issue is related to JENKINS-29840 [ JENKINS-29840 ] |
Link | This issue is related to JENKINS-38204 [ JENKINS-38204 ] |
Link | This issue duplicates JENKINS-38204 [ JENKINS-38204 ] |
Assignee | Jesse Glick [ jglick ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link | This issue is related to JENKINS-39233 [ JENKINS-39233 ] |
Resolution | Duplicate [ 3 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | image-2019-02-15-12-42-31-236.png [ 46032 ] |
Component/s | workflow-scm-step-plugin [ 21717 ] |