Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #1

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
a671fcd
Update pom.xml
devops0014 Jan 25, 2023
d7a6ee6
Update pom.xml
devops0014 Jan 25, 2023
31d9454
updated nexus link
devops0014 Jan 26, 2023
e52fdeb
update version
devops0014 Jan 26, 2023
80d043b
update app
devops0014 Jan 26, 2023
8e8ad5c
update code
devops0014 Feb 6, 2023
2ce41d3
code added
devops0014 Feb 6, 2023
4cac79c
code deleted
devops0014 Feb 6, 2023
cc66dcd
hai
devops0014 Feb 6, 2023
8166419
update nexus url
devops0014 Feb 7, 2023
bf56236
code updated
devops0014 Feb 7, 2023
6f3bbcb
version updated
devops0014 Feb 7, 2023
c3bb2e3
code changed
devops0014 Mar 14, 2023
83a74dd
code updated
devops0014 Mar 14, 2023
ffd24a8
Update index.jsp
devops0014 Mar 14, 2023
c1ba2fb
Update index.jsp
devops0014 Mar 14, 2023
e456857
update code
devops0014 Mar 15, 2023
f3b79d5
updated code
devops0014 Mar 15, 2023
e5f3072
commmit
devops0014 Mar 15, 2023
8e9631e
remove code
devops0014 Mar 15, 2023
5d448db
commit
devops0014 Mar 16, 2023
9b42e46
Update pom.xml
devops0014 Mar 16, 2023
515cb13
update verison
devops0014 Mar 16, 2023
8618184
update src code
devops0014 Mar 16, 2023
17ca7e3
Update pom.xml
devops0014 Mar 16, 2023
17a649e
Update pom.xml
devops0014 Mar 16, 2023
8cd3faf
code modified
devops0014 Mar 17, 2023
6c553b2
update version
devops0014 Mar 17, 2023
33d0690
update verison
devops0014 Mar 17, 2023
70b1feb
update code
devops0014 Mar 17, 2023
a991de8
update version
devops0014 Mar 17, 2023
cb3e8cc
update nexus repo
devops0014 Mar 17, 2023
8ec8fdb
code updated
devops0014 Apr 24, 2023
eddc470
update code with 2nd version
devops0014 Apr 24, 2023
3f8854c
update code
devops0014 Apr 27, 2023
a7342e0
update version
devops0014 Apr 27, 2023
244b119
update code
devops0014 Apr 27, 2023
ee2102c
Updated index.jsp file
shiri22 May 2, 2023
0e96c17
Update index.jsp
shiri22 May 2, 2023
dedad28
Update index.jsp
shiri22 May 2, 2023
7c08aed
Update index.jsp
shiri22 May 4, 2023
7319c43
Update pom.xml
shiri22 May 4, 2023
4629299
Update index.jsp
shiri22 Aug 9, 2023
e8cef5b
Update pom.xml
shiri22 Aug 10, 2023
e9f81dd
Update index.jsp
shiri22 Aug 15, 2023
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 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.2.8</version>
<version>8.3.9</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://18.224.44.85:8081/repository/sample-releases/</url>
<url>http://52.3.250.161:8081/repository/repo-1/</url>
</repository>
</distributionManagement>

Expand Down
14 changes: 10 additions & 4 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<html>
<body>
<h1 style="color: violet; font-size: 40px;" align="center"> hai mustafa , you jenkins class is done and stored in nexus</h1>
<h2 style="color: blue;"> code is done </h2>
<h3>addding some extra featutes to my app </h3>
<h4>i added webhook in github</h4>
<h1 style="color: violet; font-size: 40px;" align="center">HEY WE DEPLOYED OUR APP USING JENKINS</h1>
<h2>Added some data from git hub</h2>
<h3>Added data</h3>
<h4>shirisha</h4>
<h5>Deployed in tomcat </h5>

Hello How Are You



</body>
</html>