The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I show more verbose out for source code checkout?

Brent Villalobos
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 8, 2011

I have a custom repository plugin that many of my Bamboo plans use. In a job's log file, the source checkout step has two lines:

09-Sep-2011 10:33:51 Updating source code to revision: 2011/09/09 10:30:47
09-Sep-2011 10:34:13 Updated source code to revision: 2011/09/09 10:30:47

My plugin shells out to another application that prints a lot of output to stdout. Is there a way I can get that output shown in the job's log file?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 10, 2011

You should be able to get the plan result key from BuildContext passed to retrieveSourceCode method.

Use it to retrieve the build logger from BuildLoggerManager buildLoggerManager.getBuildLogger(planResultKey).

Then, pump the output from the process you have spawned and log the lines using buildLogger.addBuildLogEntry();

TAGS
AUG Leaders

Atlassian Community Events