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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Log shows build failed but Bamboo said Build Sucessful

I'm new to Bamboo and I'm using a windows command line script to do my build. I can clearly see the in the log that the build failed.

error 05-Dec-2012 15:08:08 ecomarm: fatal: No license available for "source_analysis"
error 05-Dec-2012 15:08:08
error 05-Dec-2012 15:08:10 Error: build failed

However, the Bamboo notification tells me the build is successful. Why is that and how can I fix it?

I'm using Bamboo 4.2.1

3 answers

2 accepted

1 vote
Answer accepted

For others arriving from search engines, one can use

{code}

set -e

{code}

At the top of their script so it errors out on any error.

What is the actual content on the code, 

 

{code} -- ?

set -e

{code} -- ?

0 votes
Answer accepted

The script always exits with 0 since the script itself executed normally. What was done originally was all the project builds are combined into one script file. It looks like Bamboo only looks at the last few lines of the script results. So if the script failed in the middle, then it will not catch it. So what had to be done was to split up each project build into its own Bamboo task so Bamboo can detect the failure. A little cumbersome but at least it worked. Maybe the task section in the documentation explained this. Sorry if I missed it.

0 votes
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 05, 2012

The script has to exit with a non zero status for the build to fail.

How do you see what the script reports or modify it?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events