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

Gitlab CI/CD Pipelines as an alternative CI/CD option for Jazz #1260

Open
devsatishm opened this issue Jan 16, 2020 · 0 comments
Open

Gitlab CI/CD Pipelines as an alternative CI/CD option for Jazz #1260

devsatishm opened this issue Jan 16, 2020 · 0 comments

Comments

@devsatishm
Copy link
Contributor

Description

Gitlab offers GitLab CI/CD which is a powerful tool that allows enterprise developers to apply all the continuous methods (Continuous Integration, Delivery, and Deployment) to their software with no third-party application or integration needed.

Explore Gitlab CI/CD as a potential alternative to Jenkins for CI/CD. This can either be a native integration (cannot be replaced) or can be an extension that can be added during Jazz installation.

Expected behavior:

  • Gitlab CI/CD setup comes with the basic Jazz installation.
  • For each service, Gitlab CI/CD pipeline gets executed automatically with each commit.
  • Developers can use the .gitlab-ci.yml file provided as part of the service repository; they can define their own too.
  • Developers can customize the pipeline by defining additional steps in the .gitlab-ci.yml file provided in their repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant