Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
stage('CLONE GITHUB CODE') {
steps {
echo 'In this stage code will be clone'
git branch: 'main', url: 'https://github.com/devopstraininghub/mindcircuit15d.git'
git branch: 'main', url: 'https://github.com/pavibn07/Pavi_mindcircuit15d.git'

}
}
Expand All @@ -22,7 +22,7 @@ pipeline {
stage('DEPLOY') {
steps {
echo 'In this stage .war artiface will be deployed on to tomcat '
deploy adapters: [tomcat9(credentialsId: 'tomcat', path: '', url: 'http://54.91.227.106:8081/')], contextPath: 'devops-app', war: '**/*.war'
deploy adapters: [tomcat9(credentialsId: 'tomcat', path: '', url: 'http://15.206.88.78:8080/')], contextPath: 'devops-app', war: '**/*.war'

}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"http://java.sun.com/dtd/web-app_2_3.dtd" >

<web-app>
<display-name>Archetype Created Web Application</display-name>
<display-name>Akshay Hello</display-name>
</web-app>
1 change: 1 addition & 0 deletions validation1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
validate deploy the chnages