13- Production Grade CI/CD Setup | Jenkins deploy War to Tomcat | Production Ready Jenkins CI CD

preview_player
Показать описание
This tutorial teaches you how to write Jenkins pipeline scripts to setup production grade CI/CD process, integrating with Git, Maven, Tomact, SonarQube, Slack, Email

For online/classroom and Project support please contact
Java Home Cloud
Banglore
+919886611117
Рекомендации по теме
Комментарии
Автор

contact for javahome For online/classroom training please contact, Banglore, +919886611117

JavaHomeCloud
Автор

Ur the one I see can explain the topic with example and result thank you sir

venkatapradeepgopisetty
Автор

Very very useful sir thanks a lot for your easy way of presenting. Very helpful

poornisridhar
Автор

Looking for some advanced/dynamic CICD pipeline for experienced

rajeshchouhan
Автор

Hi Sir, I need some advise over here. I have deployed a java based app on tomcat server. Tomcat server is installed on aws cloud. I am using the URL as hostname:portno/WAR file name to run the app and When i try to hit the app on browser it throws an error 404. However, when i add index.html after the URL or any other name with .html extsn like for ex abc.html my app runs fine. Can you please advise why it is not running without imdex.html.

kapilkaushal
Автор

Hi sir while doing scp getting permission denied public key error

poornimasridhar
Автор

which private key actually we are using???

SandeepSingh-skyg
Автор

Nice tutorial.... Can u please let me know the shell script to perform the war file deployment using jenkins.

kapilkaushal
Автор

I am getting public key permission denied lost connection when deploying to remote server. Plz help

poornisridhar
Автор

Hi, I followed the same steps mentioned in this video expect that running directly running from pipeline script. Below is my script
pipeline{
agent any
stages{
stage("Deploy Ec2"){
steps{
sshagent(['ec2-tomcat']) {
}
}
}
}
}
But I am getting error "Could not find suitable SSH-AGENT provider" when building the project.
I installed SSH AGENT plugin and added global credentials with my private key details.
Can you please help in resolving this error.

harikrishna-pbpd
Автор

Hi Hari,

If we have multiple servers, how to deploy using pipeline script, please help on this.

nandeeshb
Автор

I followed same but I am facing the issue.

sudhakarm
Автор

Sir you copied the private IP address, , Aren't we supposed to copy the public address while scp the war file to remote ??

vijaymanivannane
Автор

Before provide link below description tomcat installation video

k.r.mohanreddyk.r