Uploading .ipa to testflight via jenkins Uploading .ipa to testflight via jenkins jenkins jenkins

Uploading .ipa to testflight via jenkins


I am done it. Successfully upload an .ipa to testflight via jenkins.

ALTOOL is a command line tool that helps you to upload an .ipa to testflight. You just need to go to the path of altool (xcode inbuilt tool) of your xcode, and then fire a command for uploading an .ipa to testflight.

Below is the script/command that you need to write in Execute Shell of Build phase.

cd  /Applications/Xcode\ 8.3.3/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Versions/A/Support/./altool --upload-app -f /Users/Shared/Jenkins/Home/workspace/yourWorkspace-name/build/artifacts/yourIPA.ipa -u itunesconnectUserName -p itunesconnectPassword