I use Jenkins for nightly building an iOS static frame. The result that I care about is in this directory:
IOS / assemblies / Release-iphoneuniversal / MySpecialProject.framework
I would like to use the Archive Artifacts action to archive MySpecialProject.framework, but when I do this, it creates an entire archive with the entire leading directory structure. The docs say how to do this Ant. I am not familiar with Ant, so I do not understand here.
The main thing is to make "MySpecialProject.framework" available as an artifact for other projects created with Jenkins. So, thinking that I can use the Copy Artifact plugin for this. But I canβt get past this thing, where a complete directory structure is created here. I just "MySpecialProject.framework" became a top-level artifact.
Thanks in advance.
source share