In this repository, I am experimenting with Jenkins.
- Instantiate a Jenkins server on GCP from the Jenkins GCP Marketplace image.
- Create two Node JS applications;
- One will be API Server
- The other will be Angular Client
- Each application will have its own Dockerfile
- Each application will have its own Jenkinsfile
- I will configure GitHub Webhooks to trigger Jenkins builds
- I will configure Jenkins to push Docker images to Docker Hub
- Feb 4, 2023:
- I have created a Jenkins Server on GCP using Bitnami's Jenkins image.
- So far the image is not properly working; an issue with reverse proxy is preventing me from accessing the Jenkins server.
- Bitnami experiment failed