Skip to content

Using the current Jenkins instance

Vivek Shresta Bandaru edited this page Mar 22, 2020 · 1 revision

For our project's CI/CD The current Jenkins installation is on http://149.165.170.21:8080/.

Username: hogwartsrejects Password: password

The current Jenkins installation has 6 pipelines: UserManagement SessionManagement PostProcessor APIGateway ModellingService DataRetriever UI

When a commit is made on any of the pipeline's respective master branches, a build will be triggered and when it's successful, a docker image is built and pushed onto Dockerhub. By connecting to the Kubernetes master through SSH, we deploy the new pods.

Clone this wiki locally