Task #16708
closedBamboo build problems - master thesis
0%
Description
Hello,
I am currently writing my master thesis at the chair (supervisor is
Sebastian Peters). For developing and testing the iPhone app, I need to
build it using Bamboo. I have problems with the configuration and I
understood I could contact you in order to get it working.
After making some changes, when trying to build Bamboo gives the message:
"No agent can build this job" ( Job: Checkout and Build has been queued for
238 minutes). Below a more detailed explanation of the problem.
Until now, the build was failing (e.g.:
https://bamboobruegge.in.tum.de/browse/SMALAB-FUN-JOB1-7/log) with the
following message:
xcodebuild: error: 'fun-energy.xcodeproj' does not exist.
However, the project exists in the repository:
https://repobruegge.in.tum.de/projects/SMALAB/repos/fun-energy/browse
Yesterday I made some changes (the Bundle ID was apparently not the same in
my project and in the configuration). Now, Bamboo gives me the message: "No
agent can build this job" ( Job: Checkout and Build has been queued for 238
minutes).
Could you please have a look at the problem, or otherwise give me a hint
how I should proceed?
Thank you in advance.
Best,
Simina
[Created via e-mail received from: Simina Pasat simina.pasat@gmail.com]
S- Updated by SKArtemis - about 2 months ago
Hi Simina,
the problem is that currently no build agent is running. I already notified the admins about this issue and hopefully the problem is solved soon.
Regarding your other issues: you can customize some parameters of the build script if you go to the plan configuration and then to the variables tab. (You can also use the following link: https://bamboobruegge.in.tum.de/chain/admin/config/configureChainVariables.action?buildKey=SMALAB-FUN)
E.g. the projectName, the target name and the Xcode project path need to be correct, otherwise the build won't work, even if the build agents are running again.
Best
Stephan
IM Updated by ITG Mailmaster about 2 months ago
Update: After a few hours, an agent tried to build the job, but failed.
Finally, the current error messages are:
Code Sign error: No matching provisioning profiles found: No provisioning
profiles matching the bundle identifier de.in.tum.www1.FunEnergy were found.
CodeSign error: code signing is required for product type 'Application' in
SDK 'iOS 7.0'"
After my knowledge, an app with the ID FunEnery and the bundle ID
de.in.tum.www1.FunEnergy
has been added to the Enterprise Account.
Best regards,
Simina Pasat
S- Updated by SKArtemis - about 2 months ago
Dear Simina,
actually it should work with this identifier. Maybe you have some unicode / whitespace errors?
Can you have a look at the iOS13 Example project. This works fine and you can compare the different settings..
Bamboo: https://bamboobruegge.in.tum.de/browse/IOS13EXAMPLE-IOS13EXAMPLE
Stash: https://repobruegge.in.tum.de/projects/IOS13EXAMPLE/repos/ios13example/browse/ios13example
Best
Stephan