Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with adding mongodb to the pipeline

Mateusz Koza
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!
May 20, 2017

Hello,

I'm pretty fresh to docker and pipelines. I'm using them to build my application that also has some integration tests, that talk to the mongodb.

I'm glad to here that it is possible to add additional service to pipelines, however I'm facing issues while trying to do so.

Could you point where do I make a mistake? 

image: spittet/node-mongodb
pipelines:
  default:
    - step:
        script:
          - npm install mongoose
          - service mongod start
image: java:8
pipelines:
  branches:
    master:
      - step:
          script:
            - bash ./gradlew build

Thanks in advance for any tips!

 

Cheers,

MK

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events