Jenkins Project | Build a JAVA application & Deploy into Tomcat server using Pipeline script

Ғылым және технология

Jenkins Project | Build a #java application & Deploy into #tomcat server using Jenkins pipeline script.
we will see how we can automate the Continuous Build and Continuous delivery
using Jenkins #pipeline script. How we can generate the pipeline #script
using the snippet generator in #jenkins .
#github URL:
github.com/ranjit4github/devO...
Subscribe and stay tuned for more projects.

Пікірлер: 40

  • @user-ie9dy2zj8z
    @user-ie9dy2zj8z6 ай бұрын

    Very straight to the point. Thank you..

  • @RanjitSwain

    @RanjitSwain

    6 ай бұрын

    Thank you

  • @mdnasiruddin7202
    @mdnasiruddin7202 Жыл бұрын

    Great Job Mentor, very clear explanation ...

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Thanks for your comment 🙏

  • @manjunathraju9557
    @manjunathraju95577 ай бұрын

    I was facing a issue to deploy war file using scp through ssh agent, but this video resolved my issue another way to deploy the application. Thank you so much ranjit taking precious time and making this video.

  • @RanjitSwain

    @RanjitSwain

    7 ай бұрын

    Hi Manjunath, thanks for your valuable comment and glad it helped you.

  • @Yourhotshorts

    @Yourhotshorts

    3 ай бұрын

    Bro please reply as u know we want to run our website only on ip without using /devops after url or anything how can we i achieve that please reply

  • @ykmedia9308
    @ykmedia9308 Жыл бұрын

    Thank you for this tutorial. It was straight to the point. Thanks, Please if you can do an end-to-end pipeline script to k8s cluster, that will be great! Thank you for this once again

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Thanks for your valuable and inspiring comment. Definitely I will try to create such video soon.

  • @tarakmheta8856

    @tarakmheta8856

    10 ай бұрын

    I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??

  • @jyotiranjanswain3195
    @jyotiranjanswain3195 Жыл бұрын

    Thank you sir

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Welcome

  • @krishnach4593
    @krishnach4593 Жыл бұрын

    your vedios are very informative and i would like to tell one think if you provide one cicd pipeline end to end project it will be very helpful

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Thanks for your comment, I will make one shortly.

  • @shwetasonwane6355
    @shwetasonwane6355 Жыл бұрын

    Very descriptive video, was struggling to find practical demo for build and deployment using Jenkinsfile. It would be great if you'd have shared source GIT URL of yours so that one can actually try it out.

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Glad it helped you! Thank you for writing. Here is the repo url of the project: github.com/ranjit4github/devOpsWeb.git

  • @tarakmheta8856

    @tarakmheta8856

    10 ай бұрын

    I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??

  • @surajrshinde3378
    @surajrshinde3378 Жыл бұрын

    Simply great explaination sir... Sir are you running any devops course ..I want to learn from you

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Yes, I’m providing AWS and DevOps course… Currently 2 batches are going on. WhatsApp me for further information on next batch - 9176960215

  • @Muni.P

    @Muni.P

    11 ай бұрын

    Your explanation great 👍 sir. Thank you

  • @lakshmiprasannachilukuri8814
    @lakshmiprasannachilukuri8814 Жыл бұрын

    Sir can you please tell how to add tomcat server to the credentials in Jenkins...

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Hi, Goto Manage Jenkins -> Manage Credentials -> under Stores scoped to Jenkins -> click on the Domain Global -> Add Credential

  • @Jpshow7
    @Jpshow78 ай бұрын

    hai sir i have a lots of war package in my repository. how to deploy particular war package .? i use context path its not working

  • @RanjitSwain

    @RanjitSwain

    8 ай бұрын

    Hi, how do you keep the war files in the repository? If there are more than one war files, then you should keep these in particular tag or versions. Then you can filter this in the context path.

  • @muruganp6593
    @muruganp65937 ай бұрын

    This project i am trying but getting error Jenkins file unable find git error

  • @RanjitSwain

    @RanjitSwain

    7 ай бұрын

    Hi @muruganp6593, seems you have not installed git on the machine or, not configured in the Jenkins.

  • @John_Frederick08
    @John_Frederick08 Жыл бұрын

    There is no option deploy war/ear to a container and in manage plugins also...

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    Hi David, the plugin name is 'Deploy to container Plugin'. Manage Plugin -> Available plugin -> search for 'Deploy to container'

  • @John_Frederick08

    @John_Frederick08

    Жыл бұрын

    @@RanjitSwain thankyou

  • @tarakmheta8856

    @tarakmheta8856

    10 ай бұрын

    I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??

  • @vyshnavijetti6082

    @vyshnavijetti6082

    6 ай бұрын

    Yeah I am not getting it either even after installing deploy to container plugin

  • @mylesebinyi1512
    @mylesebinyi15128 ай бұрын

    how do we start a tom cat apache server

  • @RanjitSwain

    @RanjitSwain

    8 ай бұрын

    follow this: Go to the tomcat bin directory and execute this command Linux: ./catalina.sh start Windows: catalina.bat start make sure Java is installed on the Tomcat server.

  • @mylesebinyi1512
    @mylesebinyi15128 ай бұрын

    my deployment is always failed

  • @RanjitSwain

    @RanjitSwain

    8 ай бұрын

    Hi, what error are you getting?

  • @mylesebinyi1512

    @mylesebinyi1512

    8 ай бұрын

    @@RanjitSwain failed to redeploy the war file to tomcat

  • @naren06938
    @naren06938 Жыл бұрын

    Sir...u always skipping some stuff which crucial for freshers, here Tomcat server installation, Maven plug-in adding, configure, git branches all r skipped...being freshers we need everything step by step from scratch...plsss make video full stuff even bit lengthy....what's the Motto of this Channel for Advanced people only or for all categories....

  • @RanjitSwain

    @RanjitSwain

    Жыл бұрын

    This video was made for the people who has some knowledge already on installation. Thanks for your suggestion, I’ll make a complete video for freshers from scratch

  • @tarakmheta8856

    @tarakmheta8856

    10 ай бұрын

    I am not getting deploy war/ear to container option in snippet generator, do you have any solution for this problem??

  • @Yourhotshorts
    @Yourhotshorts3 ай бұрын

    Sir in proruction we dont need /devops or any name after ip how can i remove this n run my website ?? Please help

Келесі