Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD #6

Open
sahilaug opened this issue Sep 10, 2020 · 1 comment
Open

CI/CD #6

sahilaug opened this issue Sep 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sahilaug
Copy link
Member

sahilaug commented Sep 10, 2020

Is your feature request related to a problem? Please describe.
Building and publishing of the npm module are manual right now, hence time-consuming and error-prone.

Describe the solution you'd like
Using Github Actions, we should have a CI pipeline for building and running the necessary code quality checks and a CD pipeline to bump up the version. These should run when a pull request is raised to master, and when the code is merged respectively.

Describe alternatives you've considered
Try a third-party CI/CD solution like Travis, circleCI

Additional context
The process was kept manual for now, because the version of the node module needs to be in sync with the qontract version

@sahilaug sahilaug added enhancement New feature or request help wanted Extra attention is needed labels Sep 10, 2020
@sahilaug
Copy link
Member Author

@joelrosario How do we ensure that the version is always consistent with the latest version of Qontract jar file

@sahilaug sahilaug self-assigned this Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant