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: 

Pipeline fails withou log

sergiotoledo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 30, 2017

I am trying to use Pipelines but I am getting a failing pipeline but with no log, only the message: "No logs to display"


My `bitbucket-pipelines.yml` is:

pipelines:
  default:
    - step:
        image:
          name: my_image
          username: docker-pull
          password: $MY_PASS
          email: email@my_company.com
        script:
          - bundle install
          - bundle exec rspec
        services:
          - mongo
          - redis
definitions:
  services:
    mongo:
      image: mongo
    redis:
      image: redis

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
spi4ka
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 28, 2021

@sergiotoledo Hello. Have u fixed this issue? I bumped into this issue too and cannot cope with it

TAGS
AUG Leaders

Atlassian Community Events