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

HOW TO USE DIFFERENT TESTING REPOSITORY WHILE PIPELINE SETUP ?

Senthil kumar B April 21, 2024

I HAVE TWO DIFFERNT REPOS LIKE ONE IS FOR REACT APP AND OTHER ONE IS FOR AUTOMATION PURPOSE FOR APP HOW TO SETUP PIPLEINE IN THIS SCENARIO ?

1 answer

1 vote
Muhammad Khan April 21, 2024

In this scenario, you can set up separate pipelines for each repository to accommodate the different purposes:

For the React app repository:
Configure a CI/CD pipeline to build, test, and deploy the React app.
Include steps for building the React app, running unit tests, and deploying to your desired hosting platform (e.g., AWS, Heroku, Netlify).
For the automation repository:
Establish a pipeline focused on automating tasks related to the app's functionality or deployment process.
Define steps for running automated tests, deploying infrastructure changes, or performing other necessary automation tasks.
Each pipeline can be customized to suit the specific requirements and workflows of its respective repository. You can use popular CI/CD tools like Jenkins, GitLab CI/CD, or GitHub Actions to create and manage these pipelines efficiently.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events