Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo don't upload any artifacts

dev_semenchenko June 22, 2015

I try to upload iOS ipa file to bamboo. Build is successful. But in artifacts section I see "No files found".

Here is my build script:

PROJECT_NAME="ALLIE.xcodeproj"

TARGET_NAME="ALLIE"

CONFIGURATION_NAME="Release"

SDK_NAME="iphoneos8.3"

CURRENT_DIR=`pwd`

PROJECT_BUILD_DIR="${CURRENT_DIR}/build"

APPLICATION_NAME="ALLie"

xcodebuild clean archive -scheme "${TARGET_NAME}" -archivePath "${PROJECT_BUILD_DIR}/${APPLICATION_NAME}.xcarchive"

xcodebuild -exportArchive -exportFormat ipa -archivePath "${PROJECT_BUILD_DIR}/${APPLICATION_NAME}.xcarchive" -exportPath "${PROJECT_BUILD_DIR}/${APPLICATION_NAME}.ipa" -exportWithOriginalSigningIdentity

 

I can see final files at 

/Users/VSemenchenko/bamboo-agent-home/xml-data/build-dir/ALH-AL-JOB1/build/ALLie.ipa

My settings for gathering artifacts:

Name - Allie App
Location -
Copy pattern -  *.ipa

Maybe final ipa file isn't in correct folder? Thank you in advance! 

 

1 answer

0 votes
dev_semenchenko June 22, 2015

Fixed! Looks like there is some kind of size limit on uploadings. So I try file with lower size and upload was successful!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events