-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: cloudbees-folder-plugin, workflow-multibranch-plugin
-
Environment:Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux
Jenkins 2.249.2
workflow-multibranch-plugin 2.22
cloudbees-folder-plugin 6.14
When i'm creating a multibranch-pipeline job inside a folder, and next to it a freestyle project, i'd excpect that the file structure under linux would be the following
├── FolderName
     └── Job1 <- multibranch
         └── branch1
         └── branch2
     └── Job2 <- freestyle
Â
but instead, it is
Â
├── FolderName
Â
     └── Job2Â
├── FolderName_Job1_branch1
├── FolderName_Job1_branch2
Â
Â
and so on.
Is this the intended behavior of the plugin or is it a bug?
Â
In any case I would like to know how it would be possible to exchange artifacts between the different jobs.
Please note:
I am aware of the behaviour with special characters in the branch name (for example "/") and already use the url-encoded names.
Â
Possibly related issue:
https://issues.jenkins-ci.org/browse/JENKINS-63258
Â