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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events