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
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>in.javahome</groupId>
<artifactId>myweb</artifactId>
<packaging>war</packaging>
<version>8.6.4</version>
<version>8.4.1</version>
<name>Java Home myweb</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -33,7 +33,7 @@

<repository>
<id>nexusRepo</id>
<url>http://44.202.251.20:8081/repository/flm-releases/</url>
<url>http://52.3.250.161:8081/repository/repo-1/</url>
</repository>
</distributionManagement>

Expand All @@ -44,6 +44,15 @@
<url>http://repo1.maven.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</build>


</project>
16 changes: 3 additions & 13 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
<html>
<head>

</head>
<body>
<h1 style="color: violet; font-size: 40px;" align="center">HEY WE DEPLOYED OUR APP USING JENKINS</h1>
<h1 style="color: red; font-size: 40px;" align="center">THIS IS APP DEPLOYMENT USING TOMCAT</h1>
<h1 style="color: green; font-size: 40px;" align="center">234567890</h1>
<h1 style="color: pink; font-size: 40px;" align="center">WE ARE SUCCESSFULLY DEPLOYED APPLICATION</h1>
<h1 style="color: red; font-size: 40px;" align="center">WE INTEGRATED NEXUS TO JENKINS</h1>
<h1 style="color: blue; font-size: 40px;" align="center">WE DEPLOYED OUR APP ON 2 SERVERS</h1>
<h1 style="color: red; font-size: 40px;" align="center">WELCOME TO JENKINS CLASS</h1>




<h1 style="color: blue; font-size: 40px;" align="center">MY 2nd VERSION</h1>
<h1 style="color: red; font-size: 40px;" align="center">Updated verion web-app is new-app</h1>





Expand Down