Missed Team ’24? Catch up on announcements here.

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

Logs getting out of sync with steps

Aidan Samuel May 12, 2019

My pipeline has a number of steps to install dependencies, set up a database and then run unit tests, etc, etc, etc.

I'm finding that the log output from the steps is somehow *leaking* into adjacent steps.

E.g. let's say my pipeline looked a bit like this:

 

script:
- bundle install
- rake db:build
- rake test

 

Then what I'm seeing is:

[bundle install]

Installing Gem1
Installing Gem2
Installing Gem3
Installing Ge

[rake db:build]

m4
Installing Gem5
Installing Gem6

Building database...
> created database
> created user

Creating tables...
> created table_1
> creat

[rake test]

ed table_2
> created table_3
> created table_4

Running tests....

....S......S.......E.....EEEEEF....

 

Anyone else seeing this behaviour?

Any ideas how to fix it?

1 answer

1 accepted

0 votes
Answer accepted
Aidan Samuel May 12, 2019

I manually re-ran the pipeline, and the second time around it seemed to work fine.

 

Curious.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events