-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Critical
-
Component/s: branch-api-plugin
-
Environment:OS:- Ubuntu
Jenkins Version:- 2.89.4
workflow-multibranch-plugin version :- 2.17
Hi,
IĀ am using multibranch pipeline job.Ā In our Organization create the branch name with the following pattern (<name>/<feature-name>). e.g "integration/treatmentResume"
Also, I am using the custom workspace folder.
when I check this branch name on JenkinsĀ master server to access the archive artifact then I got the below branch name.
*Modified Branch Name :- "*integration-.agrm62.atmentResume"
Original Branch Name:- "integration/treatmentResume"Ā
Path :-Ā var/lib/jenkins/jobs/<job-name>/branches/
Please let me know what the logic behind this.