Skip to content
Open

yas #172

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
861554a
klm
Oct 21, 2023
55f2721
rvr
Oct 21, 2023
450289c
Create varajen
yasdevops23 Oct 21, 2023
a7f9292
var
Oct 21, 2023
fa570e1
Update varajen
yasdevops23 Oct 21, 2023
8f1799d
anjana
Oct 21, 2023
7035483
a1
Oct 21, 2023
4bab08b
re2
Oct 21, 2023
25eed31
s
Oct 21, 2023
9bd102d
a
Oct 21, 2023
d01b2aa
s
Oct 21, 2023
c290b54
Merge branch 'fet1' into dev1
Oct 21, 2023
79a62be
d
Oct 21, 2023
7ac2936
Merge branch 'dev1'
Oct 21, 2023
228a291
Create yas123
yasdevops23 Oct 21, 2023
b9de209
Merge pull request #1 from yasdevops23/fet1
yasdevops23 Oct 21, 2023
060f4da
Merge pull request #2 from yasdevops23/dev1
yasdevops23 Oct 21, 2023
dccde09
Create jaya1234
yasdevops23 Oct 21, 2023
8f3c175
Merge pull request #3 from yasdevops23/dev1
yasdevops23 Oct 21, 2023
48cf275
Update index.jsp
yasdevops23 Oct 22, 2023
cec2056
Update index.jsp
yasdevops23 Oct 29, 2023
e046b40
Update index.jsp
yasdevops23 Nov 4, 2023
a7b2c22
Update index.jsp
yasdevops23 Nov 4, 2023
aa8b683
Update index.jsp
yasdevops23 Nov 4, 2023
521aa83
Update index.jsp
yasdevops23 Nov 4, 2023
24debbf
Update Jenkins-decnew
yasdevops23 Nov 5, 2023
fb486b0
Update Jenkins-decnew
yasdevops23 Nov 5, 2023
6c54688
Update Jenkins-decnew
yasdevops23 Nov 6, 2023
7478877
Update pom.xml
yasdevops23 Nov 7, 2023
d42c10e
Update pom.xml
yasdevops23 Nov 8, 2023
453ab17
Update pom.xml
yasdevops23 Nov 8, 2023
ea11168
Update pom.xml
yasdevops23 Nov 8, 2023
e6a0612
Update pom.xml
yasdevops23 Nov 8, 2023
0aa4378
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Nov 8, 2023
b5fee62
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Nov 8, 2023
6c87744
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Nov 8, 2023
a55dee7
ram123
yasdevops23 Jan 19, 2024
2df4736
Create kiranjen
yasdevops23 Jan 19, 2024
cc5643e
na123
yasdevops23 Jan 19, 2024
0ff076b
rana21
yasdevops23 Jan 19, 2024
d01fff6
Update kiranjen
yasdevops23 Jan 19, 2024
f8faf6a
anu123
yasdevops23 Jan 19, 2024
99198fa
s
yasdevops23 Jan 19, 2024
807d095
Merge branch 'dev'
yasdevops23 Jan 19, 2024
153507e
Create srini21
yasdevops23 Jan 20, 2024
338a627
Merge pull request #4 from yasdevops23/fet1
yasdevops23 Jan 20, 2024
0e616a8
Merge pull request #5 from yasdevops23/dev1
yasdevops23 Jan 20, 2024
474f31f
rah
yasdevops23 Jan 20, 2024
ae7a2ac
c
yasdevops23 Jan 20, 2024
70ac36a
d
yasdevops23 Jan 20, 2024
19ea827
n
yasdevops23 Jan 20, 2024
1436597
Merge branch 'master' of https://github.com/yasdevops23/myweb
yasdevops23 Jan 20, 2024
d215bdc
Update index.jsp
yasdevops23 Jan 21, 2024
3a0c23d
Update index.jsp
yasdevops23 Jan 21, 2024
e8f9b5e
Create index.html
yasdevops23 Jan 21, 2024
6be59d0
Update index.jsp
yasdevops23 Jan 21, 2024
622dedd
Update and rename index.jsp to index.html
yasdevops23 Jan 21, 2024
26ee860
Update index.html
yasdevops23 Jan 22, 2024
51978e6
Update index.html
yasdevops23 Jan 22, 2024
ceadd6c
Update Jenkins-decnew
yasdevops23 Jan 23, 2024
077a7a8
Update pom.xml
yasdevops23 Jan 24, 2024
a59df6c
Update pom.xml
yasdevops23 Jan 24, 2024
35d9869
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Jan 24, 2024
b3e1891
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Jan 24, 2024
96885e3
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Jan 24, 2024
eace6e5
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Jan 24, 2024
10ff6a1
Update Jenkins-sonar-nexus-tomcat
yasdevops23 Jan 24, 2024
1031c4f
Update pom.xml
yasdevops23 Jan 24, 2024
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
1 change: 1 addition & 0 deletions 123
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello world..!!
8 changes: 4 additions & 4 deletions Jenkins-decnew
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline{
stages{
stage("Git Checkout"){
steps{
git credentialsId: 'javahome2', url: 'https://github.com/srinicloud87/myweb.git'
git credentialsId: 'javahome2', url: 'https://github.com/yasdevops23/myweb.git'
}
}
stage("Maven Build"){
Expand All @@ -20,11 +20,11 @@ pipeline{
steps{
sshagent(['tomcat-new']) {
sh """
scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.43.77:/home/ec2-user/apache-tomcat-9.0.80/webapps/
scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.23.255:/home/ec2-user/apache-tomcat-9.0.85/webapps/

ssh ec2-user@172.31.43.77 /home/ec2-user/apache-tomcat-9.0.80/bin/shutdown.sh
ssh ec2-user@172.31.23.255 /home/ec2-user/apache-tomcat-9.0.85/bin/shutdown.sh

ssh ec2-user@172.31.43.77 /home/ec2-user/apache-tomcat-9.0.80/bin/startup.sh
ssh ec2-user@172.31.23.255 /home/ec2-user/apache-tomcat-9.0.85/bin/startup.sh

"""
}
Expand Down
9 changes: 5 additions & 4 deletions Jenkins-sonar-nexus-tomcat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline{
],
credentialsId: 'nexus3',
groupId: 'in.javahome',
nexusUrl: '172.31.33.127:8081',
nexusUrl: '172.31.33.79:8081',
nexusVersion: 'nexus3',
protocol: 'http',
repository: 'sample-releases',
Expand All @@ -42,11 +42,11 @@ pipeline{
steps{
sshagent(['tomcat-new']) {
sh """
scp -o StrictHostKeyChecking=no target/myweb-8.2.0.war ec2-user@172.31.38.201:/home/ec2-user/apache-tomcat-9.0.80/webapps/
scp -o StrictHostKeyChecking=no target/myweb-8.2.0.war ec2-user@172.31.38.166:/home/ec2-user/apache-tomcat-9.0.85/webapps/

ssh ec2-user@172.31.38.201 /home/ec2-user/apache-tomcat-9.0.80/bin/shutdown.sh
ssh ec2-user@172.31.38.166 /home/ec2-user/apache-tomcat-9.0.85/bin/shutdown.sh

ssh ec2-user@172.31.38.201 /home/ec2-user/apache-tomcat-9.0.80/bin/startup.sh
ssh ec2-user@172.31.38.166 /home/ec2-user/apache-tomcat-9.0.85/bin/startup.sh

"""
}
Expand All @@ -55,3 +55,4 @@ pipeline{
}
}
}

7 changes: 7 additions & 0 deletions anji
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ravi
priya
renu
yas
laddu
cathe was software devloper
he was cto of volive solutions
3 changes: 3 additions & 0 deletions anu
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
he was the good girl
he was good at speck in englishhe was the good girl
he was good at speck in english
2 changes: 2 additions & 0 deletions apparao
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
he was good man
he was lucky boy
1 change: 1 addition & 0 deletions jaya1234
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello please approve
8 changes: 8 additions & 0 deletions kiranjen
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
he was belongs to ops team
he was good at jenkins
he was herohello kirian
he was good at jenkins
hello ravi
hello bargav
hello sitha
he was bad boy
6 changes: 6 additions & 0 deletions krishnajen
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ pods
replicas
services
asg
pods
replicas
deployments
name space
name
lal
Empty file added kumari
Empty file.
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>in.javahome</groupId>
Expand All @@ -10,7 +10,7 @@

<properties>
<docker.image.prefix>kammana</docker.image.prefix>
<sonar.host.url>http://43.207.41.44:9000/</sonar.host.url>
<sonar.host.url>http://18.179.108.22:9000/</sonar.host.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand All @@ -32,12 +32,12 @@
<distributionManagement>
<snapshotRepository>
<id>nexusRepo</id>
<url>http://35.78.95.10:8081/repository/sample-snapshots/</url>
<url>http://18.183.237.178:8081/repository/sample-snapshots/</url>
</snapshotRepository>

<repository>
<id>nexusRepo</id>
<url>http://35.78.95.10:8081/repository/sample-releases/</url>
<url>http://18.183.237.178:8081/repository/sample-releases/</url>
</repository>
</distributionManagement>

Expand All @@ -51,3 +51,6 @@


</project>



Empty file added rahul
Empty file.
1 change: 1 addition & 0 deletions ravi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added s1
Empty file.
Empty file added s2
Empty file.
Empty file added s20
Empty file.
47 changes: 47 additions & 0 deletions src/main/webapp/WEB-INF/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample Web Page</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: white;
text-align: center;
padding: 1em;
}
main {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>

<header>
<h1>Sample Web Page</h1>
</header>

<main>
<h2>Welcome to my sample web page!</h2>
<p>This is a simple web page with some text content and an image.</p>

<img src="https://via.placeholder.com/400" alt="Sample Image">

<p>Feel free to explore more on the web!</p>

<p>Check out this amazing website: <a href="https://www.example.com" target="_blank">Example.com</a></p>
</main>

</body>
</html>
48 changes: 48 additions & 0 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample Web Page</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: white;
text-align: center;
padding: 1em;
}
main {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>

<header>
<h1>Sample Web Page</h1>
</header>

<main>
<h2>Welcome to volive solutions hydrabad!</h2>
<p>This is a simple web page with some text content and an image.</p>

<img src="https://via.placeholder.com/400" alt="Sample Image">

<p>Feel free to explore more on the web!</p>

<p>Check out this amazing website: <a href="https://www.example.com" target="_blank">Example.com</a></p>
</main>

</body>
</html>

5 changes: 0 additions & 5 deletions src/main/webapp/index.jsp

This file was deleted.

1 change: 1 addition & 0 deletions srini21
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this file is belogs to pool request.
Empty file added vasu
Empty file.
1 change: 1 addition & 0 deletions yas123
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this file belongs to pull request