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: 

Bamboo SSH task show script 2 times

Sergio
March 21, 2019

Hello. After run ssh Task I see all executed code in logs of two times.

Example:

simple 21-Mar-2019 08:20:25 Starting task 'code deploy' of type 'com.atlassian.bamboo.plugins.bamboo-scp-plugin:sshtask'
simple 21-Mar-2019 08:20:25 Connecting to 22.22.22.22 on port: 22
simple 21-Mar-2019 08:20:26 Executing [
simple 21-Mar-2019 08:20:26 #!/bin/bash
simple 21-Mar-2019 08:20:26 set -eu
simple 21-Mar-2019 08:20:26 echo "Start"
simple 21-Mar-2019 08:20:26 ......................................
simple 21-Mar-2019 08:20:26 echo "End"
simple 21-Mar-2019 08:20:26 ]
build 21-Mar-2019 08:20:26 Start
build 21-Mar-2019 08:20:26 ......................................
build 21-Mar-2019 08:22:13 End
simple 21-Mar-2019 08:22:23 [
simple 21-Mar-2019 08:22:23 #!/bin/bash
simple 21-Mar-2019 08:22:23 set -eu
simple 21-Mar-2019 08:22:23 echo "Start"
simple 21-Mar-2019 08:22:23 ......................................
simple 21-Mar-2019 08:22:23 echo "End"
simple 21-Mar-2019 08:22:23 ] has finished.
simple 21-Mar-2019 08:22:23 Result: exit code = 0
simple 21-Mar-2019 08:22:23 Finished task 'code deploy' with result: Success

 

My deploy script have ~ 100 line code, so I see 100 line on start and 100 line at end. And in middle I see output of my script. Any time I need go to full log that I can see last output of my script or error stage. 

Can I disable print second output of code executed?  Or maybe disable print executed code at all?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 22, 2019

Hi @Sergio

Can I disable print second output of code executed?  Or maybe disable print executed code at all?

Unfortunately, you cannot. The logging feature is configured in the plugin source code and therefore needs to be improved by our developers. 

I've opened an improvement request to report this:

The only workaround I can think is putting all your commands in just one line or calling a script instead of adding all the commands in the SSH task. That would cause the printing to use only one line in the build logs which would reduce the noise a lot.  

I hope this is helpful.

TAGS
AUG Leaders

Atlassian Community Events