Jenkins with redhat
What do you like best about the product?
Using Jenkins, developers can automate some of the tasks they perform to run the application on OpenShift. One way to automate tasks is through a pipeline. Developers can write code and store it in a GitHub repository (the orange box) to define the stages of a pipeline.
What do you dislike about the product?
Problem 1: Jenkins has too many plugins.
Problem 2: Jenkins was not designed for the Docker age.
Problem 3: Jenkins does not support microservices well.
Problem 4: CI != CD.
Problem 2: Jenkins was not designed for the Docker age.
Problem 3: Jenkins does not support microservices well.
Problem 4: CI != CD.
What problems is the product solving and how is that benefiting you?
Using Jenkins, developers can automate some of the tasks they perform to run the application on OpenShift. One way to automate tasks is through a pipeline. Developers can write code and store it in a GitHub repository (the orange box) to define the stages of a pipeline.
There are no comments to display