[JIRA] [subversion-plugin] (JENKINS-35176) "Tag this build" link repeated in Pipeline job with multiple svn step

4 views
Skip to first unread message

dariver@gmail.com (JIRA)

unread,
May 27, 2016, 6:34:01 AM5/27/16
to jenkinsc...@googlegroups.com
Darío Villadiego updated an issue
 
Jenkins / Bug JENKINS-35176
"Tag this build" link repeated in Pipeline job with multiple svn step
Change By: Darío Villadiego
Labels: pipe
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

dariver@gmail.com (JIRA)

unread,
May 27, 2016, 6:34:01 AM5/27/16
to jenkinsc...@googlegroups.com
Darío Villadiego created an issue
Issue Type: Bug Bug
Assignee: Jesse Glick
Attachments: tag-this-build-repeated.png
Components: subversion-plugin, workflow-plugin
Created: 2016/May/27 10:33 AM
Labels: pipe
Priority: Minor Minor
Reporter: Darío Villadiego

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.

jglick@cloudbees.com (JIRA)

unread,
Aug 29, 2016, 5:37:02 PM8/29/16
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
Change By: Jesse Glick
Component/s: workflow-scm-step-plugin
Component/s: pipeline
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

zach.swanson@gmail.com (JIRA)

unread,
Oct 13, 2016, 10:06:02 AM10/13/16
to jenkinsc...@googlegroups.com

jglick@cloudbees.com (JIRA)

unread,
Oct 13, 2016, 2:20:05 PM10/13/16
to jenkinsc...@googlegroups.com
Jesse Glick resolved as Duplicate
 

Probably a duplicate of JENKINS-38204.

Change By: Jesse Glick
Status: Open Resolved
Assignee: Jesse Glick
Resolution: Duplicate

michael.kostukov@gmail.com (JIRA)

unread,
Feb 15, 2019, 12:42:02 PM2/15/19
to jenkinsc...@googlegroups.com
Michael Kostukov reopened an issue
 

The issue is still present in Jenkins  2.150.3.

 

When using scripted pipeline, each "checkout(changelog: false, scm: [$class: 'SubversionSCM'..." results in duplicated "Tag this build" links under the build:

 

Change By: Michael Kostukov
Resolution: Duplicate
Status: Resolved Reopened
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

michael.kostukov@gmail.com (JIRA)

unread,
Feb 15, 2019, 12:43:03 PM2/15/19
to jenkinsc...@googlegroups.com
The issue is still present in Jenkins  2.150.3.

 

When using scripted pipeline, each "checkout(changelog: false, scm: [$class: 'SubversionSCM'..." results in duplicated "Tag this build" links under the build:

 

!image-2019-02-15-12- 41 42 - 23 31 - 114 236 .png!

michael.kostukov@gmail.com (JIRA)

unread,
Feb 15, 2019, 12:45:02 PM2/15/19
to jenkinsc...@googlegroups.com
Michael Kostukov edited a comment on Bug JENKINS-35176
The issue is still present in Jenkins  2.150.3.

 

When using scripted pipeline, each "checkout(changelog: false, scm: [$class: 'SubversionSCM'..." results in duplicated "Tag this build" links under the build:

 

!image-2019-02-15-12-42-31-236.png!

 

P.S. *This is a separate issue from* "Tag this build" appearing twice (which is also an unresolved bug). In addition to that, each svn checkout duplicates the duplicated links :) In the image above, I have 4 checkouts - which result in 8 links (while there should be just 1!)

jglick@cloudbees.com (JIRA)

unread,
Feb 15, 2019, 2:17:02 PM2/15/19
to jenkinsc...@googlegroups.com

brian.vandegriend@microchip.com (JIRA)

unread,
Feb 22, 2020, 11:37:03 AM2/22/20
to jenkinsc...@googlegroups.com
Brian Vandegriend commented on Bug JENKINS-35176
 
Re: "Tag this build" link repeated in Pipeline job with multiple svn step

Is there any workarounds to this issue?  The build results page ends up really cluttered due to the 10+ "Tag this build" links.  I would also like to see this resolved.

 

This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages