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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,840
Community Members
 
Community Events
184
Community Groups

Bamboo SSH task show script 2 times

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

0 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events