[JIRA] (JENKINS-59849) Spaces don't work in resource root paths

19 views
Skip to first unread message

jsoref+jenkins@gmail.com (JIRA)

unread,
Oct 18, 2019, 1:25:04 PM10/18/19
to jenkinsc...@googlegroups.com
Josh Soref updated an issue
 
Jenkins / Improvement JENKINS-59849
Spaces don't work in resource root paths
Change By: Josh Soref
Summary: Parentheses Spaces don't work in resource root paths
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

dbeck@cloudbees.com (JIRA)

unread,
Oct 18, 2019, 1:34:05 PM10/18/19
to jenkinsc...@googlegroups.com
Daniel Beck updated an issue
 
Jenkins / Bug JENKINS-59849
Change By: Daniel Beck
Issue Type: Improvement Bug

dbeck@cloudbees.com (JIRA)

unread,
Oct 18, 2019, 1:34:06 PM10/18/19
to jenkinsc...@googlegroups.com
Daniel Beck assigned an issue to Daniel Beck
 
Jenkins / Improvement JENKINS-59849
Change By: Daniel Beck
Assignee: Daniel Beck

dbeck@cloudbees.com (JIRA)

unread,
Oct 18, 2019, 1:36:02 PM10/18/19
to jenkinsc...@googlegroups.com
Daniel Beck started work on Bug JENKINS-59849
 
Change By: Daniel Beck
Status: Open In Progress

jsoref+jenkins@gmail.com (JIRA)

unread,
Oct 18, 2019, 1:56:02 PM10/18/19
to jenkinsc...@googlegroups.com
Josh Soref updated an issue
 
Jenkins / Bug JENKINS-59849
Change By: Josh Soref
We have an archived folder called {{HeadlessChrome 77.0.3865 (Linux 0.0.0)}} with a file {{index.html}} the contents of that folder fail when served via resource root.
If I make a copy of the folder {{HeadlessChrome-77.0.3865-(Linux-0.0.0)}}, that {{index.html}} file will be served successfully.


Pipeline for testing:
{code}
node('master') {
   sh '''mkdir "foo bar"
   touch "foo bar/index.html"
   '''
   archiveArtifacts 'foo bar/'
}
{code}

jsoref+jenkins@gmail.com (JIRA)

unread,
Oct 18, 2019, 1:58:02 PM10/18/19
to jenkinsc...@googlegroups.com
Josh Soref updated an issue
We have an archived folder called {{HeadlessChrome 77.0.3865 (Linux 0.0.0)}} with a file {{index.html}} the contents of that folder fail when served via resource root.
If I make a copy of the folder {{HeadlessChrome-77.0.3865-(Linux-0.0.0)}}, that {{index.html}} file will be served successfully.

Pipeline for testing:
{code :java }
node('master') {
   sh '''mkdir
-p "foo bar"

   touch "foo bar/index.html"
   '''
   archiveArtifacts 'foo bar/'
}
{code}

jsoref+jenkins@gmail.com (JIRA)

unread,
Oct 18, 2019, 2:37:03 PM10/18/19
to jenkinsc...@googlegroups.com
Josh Soref updated an issue
We have an archived folder called {{HeadlessChrome 77.0.3865 (Linux 0.0.0)}} with a file {{index.html}} the contents of that folder fail when served via resource root.
If I make a copy of the folder {{HeadlessChrome-77.0.3865-(Linux-0.0.0)}}, that {{index.html}} file will be served successfully.

Pipeline for testing:
{code:java}
node('master') {
   sh '''mkdir -p " a/ foo bar has lots of spaces to make people unhappy "
   touch "
a/ foo bar has lots of spaces to make people unhappy /index.html"
   '''
   archiveArtifacts '
foo bar a /'
}
{code}

jsoref+jenkins@gmail.com (JIRA)

unread,
Oct 18, 2019, 2:38:03 PM10/18/19
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Oct 18, 2019, 3:44:02 PM10/18/19
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Oct 19, 2019, 1:34:03 PM10/19/19
to jenkinsc...@googlegroups.com
 

Will be released tomorrow or Monday.

Change By: Daniel Beck
Status: In Review Resolved
Resolution: Fixed
Released As: jenkins.2.201

jsoref+jenkins@gmail.com (JIRA)

unread,
Oct 23, 2019, 5:15:03 PM10/23/19
to jenkinsc...@googlegroups.com
Josh Soref closed an issue as Fixed
 

Picked up the change, verified it works. Thanks  

Change By: Josh Soref
Status: Resolved Closed
Reply all
Reply to author
Forward
0 new messages