Swingin' CICD with Spring Boot, Docker & Jenkins on OpenShift [Demo]
Вставка
- Опубліковано 20 січ 2025
- I was working on a little Spring Boot CICD pipeline, and thought you might be interested to see it! In this video, I go through a Jenkins pipeline, running on OpenShift, that builds a Docker image for a Spring Boot app with a Dockerfile, then pushes it to an external registry (Docker Hub).
You could extend the pipeline later, to add your own stages, like running integration tests, or deploying to OpenShift.
(This was my first time using Descript to record and edit this video, and it was a pretty nice experience!)
~ ~ ~
To read the full tutorial and get all the links mentioned in the video:
www.tutorialwo...
Awesome .. short n to the point.. Though I m new to docker and open shift but this was helpful.. appreciate 👏👏
I liked the way you explained, please can you demo the CD Step in a cloud provider such as GCP or any, thank you!
but when I run my docker command inside jenkins in openshift cluster its say docker command not found but when I install docker in jenkins then openshift restricts me due to authentication!
How you integrate docker in jenkins conatiner.
Can I use openshift instead of kubernets?
Awesome!
Amazing video
great but I havent get how jankins knows on which openshift cluster and project has to deploy app getting from git
hi tom,
great video.
can you also share continuous deployment step.
continuous integration step looks good.
Also another video of entire ci/cd using tekton would be great. ( i did work with tekton for ci/cd, any idea if it supports helm-charts ? )
Awesome stuff, thank you!
You're welcome Ruslan!
Either you install docker in jenkins container or in openshift cluster
how to do it
Can u help
i get this:
Error "Invalid value: "": must provide a value for at least one source input(git, binary, dockerfile, images)." for field "spec.source".
you didn't talked about the source.....