[JIRA] (JENKINS-61299) breaking forward slash inserted in download with proget jenkins plugin

6 views
Skip to first unread message

mcascone@consilio.com (JIRA)

unread,
Mar 2, 2020, 5:23:02 PM3/2/20
to jenkinsc...@googlegroups.com
Max Cascone updated an issue
 
Jenkins / Bug JENKINS-61299
breaking forward slash inserted in download with proget jenkins plugin
Change By: Max Cascone
Summary: breaking forward slash inserted in downloadprogetpackage download with proget jenkins plugin
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

andrew.sumner@outlook.co.nz (JIRA)

unread,
Mar 2, 2020, 10:15:03 PM3/2/20
to jenkinsc...@googlegroups.com
Andrew Sumner commented on Bug JENKINS-61299
 
Re: breaking forward slash inserted in download with proget jenkins plugin

Which version of the plugin? I've just released version 1.4 so wondering if I made a breaking change - not that I should have changed anything in that area.  It might take me a couple of days to get to the bottom of this - just moved and have yet to get development environment up and running again.

mcascone@consilio.com (JIRA)

unread,
Mar 3, 2020, 12:13:02 PM3/3/20
to jenkinsc...@googlegroups.com

I'm on 1.4 on both my local and production instances.

mcascone@consilio.com (JIRA)

unread,
Mar 3, 2020, 12:14:04 PM3/3/20
to jenkinsc...@googlegroups.com
Max Cascone edited a comment on Bug JENKINS-61299
I'm on 1. 4 3 on both my local and production instances.

andrew.sumner@outlook.co.nz (JIRA)

unread,
Mar 16, 2020, 6:38:03 AM3/16/20
to jenkinsc...@googlegroups.com

Finally back up and running, would love to say I've finished unpacking, but still lots to do 

I've tried a number of different combinations and haven't been able to duplicate your issue.  This is the latest incarnation of my script, can you try it out (you might need to update feed name, etc) and let me know what happens?

 
node {
    bat '''
        DEL *.TXT /Q
        DEL *.upack /Q
        ECHO Build Tag: %BUILD_TAG% > Example.txt
    '''
   
    script

{       deployLocation = "deploy"     }

   
    uploadProgetPackage artifacts: 'Example.txt', feedName: 'Example', groupName: 'jenkins/pipleline', packageName: 'JenkinsPackage', version: "1.0.${BUILD_NUMBER}"
    downloadProgetPackage downloadFolder: "${WORKSPACE}/${deployLocation}", downloadFormat: 'pkg', feedName: 'Example', groupName: 'jenkins/pipleline', packageName: 'JenkinsPackage', version: "1.0.${BUILD_NUMBER}"
}
 

Reply all
Reply to author
Forward
0 new messages