lacostej commented on Bug JENKINS-13361

I tested the 2 alternatives pull requests on the command line (https://github.com/jenkinsci/xcode-plugin/pull/12 and https://github.com/jenkinsci/xcode-plugin/pull/13)

rm -r tmp
mkdir -p tmp
cd tmp
mkdir -p Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM/
mkdir -p  Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM/Contents/ 
echo "HIHO" > Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM/Contents/Info.plist 
mkdir -p Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM/Contents/Resources/DWARF/
echo "HIHO" > Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM/Contents/Resources/DWARF/ExpediaBookings

# pull request #12
zip -r -T -y -j zip-dSYM.zip Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM
# pull request #13
ditto -c -k --keepParent -rsrc Users/Shared/Jenkins/Home/jobs/MyApp/workspace/build/MyApp.app.dSYM ditto-dSYM.zip 

unzip -l zip-dSYM.zip
unzip -l ditto-dSYM.zip

Only pull request #13 preserves the directory layout.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to