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

Sdílet
Vložit
  • čas přidán 8. 08. 2022
  • 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.
  • Věda a technologie

Komentáře • 40

  • @user-ie9dy2zj8z
    @user-ie9dy2zj8z Před 5 měsíci +1

    Very straight to the point. Thank you..

  • @mdnasiruddin7202
    @mdnasiruddin7202 Před rokem +1

    Great Job Mentor, very clear explanation ...

  • @manjunathraju9557
    @manjunathraju9557 Před 6 měsíci

    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  Před 6 měsíci

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

    • @Yourhotshorts
      @Yourhotshorts Před 2 měsíci

      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 Před rokem

    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  Před rokem +1

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

    • @tarakmheta8856
      @tarakmheta8856 Před 10 měsíci

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

  • @jyotiranjanswain3195
    @jyotiranjanswain3195 Před rokem +2

    Thank you sir

  • @krishnach4593
    @krishnach4593 Před rokem +1

    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  Před rokem

      Thanks for your comment, I will make one shortly.

  • @shwetasonwane6355
    @shwetasonwane6355 Před rokem

    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  Před rokem

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

    • @tarakmheta8856
      @tarakmheta8856 Před 10 měsíci

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

  • @surajrshinde3378
    @surajrshinde3378 Před rokem +1

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

    • @RanjitSwain
      @RanjitSwain  Před rokem +1

      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 Před 10 měsíci

      Your explanation great 👍 sir. Thank you

  • @lakshmiprasannachilukuri8814

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

    • @RanjitSwain
      @RanjitSwain  Před rokem

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

  • @Jpshow7
    @Jpshow7 Před 7 měsíci

    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  Před 7 měsíci

      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.

  • @John_Frederick08
    @John_Frederick08 Před rokem

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

    • @RanjitSwain
      @RanjitSwain  Před rokem +1

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

    • @John_Frederick08
      @John_Frederick08 Před rokem

      @@RanjitSwain thankyou

    • @tarakmheta8856
      @tarakmheta8856 Před 10 měsíci

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

    • @vyshnavijetti6082
      @vyshnavijetti6082 Před 6 měsíci

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

  • @muruganp6593
    @muruganp6593 Před 7 měsíci

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

    • @RanjitSwain
      @RanjitSwain  Před 7 měsíci

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

  • @mylesebinyi1512
    @mylesebinyi1512 Před 8 měsíci

    how do we start a tom cat apache server

    • @RanjitSwain
      @RanjitSwain  Před 8 měsíci

      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.

  • @naren06938
    @naren06938 Před rokem +1

    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  Před rokem

      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 Před 10 měsíci

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

  • @mylesebinyi1512
    @mylesebinyi1512 Před 8 měsíci

    my deployment is always failed

    • @RanjitSwain
      @RanjitSwain  Před 8 měsíci

      Hi, what error are you getting?

    • @mylesebinyi1512
      @mylesebinyi1512 Před 8 měsíci

      @@RanjitSwain failed to redeploy the war file to tomcat

  • @Yourhotshorts
    @Yourhotshorts Před 2 měsíci

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