Forums

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

How to setup the pipeline or multi folders inside repos

venkatcss November 1, 2019 edited


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
atlassian, compass, developer experience, devex, platform engineering, internal developer platform, component catalog, atlassian learning, productivity tools, developer productivity, software architecture, compass webinar, engineering teams

Discover how Compass drives DevEx and productivity at Atlassian 🏃🏻‍♂️

Learn why Compass was built to tackle dev experience at scale. See how Atlassian uses it to boost visibility, reduce cognitive load, and drive consistency—plus tips to get started and customize your IDP for stronger team engagement.

Join the webinar ✨
AUG Leaders

Atlassian Community Events