Re: Git branch names of the form "foo/bar" ares escaped to "foo%2Fbar"

2016-07-03 Thread James Dumay
FWIW, we had the same problem in Blue Ocean but we've made a change in blueocean-plugin so that the encoding is unescaped. (The root issue is that Jenkins has to encode the name so that its safe to store in a file name on the masters file system.) On Saturday, July 2, 2016 at 4:56:31 AM UTC+10

Re: Git branch names of the form "foo/bar" ares escaped to "foo%2Fbar"

2016-07-01 Thread Valentin Churavy
Thanks for the hint On Friday, 1 July 2016 17:20:43 UTC+9, Philipp Meier wrote: > > This issue is described here > https://issues.jenkins-ci.org/browse/JENKINS-30744 > > As long this ugly bug is not fixed, I'll use the workaround of Joost van > der Griendt posted in the ticket comments. > > On

Re: Git branch names of the form "foo/bar" ares escaped to "foo%2Fbar"

2016-07-01 Thread Philipp Meier
This issue is described here https://issues.jenkins-ci.org/browse/JENKINS-30744 As long this ugly bug is not fixed, I'll use the workaround of Joost van der Griendt posted in the ticket comments. On Thursday, 30 June 2016 23:43:02 UTC+2, Valentin Churavy wrote: > > I am setting up a new Jenkin

Re: Git branch names of the form "foo/bar" ares escaped to "foo%2Fbar"

2016-06-30 Thread Mark Waite
I suspect that is in the GitHub Organization Folder plugin. I was able to duplicate the behavior you described using the GitHub Organization Folder plugin, without using the Travis YML plugin. Mark Waite On Thu, Jun 30, 2016 at 3:43 PM Valentin Churavy wrote: > I am setting up a new Jenkins in

Git branch names of the form "foo/bar" ares escaped to "foo%2Fbar"

2016-06-30 Thread Valentin Churavy
I am setting up a new Jenkins installation and in our project we commonly use branch names that are separated by ''/". I am using the https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Organization+Folder+Plugin together with https://wiki.jenkins-ci.org/display/JENKINS/Travis+YML+Plugin to s