Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Windows
-
-
2.1.2
Description
After a recent update, slashes in git branches (e.g. bugfix/branch-description) are escaped into workspace path names using %2F, as in wkspacepath/bugfix%2Fbranch-description. This breaks the build on my windows machine. The slashes used to be translated to underscores.
Attachments
Issue Links
- is related to
-
JENKINS-60785 corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors
-
- Open
-
- relates to
-
JENKINS-21942 Unreliable defaulting of Jenkins.workspaceDir
-
- Open
-
-
JENKINS-44360 '%' in branch name causes GitHub multi-branch job failures
-
- Open
-
-
JENKINS-54640 Workspace folders are not unique
-
- Closed
-
-
JENKINS-2111 removing a job (including multibranch/org folder branches/repos) does not remove the workspace
-
- Resolved
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to JENKINS-44360 [ JENKINS-44360 ] |
Link |
This issue relates to |
Component/s | branch-api-plugin [ 18621 ] | |
Component/s | pipeline [ 21692 ] | |
Component/s | pipeline-multibranch-defaults-plugin [ 21926 ] |
Link |
This issue relates to |
Link | This issue relates to JENKINS-21942 [ JENKINS-21942 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Denis Saponenko [ vaimr ] | Jesse Glick [ jglick ] |
Remote Link | This issue links to "PR 137 (Web Link)" [ 22072 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Status | In Review [ 10005 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Released As | 2.1.2 | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Attachment | GitRepoBranchName.png [ 49722 ] | |
Attachment | JenkinsBuildWorkspace.png [ 49723 ] |
Attachment | JenkinsBuildWorkspace.png [ 49723 ] |
Attachment | GitRepoBranchName.png [ 49722 ] |
Attachment | GitRepoBranchName.png [ 49724 ] | |
Attachment | JenkinsBuildWorkspace.png [ 49725 ] |
Attachment | JenkinsBuildWorkspace.png [ 49725 ] |
Attachment | GitRepoBranchName.png [ 49724 ] |
Attachment | JenkinsBuildWorkspace.png [ 49726 ] |
Attachment | GitRepoBranchName.png [ 49727 ] |
Comment |
[ ** Dear Community, (same message with alle picture) I'm facing the same problem with my multibranch pipeline project: "feature/branch" from a git repository is transformed to "feature%2Fbranch" which causes build to fail because the build process cannot find the files. As mentionned above, I did an update of Jenkins and the branch API plugin but the problem is still remaining. I'm working with: Jenkins version 2.190.3 Branch API Plugin Version 2.5.5 I saw tat PR#137 should solve the problem. Is this PR already merged, i.e. available in the latest release of Jenkins Branch API Plugin available? If yes, I think that the issue is still active and not resolved. Any update about this issue? Find also attached to this message two screenshot conerning the issue: the Branch name on git and the result on the Jenkins Workspace. Thanks a lot for your help Best regards !GitRepoBranchName.png! ] |
Attachment | image-2019-12-26-10-20-28-987.png [ 49901 ] |
Link | This issue is related to JENKINS-60785 [ JENKINS-60785 ] |