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

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 38

  • @manjunathraju9557
    @manjunathraju9557 ปีที่แล้ว

    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  ปีที่แล้ว

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

    • @Yourhotshorts
      @Yourhotshorts 8 หลายเดือนก่อน

      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

  • @use-t9t
    @use-t9t 11 หลายเดือนก่อน +1

    Very straight to the point. Thank you..

    • @RanjitSwain
      @RanjitSwain  11 หลายเดือนก่อน +1

      Thank you

  • @mdnasiruddin7202
    @mdnasiruddin7202 2 ปีที่แล้ว +1

    Great Job Mentor, very clear explanation ...

    • @RanjitSwain
      @RanjitSwain  2 ปีที่แล้ว

      Thanks for your comment 🙏

  • @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 ปีที่แล้ว

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

  • @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  ปีที่แล้ว +1

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

    • @tarakmheta8856
      @tarakmheta8856 ปีที่แล้ว

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

  • @Jpshow7
    @Jpshow7 ปีที่แล้ว

    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  ปีที่แล้ว

      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.

  • @lakshmiprasannachilukuri8814
    @lakshmiprasannachilukuri8814 2 ปีที่แล้ว +1

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

    • @RanjitSwain
      @RanjitSwain  2 ปีที่แล้ว

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

  • @surajrshinde3378
    @surajrshinde3378 2 ปีที่แล้ว +1

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

    • @RanjitSwain
      @RanjitSwain  2 ปีที่แล้ว +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 ปีที่แล้ว

      Your explanation great 👍 sir. Thank you

  • @muruganp6593
    @muruganp6593 ปีที่แล้ว

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

    • @RanjitSwain
      @RanjitSwain  ปีที่แล้ว

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

  • @John_Frederick08
    @John_Frederick08 2 ปีที่แล้ว

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

    • @RanjitSwain
      @RanjitSwain  ปีที่แล้ว +1

      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 ปีที่แล้ว

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

    • @vyshnavijetti6082
      @vyshnavijetti6082 11 หลายเดือนก่อน

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

  • @jyotiranjanswain3195
    @jyotiranjanswain3195 2 ปีที่แล้ว +2

    Thank you sir

  • @mylesebinyi1512
    @mylesebinyi1512 ปีที่แล้ว

    how do we start a tom cat apache server

    • @RanjitSwain
      @RanjitSwain  ปีที่แล้ว

      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
    @mylesebinyi1512 ปีที่แล้ว

    my deployment is always failed

    • @RanjitSwain
      @RanjitSwain  ปีที่แล้ว

      Hi, what error are you getting?

    • @mylesebinyi1512
      @mylesebinyi1512 ปีที่แล้ว

      @@RanjitSwain failed to redeploy the war file to tomcat

  • @naren06938
    @naren06938 ปีที่แล้ว +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  ปีที่แล้ว

      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 ปีที่แล้ว

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