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...

КОМЕНТАРІ • 14

  • @NileshPatil-lm5kk
    @NileshPatil-lm5kk 2 роки тому

    Awesome .. short n to the point.. Though I m new to docker and open shift but this was helpful.. appreciate 👏👏

  • @mohameammaha99
    @mohameammaha99 Рік тому

    I liked the way you explained, please can you demo the CD Step in a cloud provider such as GCP or any, thank you!

  • @DevOpsKey1
    @DevOpsKey1 2 роки тому

    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!

  • @DevOpsKey1
    @DevOpsKey1 2 роки тому

    How you integrate docker in jenkins conatiner.

  • @radhakantbehera417
    @radhakantbehera417 7 місяців тому

    Can I use openshift instead of kubernets?

  • @AlanZucconi
    @AlanZucconi 3 роки тому +2

    Awesome!

  • @paulomenon6774
    @paulomenon6774 3 роки тому +1

    Amazing video

  • @donandreas0209
    @donandreas0209 2 роки тому

    great but I havent get how jankins knows on which openshift cluster and project has to deploy app getting from git

  • @aboutcloudtech
    @aboutcloudtech 3 роки тому +1

    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 ? )

  • @ruslansoma
    @ruslansoma 2 роки тому

    Awesome stuff, thank you!

  • @DevOpsKey1
    @DevOpsKey1 2 роки тому

    Either you install docker in jenkins container or in openshift cluster

  • @elibukin4840
    @elibukin4840 2 роки тому

    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.....