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

How to setup the pipeline or multi folders inside repos

venkatcss November 1, 2019


Hi Team,

I have setup the pipeline for my repo (OCS_ADMIN) the folder is "admin".

Configuration file is below.

bitbucket-pipelines.yml

---
image: "node:10.15.0"
pipelines:
branches:
development:
-
step:
deployment: test
name: "install and build"
caches:
- node
script:
- "apt-get update -y"
- "apt-get install -y zip"
- "cd admin/front-end"
- "npm install"
- CI=false
- "npm run build"
- "zip -r /tmp/artifact.zip *"
trigger: automatic
artifacts:
- admin/front-end/build/**
-
step:
image: "python:3.5.7"
name: test
caches:
- pip
script:
- "apt-get update -y"
- "pip install boto3==1.9.197"
- "apt-get install -y zip"
- "zip -r /tmp/artifact.zip *"
- "python codedeploy_deploy.py"


So , Now i want to setup the pipeline for folder "finance-planner" in side "back-end "and "frond-end " folders.

already there bitbukcet-pipeline.yml file is there on root folder . how setup the pipeline for "finance-planner" can you please guide me.

Note:- I have enclosed screenshot of repo structure.


Regards,
VenkaRepo structure.PNG

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events