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 Leaders.
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

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();

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events