From 9988ae407111f0757a5590323fd7d0aacd6ba78b Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sat, 4 Jun 2022 05:46:05 +0530 Subject: [PATCH 001/108] Update Jenkins-decnew --- Jenkins-decnew | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkins-decnew b/Jenkins-decnew index 634a7de1de..bd777816e9 100644 --- a/Jenkins-decnew +++ b/Jenkins-decnew @@ -7,7 +7,7 @@ pipeline{ stages{ stage("Git Checkout"){ steps{ - git credentialsId: 'javahome2', url: 'https://github.com/srinivas1987devops/myweb.git' + git credentialsId: '82c6b496-e89e-4b70-bbf4-2265043b3fd7', url: 'https://github.com/krishnaobbu/myweb.git' } } stage("Maven Build"){ @@ -20,11 +20,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.13.102:/home/ec2-user/apache-tomcat-9.0.63/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@1172.31.7.129:/home/ec2-user/apache-tomcat-9.0.63/webapps/ - ssh ec2-user@172.31.13.102 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh + ssh ec2-user@172.31.7.129 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh - ssh ec2-user@172.31.13.102 /home/ec2-user/apache-tomcat-9.0.63/bin/startup.sh + ssh ec2-user@172.31.7.129 /home/ec2-user/apache-tomcat-9.0.63/bin/startup.sh """ } From 72d8c7e3f6e533e9a6a196f4e7d5cd071290d061 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sat, 4 Jun 2022 05:54:26 +0530 Subject: [PATCH 002/108] Update Jenkins-decnew --- Jenkins-decnew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins-decnew b/Jenkins-decnew index bd777816e9..7a28a9230a 100644 --- a/Jenkins-decnew +++ b/Jenkins-decnew @@ -20,7 +20,7 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@1172.31.7.129:/home/ec2-user/apache-tomcat-9.0.63/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.7.129:/home/ec2-user/apache-tomcat-9.0.63/webapps/ ssh ec2-user@172.31.7.129 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh From 60344d121d4a20065cc5ab69d380ffb0fe44838a Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sat, 4 Jun 2022 06:03:54 +0530 Subject: [PATCH 003/108] Update Jenkins-decnew --- Jenkins-decnew | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-decnew b/Jenkins-decnew index 7a28a9230a..3950c3c04f 100644 --- a/Jenkins-decnew +++ b/Jenkins-decnew @@ -20,11 +20,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.7.129:/home/ec2-user/apache-tomcat-9.0.63/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.1.147:/home/ec2-user/apache-tomcat-9.0.63/webapps/ - ssh ec2-user@172.31.7.129 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh + ssh ec2-user@172.31.1.147 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh - ssh ec2-user@172.31.7.129 /home/ec2-user/apache-tomcat-9.0.63/bin/startup.sh + ssh ec2-user@172.31.1.147 /home/ec2-user/apache-tomcat-9.0.63/bin/startup.sh """ } From a048c72c27449c3bdc68e2b221bcbf85920db305 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 8 Jun 2022 17:15:29 +0530 Subject: [PATCH 004/108] Update Jenkins-decnew --- Jenkins-decnew | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkins-decnew b/Jenkins-decnew index 3950c3c04f..f97a02fb99 100644 --- a/Jenkins-decnew +++ b/Jenkins-decnew @@ -7,7 +7,7 @@ pipeline{ stages{ stage("Git Checkout"){ steps{ - git credentialsId: '82c6b496-e89e-4b70-bbf4-2265043b3fd7', url: 'https://github.com/krishnaobbu/myweb.git' + git credentialsId: 'hari', url: 'https://github.com/krishnaobbu/myweb.git' } } stage("Maven Build"){ @@ -18,13 +18,13 @@ pipeline{ } stage("deploy-dev"){ steps{ - sshagent(['tomcat-new']) { + sshagent(['hari-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.1.147:/home/ec2-user/apache-tomcat-9.0.63/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.6.54:/home/ec2-user/apache-tomcat-9.0.63/webapps/ - ssh ec2-user@172.31.1.147 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh + ssh ec2-user@172.31.6.54 /home/ec2-user/apache-tomcat-9.0.63/bin/shutdown.sh - ssh ec2-user@172.31.1.147 /home/ec2-user/apache-tomcat-9.0.63/bin/startup.sh + ssh ec2-user@172.31.6.54 /home/ec2-user/apache-tomcat-9.0.63/bin/startup.sh """ } From 45023ad4000e2e32d0f8659fd1cfc0d5bc95515a Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 8 Jun 2022 18:32:00 +0530 Subject: [PATCH 005/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b2960e6b5..4a93e9f939 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ kammana - http://13.231.239.118:9000/ + http://18.181.172.227:9000/ From da86384f14c2f5be789c5c83d4a438d75adf036d Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:07:26 +0530 Subject: [PATCH 006/108] Update pom.xml --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4a93e9f939..27d44e433e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ kammana - http://18.181.172.227:9000/ + http://35.77.198.176:9000/ @@ -28,12 +28,12 @@ nexusRepo - http://35.78.181.229:8081/repository/sample-snapshots/ + http://35.77.198.176:8081/repository/sample-snapshots/ nexusRepo - http://35.78.181.229:8081/repository/sample-releases/ + http://35.77.198.176:8081/repository/sample-releases/ From 78b0830cbdb375e1a49e77793d8c28d7144c7224 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:57:06 +0530 Subject: [PATCH 007/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 1e72744a54..9b481de174 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

GANA TECH APP VERSION-3000

+

GANA TECH APP VERSION-2600

From 0f2ca36755c0a172620108dc0482bc709d32f3a7 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:58:23 +0530 Subject: [PATCH 008/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 9b481de174..08a153f60c 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

GANA TECH APP VERSION-2600

+

GANA TECH APP VERSION-26000

From 223bec31800aa75855b9cb3f8c68365db4bb8452 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:04:34 +0530 Subject: [PATCH 009/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 08a153f60c..313d1bcf56 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

GANA TECH APP VERSION-26000

+

GANA TECH

From 849393ae38b18206a11c9e0a3fc55ebfcca2c3f6 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:44:07 +0530 Subject: [PATCH 010/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27d44e433e..a0aedee6f3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ kammana - http://35.77.198.176:9000/ + http://http://3.110.103.149:9000/ From c5b24950fb7be1c48ad88b9d3f54e227205ed153 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sun, 4 Feb 2024 06:21:41 +0530 Subject: [PATCH 011/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 313d1bcf56..4827b3d7fa 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

GANA TECH

+

welcome to the jenkins-1

From aed151e528c96b7af458860b210e9d5ae5e562a1 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sun, 4 Feb 2024 06:30:06 +0530 Subject: [PATCH 012/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4827b3d7fa..af9f3e76a3 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-1

+

welcome to the jenkins-2

From 62365a1bc21c5a821780f691d5b441d64cf9b87e Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sun, 4 Feb 2024 07:02:10 +0530 Subject: [PATCH 013/108] Update Jenkins-decdemo --- Jenkins-decdemo | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/Jenkins-decdemo b/Jenkins-decdemo index 032870a253..c23b626cc7 100644 --- a/Jenkins-decdemo +++ b/Jenkins-decdemo @@ -1,17 +1,30 @@ -pipeline{ +pipeline { agent any - stages{ - stage("GIT checkout"){ - steps{ - git credentialsId: 'javahome', url: 'https://github.com/srinivas1987devops/myweb.git' - + + stages { + stage('git checkout') { + steps { + git 'https://github.com/krishnaobbu/myweb.git' } } - stage("Maven Build"){ - steps{ - sh "mvn clean package" - sh "mv target/*.war target/myweb.war" + stage('build') { + steps { + sh 'mvn clean package' } - } + } + stage('deploy to dev') { + steps { + sshagent(['tomcat-new']) { + sh """ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@172.31.46.47:/home/ubuntu/apache-tomcat-9.0.85/webapps/ + + ssh ubuntu@172.31.46.47 /home/ubuntu/apache-tomcat-9.0.85/bin/shutdown.sh + + ssh ubuntu@172.31.46.47 /home/ubuntu/apache-tomcat-9.0.85/bin/startup.sh + + """ + } + } + } } } From 8211c33d011380251a19c0f25a3bcb0aaf7e8b50 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 8 Mar 2024 01:34:12 +0530 Subject: [PATCH 014/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0aedee6f3..ae534c4318 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ kammana - http://http://3.110.103.149:9000/ + http://http://13.201.30.151:9000/ From 77a239ce964ebf0d65d3da48ec0878c364114ee7 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:31:32 +0530 Subject: [PATCH 015/108] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ae534c4318..4cbba37bcf 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ nexusRepo - http://35.77.198.176:8081/repository/sample-snapshots/ + http://3.111.213.212:8081/repository/sample-snapshots/ nexusRepo - http://35.77.198.176:8081/repository/sample-releases/ + http://3.111.213.212:8081/repository/sample-releases/ From 7d5418fddd8ebf7e64d0ee3ff7845b2ee448e3f4 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 15 Mar 2024 04:04:43 +0530 Subject: [PATCH 016/108] Update pom.xml --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4cbba37bcf..4476ac849c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ - nexusRepo - http://3.111.213.212:8081/repository/sample-snapshots/ + maven-snapshots + http://3.111.171.1:8081/repository/maven-snapshots/ - nexusRepo - http://3.111.213.212:8081/repository/sample-releases/ + maven-releases + http://3.111.171.1:8081/repository/maven-releases/ From 8b38431fb0e8d3e036483696e0e6227b43af6e9d Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 15 Mar 2024 04:22:49 +0530 Subject: [PATCH 017/108] Update pom.xml --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 4476ac849c..4f5d8da4bd 100644 --- a/pom.xml +++ b/pom.xml @@ -28,11 +28,13 @@ maven-snapshots + maven-snapshots http://3.111.171.1:8081/repository/maven-snapshots/ maven-releases + maven-releases http://3.111.171.1:8081/repository/maven-releases/ From a26b3562c73d005dbdb3b4c1d73e779b277c38c3 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:22:55 +0530 Subject: [PATCH 018/108] Update pom.xml --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4f5d8da4bd..0a2cd8aa7b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,15 +27,13 @@ - maven-snapshots - maven-snapshots - http://3.111.171.1:8081/repository/maven-snapshots/ + nexusRepo + http://3.110.51.47:8081/repository/sample-snapshots/ - maven-releases - maven-releases - http://3.111.171.1:8081/repository/maven-releases/ + nexusRepo + http://3.110.51.47:8081/repository/sample-releases// From bd3e7e3cfc9558d5c53b8e6e76f9a4a8605de9ef Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:18:13 +0530 Subject: [PATCH 019/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index af9f3e76a3..bac1ecce00 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-2

+

welcome to the jenkins-2.4

From d238fc409b8797a14873b3bcd924183e0f5a5eb1 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Tue, 2 Apr 2024 21:49:59 +0530 Subject: [PATCH 020/108] preprod changes --- preprod | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 preprod diff --git a/preprod b/preprod new file mode 100644 index 0000000000..8bbbeb2580 --- /dev/null +++ b/preprod @@ -0,0 +1,6 @@ +linux +git github +maven +jenkins +docker +kubernetes From f7116840b4975cdb4a162e6bebc16f5b979a1017 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Tue, 2 Apr 2024 22:06:36 +0530 Subject: [PATCH 021/108] all changes --- pp | 1 + ppp | 1 + pppppppppp | 1 + 3 files changed, 3 insertions(+) create mode 100644 pp create mode 100644 ppp create mode 100644 pppppppppp diff --git a/pp b/pp new file mode 100644 index 0000000000..7e5c323a98 --- /dev/null +++ b/pp @@ -0,0 +1 @@ +jekins \ No newline at end of file diff --git a/ppp b/ppp new file mode 100644 index 0000000000..41597b5659 --- /dev/null +++ b/ppp @@ -0,0 +1 @@ +jenkins \ No newline at end of file diff --git a/pppppppppp b/pppppppppp new file mode 100644 index 0000000000..b07be8d0e7 --- /dev/null +++ b/pppppppppp @@ -0,0 +1 @@ +hari \ No newline at end of file From 1c8b45abdfac5e95ae353255349aab9fb004c7d2 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:00:11 +0530 Subject: [PATCH 022/108] listoff --- listof | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 listof diff --git a/listof b/listof new file mode 100644 index 0000000000..e69de29bb2 From 3c44815a0385db4989fbe53f38758af3ac72f36a Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:06:24 +0530 Subject: [PATCH 023/108] krishna --- krishna | 1 + 1 file changed, 1 insertion(+) create mode 100644 krishna diff --git a/krishna b/krishna new file mode 100644 index 0000000000..37f99e8e23 --- /dev/null +++ b/krishna @@ -0,0 +1 @@ +harikrisna \ No newline at end of file From 47f56249e53e66dff441e5190aedc820ed877ccb Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:16:58 +0530 Subject: [PATCH 024/108] file1 --- file1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 file1 diff --git a/file1 b/file1 new file mode 100644 index 0000000000..32f95c0d12 --- /dev/null +++ b/file1 @@ -0,0 +1 @@ +hi \ No newline at end of file From 6474853fc674e99aedb8d521b5c04df6e83fac01 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:19:40 +0530 Subject: [PATCH 025/108] file2 --- file2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 file2 diff --git a/file2 b/file2 new file mode 100644 index 0000000000..6320cd248d --- /dev/null +++ b/file2 @@ -0,0 +1 @@ +data \ No newline at end of file From 6497ee6e842f6f67deb42a4fdfa2df73bf6234b1 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:22:58 +0530 Subject: [PATCH 026/108] file3 --- file3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 file3 diff --git a/file3 b/file3 new file mode 100644 index 0000000000..dcdd4815d3 --- /dev/null +++ b/file3 @@ -0,0 +1 @@ +sync \ No newline at end of file From bcb32260fe70c11eafc9adb7bf8f27928e8848e3 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:25:24 +0530 Subject: [PATCH 027/108] balafour --- balafour | 1 + 1 file changed, 1 insertion(+) create mode 100644 balafour diff --git a/balafour b/balafour new file mode 100644 index 0000000000..04fbb0958e --- /dev/null +++ b/balafour @@ -0,0 +1 @@ +dataname \ No newline at end of file From 880a377b4b9de2bd058ccc03e836e25789fe6a29 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:26:24 +0530 Subject: [PATCH 028/108] bala3 --- bala3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 bala3 diff --git a/bala3 b/bala3 new file mode 100644 index 0000000000..f505d1192d --- /dev/null +++ b/bala3 @@ -0,0 +1 @@ +datanames sync \ No newline at end of file From b1e7715307960f66bd78c8f50679ceaa4edc1f7a Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:30:33 +0530 Subject: [PATCH 029/108] new1bala --- new1bala | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new1bala diff --git a/new1bala b/new1bala new file mode 100644 index 0000000000..e69de29bb2 From 515aa366c95c051a2d48b37684952490b9bcfe06 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:36:44 +0530 Subject: [PATCH 030/108] nextmethod --- nextmethod | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 nextmethod diff --git a/nextmethod b/nextmethod new file mode 100644 index 0000000000..e69de29bb2 From 0ca148e2cf79ca41df39a73a5b6c267a64f4ca9d Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:35:58 +0530 Subject: [PATCH 031/108] Create dddddddddddd dummy --- dddddddddddd | 1 + 1 file changed, 1 insertion(+) create mode 100644 dddddddddddd diff --git a/dddddddddddd b/dddddddddddd new file mode 100644 index 0000000000..b7a5ef5e6e --- /dev/null +++ b/dddddddddddd @@ -0,0 +1 @@ +dddddddddddd From 2735601b293e1d798007c42cf9cf726ba19e14da Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:41:45 +0530 Subject: [PATCH 032/108] rrr --- Jenkins-ansible | 2 +- jenkins | 1 + jenkinsssssssssssss | 1 + krishna | 1 - list | 14 ++++++++++++++ newbala | 0 rrr | 0 7 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 jenkins create mode 100644 jenkinsssssssssssss delete mode 100644 krishna create mode 100644 list create mode 100644 newbala create mode 100644 rrr diff --git a/Jenkins-ansible b/Jenkins-ansible index 0a6a8d6e32..82c7338322 100644 --- a/Jenkins-ansible +++ b/Jenkins-ansible @@ -45,4 +45,4 @@ pipeline{ } } -} +hhhhhh} diff --git a/jenkins b/jenkins new file mode 100644 index 0000000000..a9eea27339 --- /dev/null +++ b/jenkins @@ -0,0 +1 @@ +i am new to this branch \ No newline at end of file diff --git a/jenkinsssssssssssss b/jenkinsssssssssssss new file mode 100644 index 0000000000..f3e86835b0 --- /dev/null +++ b/jenkinsssssssssssss @@ -0,0 +1 @@ +hhhh diff --git a/krishna b/krishna deleted file mode 100644 index 37f99e8e23..0000000000 --- a/krishna +++ /dev/null @@ -1 +0,0 @@ -harikrisna \ No newline at end of file diff --git a/list b/list new file mode 100644 index 0000000000..d2dc3ea149 --- /dev/null +++ b/list @@ -0,0 +1,14 @@ + + + + + + + + +[3~ + + + + +[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh \ No newline at end of file diff --git a/newbala b/newbala new file mode 100644 index 0000000000..e69de29bb2 diff --git a/rrr b/rrr new file mode 100644 index 0000000000..e69de29bb2 From a9ab2dc762465f18a81492e04c62a9a3935b504b Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:47:12 +0530 Subject: [PATCH 033/108] aaa --- aaa | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 aaa diff --git a/aaa b/aaa new file mode 100644 index 0000000000..e69de29bb2 From a3513ddc55d6df67896deb6deb3f63eb8a770b22 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:22:58 +0530 Subject: [PATCH 034/108] file3 --- file3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 file3 diff --git a/file3 b/file3 new file mode 100644 index 0000000000..dcdd4815d3 --- /dev/null +++ b/file3 @@ -0,0 +1 @@ +sync \ No newline at end of file From ce06d0baf40f0002c863d1e9ae64c40c71ad24fc Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:26:24 +0530 Subject: [PATCH 035/108] bala3 --- bala3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 bala3 diff --git a/bala3 b/bala3 new file mode 100644 index 0000000000..f505d1192d --- /dev/null +++ b/bala3 @@ -0,0 +1 @@ +datanames sync \ No newline at end of file From f09b3f1e299e577dbffb9402d2aa23d40888dc47 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Thu, 4 Apr 2024 22:29:26 +0530 Subject: [PATCH 036/108] balanew1 --- balanew1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 balanew1 diff --git a/balanew1 b/balanew1 new file mode 100644 index 0000000000..e69de29bb2 From 9df07abc506430227fc012326da9102de8b54771 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:48:19 +0530 Subject: [PATCH 037/108] bbb --- bbb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bbb diff --git a/bbb b/bbb new file mode 100644 index 0000000000..e69de29bb2 From 04837883ff7ce28542c8ec1f311e0f420590d902 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:50:33 +0530 Subject: [PATCH 038/108] ccc --- ccc | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ccc diff --git a/ccc b/ccc new file mode 100644 index 0000000000..e69de29bb2 From e9d9169865839b8d98d7ee736cd6fd1e24b85c4c Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:51:52 +0530 Subject: [PATCH 039/108] lll --- lll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lll diff --git a/lll b/lll new file mode 100644 index 0000000000..e69de29bb2 From 69e7df839089255a1cacad2e299fd5314f4556d9 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:55:04 +0530 Subject: [PATCH 040/108] lll --- lll | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lll b/lll index e69de29bb2..3a2ff058e6 100644 --- a/lll +++ b/lll @@ -0,0 +1,5 @@ +hhhhhh + +uuuuu + +bbbbbbb From 838d61d3eea13f8f4baf870cc6f51f64db02c97d Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:57:01 +0530 Subject: [PATCH 041/108] sss --- sss | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sss diff --git a/sss b/sss new file mode 100644 index 0000000000..e69de29bb2 From 6f48e937011d4d8cb719e749239f71d90d327368 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 19:57:01 +0530 Subject: [PATCH 042/108] sss --- sss | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sss diff --git a/sss b/sss new file mode 100644 index 0000000000..e69de29bb2 From 490dd3a342f5d1e30cc93240181a51cfe86a97e6 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:22:36 +0530 Subject: [PATCH 043/108] qqq --- bala3 | 1 - balanew1 | 0 bbb | 0 ccc | 0 file3 | 1 - lll | 5 ----- aaa => qqq | 0 sss | 0 8 files changed, 7 deletions(-) delete mode 100644 bala3 delete mode 100644 balanew1 delete mode 100644 bbb delete mode 100644 ccc delete mode 100644 file3 delete mode 100644 lll rename aaa => qqq (100%) delete mode 100644 sss diff --git a/bala3 b/bala3 deleted file mode 100644 index f505d1192d..0000000000 --- a/bala3 +++ /dev/null @@ -1 +0,0 @@ -datanames sync \ No newline at end of file diff --git a/balanew1 b/balanew1 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/bbb b/bbb deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/ccc b/ccc deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/file3 b/file3 deleted file mode 100644 index dcdd4815d3..0000000000 --- a/file3 +++ /dev/null @@ -1 +0,0 @@ -sync \ No newline at end of file diff --git a/lll b/lll deleted file mode 100644 index 3a2ff058e6..0000000000 --- a/lll +++ /dev/null @@ -1,5 +0,0 @@ -hhhhhh - -uuuuu - -bbbbbbb diff --git a/aaa b/qqq similarity index 100% rename from aaa rename to qqq diff --git a/sss b/sss deleted file mode 100644 index e69de29bb2..0000000000 From 20729a391a76ed809f4b998ca2eacbfcf9f60d12 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:26:11 +0530 Subject: [PATCH 044/108] qqq --- qqq | 1 + 1 file changed, 1 insertion(+) diff --git a/qqq b/qqq index e69de29bb2..14f1063dda 100644 --- a/qqq +++ b/qqq @@ -0,0 +1 @@ +i am new to branch From a1553bd71ca326d79bbb3ca5da1b3d40900c0bc1 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:27:01 +0530 Subject: [PATCH 045/108] five --- five | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 five diff --git a/five b/five new file mode 100644 index 0000000000..e69de29bb2 From 63c76ea3f69c7d09b0b22eb6281737cfe5832f60 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:29:02 +0530 Subject: [PATCH 046/108] hhh --- hhhhh | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hhhhh diff --git a/hhhhh b/hhhhh new file mode 100644 index 0000000000..e69de29bb2 From a81e5c36b851ebf3ad7699e30c31557de5bc885b Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:29:37 +0530 Subject: [PATCH 047/108] ooo --- oooo | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 oooo diff --git a/oooo b/oooo new file mode 100644 index 0000000000..e69de29bb2 From dfdabd2b588cd8c45accb4d1e5335602bdbd28d7 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:38:42 +0530 Subject: [PATCH 048/108] oooo --- oooo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oooo b/oooo index e69de29bb2..7d10ddcfba 100644 --- a/oooo +++ b/oooo @@ -0,0 +1,3 @@ +jenkins +update +to git From 2090221b27819e734d3b6ec2975fb0dcd66235ed Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:43:05 +0530 Subject: [PATCH 049/108] oooo --- oooo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oooo b/oooo index 7d10ddcfba..a6081b1316 100644 --- a/oooo +++ b/oooo @@ -1,3 +1,8 @@ jenkins update to git +sonar +nexus +docker +test +dev From af32756d96db160db9e76f24e24aecc6042fa22f Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Fri, 5 Apr 2024 21:50:27 +0530 Subject: [PATCH 050/108] jjjjjj --- jjjjjj | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 jjjjjj diff --git a/jjjjjj b/jjjjjj new file mode 100644 index 0000000000..e69de29bb2 From 12bb81ded58d65fdabe2c878e97982e52f16d481 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:59:21 +0530 Subject: [PATCH 051/108] Create login user modifications --- login | 1 + 1 file changed, 1 insertion(+) create mode 100644 login diff --git a/login b/login new file mode 100644 index 0000000000..894758bb05 --- /dev/null +++ b/login @@ -0,0 +1 @@ +user modification From b1e196bdaa09676498e55fe2f462a7aa55323305 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 21:30:02 +0530 Subject: [PATCH 052/108] merge-conf --- bala1234 | 0 five123 | 0 five456 | 12 ++++++++++++ 3 files changed, 12 insertions(+) create mode 100644 bala1234 create mode 100644 five123 create mode 100644 five456 diff --git a/bala1234 b/bala1234 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/five123 b/five123 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/five456 b/five456 new file mode 100644 index 0000000000..791c0115ae --- /dev/null +++ b/five456 @@ -0,0 +1,12 @@ +<<<<<<< Updated upstream +hfjyfjhyfjk +kjyfkjhgyf +kyfkjyfghj +kuyfgkjyguy +jhrtdgdhjht +kjfyuyhf +======= +jkhgvj,gvbjyhvb +rtshr +satryr5tsy +>>>>>>> Stashed changes From 94035bc14062e0be03684df7fef6c391ba35eb08 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 21:33:24 +0530 Subject: [PATCH 053/108] merge-conf --- .ignore | 0 merge-conf | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 .ignore create mode 100644 merge-conf diff --git a/.ignore b/.ignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/merge-conf b/merge-conf new file mode 100644 index 0000000000..5faf06544e --- /dev/null +++ b/merge-conf @@ -0,0 +1,2 @@ +i am new to dev2 +i am from hyd From 30252bd9fdc0ba2e92741cb4297d1d7ce58035b7 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 21:35:25 +0530 Subject: [PATCH 054/108] touch --- touch | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 touch diff --git a/touch b/touch new file mode 100644 index 0000000000..fc61b9a2a4 --- /dev/null +++ b/touch @@ -0,0 +1,2 @@ +jenkins +docker From 90badae884a8f159879e9e7c23f47bf324724c65 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 21:36:54 +0530 Subject: [PATCH 055/108] touch1 --- touch1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 touch1 diff --git a/touch1 b/touch1 new file mode 100644 index 0000000000..3bb458b46c --- /dev/null +++ b/touch1 @@ -0,0 +1,2 @@ +nexus +sonar From 90cf09369d179bd655c19ff52d37c60488bd6cee Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 21:52:44 +0530 Subject: [PATCH 056/108] kube --- kube | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 kube diff --git a/kube b/kube new file mode 100644 index 0000000000..e69de29bb2 From 3076ca6c3577a89f7fb80815663a6328f509c7e5 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 22:02:48 +0530 Subject: [PATCH 057/108] touch-merge --- touch-merge | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 touch-merge diff --git a/touch-merge b/touch-merge new file mode 100644 index 0000000000..fc61b9a2a4 --- /dev/null +++ b/touch-merge @@ -0,0 +1,2 @@ +jenkins +docker From 92df19a988c9b1ae0f86b8cfeb4eaa5b6ba0b768 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 22:07:17 +0530 Subject: [PATCH 058/108] touch-merge --- touch-merge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/touch-merge b/touch-merge index fc61b9a2a4..8d9a2cf027 100644 --- a/touch-merge +++ b/touch-merge @@ -1,2 +1,2 @@ -jenkins -docker +nexus +dockre From b7da9ad190335860d4c85e5cf56b38f9c5768e04 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 22:08:33 +0530 Subject: [PATCH 059/108] touch-merge --- touch-merge | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/touch-merge b/touch-merge index 8d9a2cf027..2f4fe388e8 100644 --- a/touch-merge +++ b/touch-merge @@ -1,2 +1,4 @@ -nexus +nexuns +jenkins +sonar dockre From e37fd27027450dcd1b6bbd451578b6d7986c2aa9 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 22:10:56 +0530 Subject: [PATCH 060/108] touchmerge1 --- touchmerge1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 touchmerge1 diff --git a/touchmerge1 b/touchmerge1 new file mode 100644 index 0000000000..fc61b9a2a4 --- /dev/null +++ b/touchmerge1 @@ -0,0 +1,2 @@ +jenkins +docker From 20fbb9e92f52f9f8f99a798f2776708c70411ef8 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 22:12:16 +0530 Subject: [PATCH 061/108] touchmerge1 --- touchmerge1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 touchmerge1 diff --git a/touchmerge1 b/touchmerge1 new file mode 100644 index 0000000000..ad362d3bb0 --- /dev/null +++ b/touchmerge1 @@ -0,0 +1,2 @@ +sonar +kube From 0a2af070ee34b996934d8b3c735fa9df706a89a9 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:27:13 +0530 Subject: [PATCH 062/108] Create logincr --- logincr | 1 + 1 file changed, 1 insertion(+) create mode 100644 logincr diff --git a/logincr b/logincr new file mode 100644 index 0000000000..a9fc0dca03 --- /dev/null +++ b/logincr @@ -0,0 +1 @@ +first login From 2c5bcca4971cb64ef1c250d6b4aaa519fa103504 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Mon, 8 Apr 2024 22:35:18 +0530 Subject: [PATCH 063/108] update logincr --- logincr | 1 + 1 file changed, 1 insertion(+) diff --git a/logincr b/logincr index a9fc0dca03..5ff825ce63 100644 --- a/logincr +++ b/logincr @@ -1 +1,2 @@ first login +create new or second user login ###########bala############## From 4c94568ce11ad7e6f37cbfceb6f49df6351a0b37 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:41:24 +0530 Subject: [PATCH 064/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index bac1ecce00..f4369d1ade 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-2.4

+

welcome to the jenkins-108

From 1bc0e55e12d0e6bded1d470368bcebf514dbbe56 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:45:26 +0530 Subject: [PATCH 065/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f4369d1ade..f26e250d62 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-108

+

welcome to the jenkins-109

From f2937fd82c61f5f0db804275553e6cf87c0b0e29 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:49:53 +0530 Subject: [PATCH 066/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f26e250d62..f4dfa31492 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-109

+

welcome to the jenkins-119

From f88fe106de0a592a755760fb0b53c7fb8d447b43 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:51:18 +0530 Subject: [PATCH 067/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f4dfa31492..eadca67291 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-119

+

welcome to the jenkins-19

From 0165322b8fac4c0cc9c853c811155fed9c42c688 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:00:29 +0530 Subject: [PATCH 068/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index eadca67291..46077addc0 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-19

+

welcome to the jenkins-20

From 84071bb865e904cd8157f962794fa366e13e6882 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:05:34 +0530 Subject: [PATCH 069/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 46077addc0..b0afa39265 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-20

+

welcome to the jenkins-22

From 3225044d9aedad8d92dfd190a21312e1ed6347b1 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:08:06 +0530 Subject: [PATCH 070/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index b0afa39265..d9c92c17fd 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-22

+

welcome to the jenkins-25

From 41757bb12989bba537cd65eb57e232a1c2eb0517 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:52:40 +0530 Subject: [PATCH 071/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index d9c92c17fd..a97fec8978 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to the jenkins-25

+

automation project one-1

From 0dc8beb020853ddf00ff6abcecbee4cea0137adc Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:58:08 +0530 Subject: [PATCH 072/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index a97fec8978..5c54372678 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

automation project one-1

+

welcome to github-webhook-1

From 4ef81aa6960d7dd98d310534c94630a012334f8a Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:43:57 +0530 Subject: [PATCH 073/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a2cd8aa7b..fff964f55d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ nexusRepo - http://3.110.51.47:8081/repository/sample-releases// + http://18.204.15.155:8081/repository/sample-releases/ From c0c4ca7f02d74ded8dab24c7cdbdef47898a680d Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:42:13 +0530 Subject: [PATCH 074/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fff964f55d..f9f1b2601a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ nexusRepo - http://18.204.15.155:8081/repository/sample-releases/ + http://34.207.154.5:8081/repository/sample-releases/ From ef04474bb5b42a94b40696984cd1d0ef1d826f39 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:03:50 +0530 Subject: [PATCH 075/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f9f1b2601a..73b1fbe64d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ nexusRepo - http://34.207.154.5:8081/repository/sample-releases/ + http://100.26.216.19:8081/repository/sample-releases/ From 6db0a599161f545e7b22d97c26b4db4e10215fd7 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 1 May 2024 16:32:59 +0530 Subject: [PATCH 076/108] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 73b1fbe64d..962f452508 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ nexusRepo - http://3.110.51.47:8081/repository/sample-snapshots/ + http://52.91.122.161:8081/repository/sample-snapshot/ nexusRepo - http://100.26.216.19:8081/repository/sample-releases/ + http://52.91.122.161:8081/repository/sample-releases/ From ee7bb72667ea2e7f123be1c77a9372cb8343b3f0 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Thu, 2 May 2024 23:38:07 +0530 Subject: [PATCH 077/108] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 962f452508..8f75c7dd1f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ nexusRepo - http://52.91.122.161:8081/repository/sample-releases/ + http://3.85.196.201:8081/repository/sample-releases/ From 4c534d0c1c12e91477198089b6db6bb617887046 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:23:43 +0530 Subject: [PATCH 078/108] Create crate a file --- crate a file | 1 + 1 file changed, 1 insertion(+) create mode 100644 crate a file diff --git a/crate a file b/crate a file new file mode 100644 index 0000000000..1ff796745c --- /dev/null +++ b/crate a file @@ -0,0 +1 @@ +this is krishna new to linux From b196505fea19d45f8acdd8fa48c0446c811aff99 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Tue, 17 Sep 2024 08:24:25 +0530 Subject: [PATCH 079/108] loginpage change --- rk1234 | 0 rk12345 | 0 rk123456 | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 rk1234 create mode 100644 rk12345 create mode 100644 rk123456 diff --git a/rk1234 b/rk1234 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/rk12345 b/rk12345 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/rk123456 b/rk123456 new file mode 100644 index 0000000000..e69de29bb2 From 4fea2666858896a3b7d5e8c360b2b0259990e6b2 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:20:56 +0530 Subject: [PATCH 080/108] Delete jjjjjj --- jjjjjj | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 jjjjjj diff --git a/jjjjjj b/jjjjjj deleted file mode 100644 index e69de29bb2..0000000000 From 54316ed1e1d962108cb968a3b325e960b0f9a9bd Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:22:03 +0530 Subject: [PATCH 081/108] Delete sss --- sss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 sss diff --git a/sss b/sss deleted file mode 100644 index e69de29bb2..0000000000 From 3e139a2e5de9a82752072a04b72cce4bfef6f8c5 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:34:59 +0530 Subject: [PATCH 082/108] Removed multiple files --- pp | 1 - ppp | 1 - pppppppppp | 1 - preprod | 6 ------ 4 files changed, 9 deletions(-) delete mode 100644 pp delete mode 100644 ppp delete mode 100644 pppppppppp delete mode 100644 preprod diff --git a/pp b/pp deleted file mode 100644 index 7e5c323a98..0000000000 --- a/pp +++ /dev/null @@ -1 +0,0 @@ -jekins \ No newline at end of file diff --git a/ppp b/ppp deleted file mode 100644 index 41597b5659..0000000000 --- a/ppp +++ /dev/null @@ -1 +0,0 @@ -jenkins \ No newline at end of file diff --git a/pppppppppp b/pppppppppp deleted file mode 100644 index b07be8d0e7..0000000000 --- a/pppppppppp +++ /dev/null @@ -1 +0,0 @@ -hari \ No newline at end of file diff --git a/preprod b/preprod deleted file mode 100644 index 8bbbeb2580..0000000000 --- a/preprod +++ /dev/null @@ -1,6 +0,0 @@ -linux -git github -maven -jenkins -docker -kubernetes From 5cb01ea0f667b771b114bfc2137816985e69a2dc Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:38:15 +0530 Subject: [PATCH 083/108] rem --- file1 | 1 - file2 | 1 - file3 | 1 - five | 0 five123 | 0 five456 | 12 ------------ 6 files changed, 15 deletions(-) delete mode 100644 file1 delete mode 100644 file2 delete mode 100644 file3 delete mode 100644 five delete mode 100644 five123 delete mode 100644 five456 diff --git a/file1 b/file1 deleted file mode 100644 index 32f95c0d12..0000000000 --- a/file1 +++ /dev/null @@ -1 +0,0 @@ -hi \ No newline at end of file diff --git a/file2 b/file2 deleted file mode 100644 index 6320cd248d..0000000000 --- a/file2 +++ /dev/null @@ -1 +0,0 @@ -data \ No newline at end of file diff --git a/file3 b/file3 deleted file mode 100644 index dcdd4815d3..0000000000 --- a/file3 +++ /dev/null @@ -1 +0,0 @@ -sync \ No newline at end of file diff --git a/five b/five deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/five123 b/five123 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/five456 b/five456 deleted file mode 100644 index 791c0115ae..0000000000 --- a/five456 +++ /dev/null @@ -1,12 +0,0 @@ -<<<<<<< Updated upstream -hfjyfjhyfjk -kjyfkjhgyf -kyfkjyfghj -kuyfgkjyguy -jhrtdgdhjht -kjfyuyhf -======= -jkhgvj,gvbjyhvb -rtshr -satryr5tsy ->>>>>>> Stashed changes From c03e40a447405c1947bd76bee31be8bb7e7944bd Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:39:27 +0530 Subject: [PATCH 084/108] Removed multiple files --- rk1234 | 0 rk12345 | 0 rk123456 | 0 rrr | 0 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 rk1234 delete mode 100644 rk12345 delete mode 100644 rk123456 delete mode 100644 rrr diff --git a/rk1234 b/rk1234 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/rk12345 b/rk12345 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/rk123456 b/rk123456 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/rrr b/rrr deleted file mode 100644 index e69de29bb2..0000000000 From 9bd79f9b0a3bbd1709698b59922be7abea592353 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:40:18 +0530 Subject: [PATCH 085/108] Removed multiple files --- bala1234 | 0 bala3 | 1 - balafour | 1 - bhavani | 1 - 4 files changed, 3 deletions(-) delete mode 100644 bala1234 delete mode 100644 bala3 delete mode 100644 balafour delete mode 100644 bhavani diff --git a/bala1234 b/bala1234 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/bala3 b/bala3 deleted file mode 100644 index f505d1192d..0000000000 --- a/bala3 +++ /dev/null @@ -1 +0,0 @@ -datanames sync \ No newline at end of file diff --git a/balafour b/balafour deleted file mode 100644 index 04fbb0958e..0000000000 --- a/balafour +++ /dev/null @@ -1 +0,0 @@ -dataname \ No newline at end of file diff --git a/bhavani b/bhavani deleted file mode 100644 index de8a7e28ac..0000000000 --- a/bhavani +++ /dev/null @@ -1 +0,0 @@ -she is new to cloud and automation From a8460059e9d5b2e823c066c41310b83cbf927749 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:43:49 +0530 Subject: [PATCH 086/108] rem --- qqq | 1 - sateesh | 9 --------- touch | 2 -- touch-merge | 4 ---- touch1 | 2 -- 5 files changed, 18 deletions(-) delete mode 100644 qqq delete mode 100644 sateesh delete mode 100644 touch delete mode 100644 touch-merge delete mode 100644 touch1 diff --git a/qqq b/qqq deleted file mode 100644 index 14f1063dda..0000000000 --- a/qqq +++ /dev/null @@ -1 +0,0 @@ -i am new to branch diff --git a/sateesh b/sateesh deleted file mode 100644 index 3c3db36c75..0000000000 --- a/sateesh +++ /dev/null @@ -1,9 +0,0 @@ -one -two -three -four -five -six -seven -eight -nine diff --git a/touch b/touch deleted file mode 100644 index fc61b9a2a4..0000000000 --- a/touch +++ /dev/null @@ -1,2 +0,0 @@ -jenkins -docker diff --git a/touch-merge b/touch-merge deleted file mode 100644 index 2f4fe388e8..0000000000 --- a/touch-merge +++ /dev/null @@ -1,4 +0,0 @@ -nexuns -jenkins -sonar -dockre diff --git a/touch1 b/touch1 deleted file mode 100644 index 3bb458b46c..0000000000 --- a/touch1 +++ /dev/null @@ -1,2 +0,0 @@ -nexus -sonar From d4670a4e1ab382221e75a80436390a587a822024 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:44:53 +0530 Subject: [PATCH 087/108] rem --- list | 14 -------------- listof | 0 2 files changed, 14 deletions(-) delete mode 100644 list delete mode 100644 listof diff --git a/list b/list deleted file mode 100644 index d2dc3ea149..0000000000 --- a/list +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - -[3~ - - - - -[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~[3~hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh \ No newline at end of file diff --git a/listof b/listof deleted file mode 100644 index e69de29bb2..0000000000 From ecd99f48c046f3c8bab991e00333184e693a3776 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:47:19 +0530 Subject: [PATCH 088/108] r --- sbigoldloan | 0 sbihomeloan | 0 sbiib | 0 sbipl1.0 | 0 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 sbigoldloan delete mode 100644 sbihomeloan delete mode 100644 sbiib delete mode 100644 sbipl1.0 diff --git a/sbigoldloan b/sbigoldloan deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/sbihomeloan b/sbihomeloan deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/sbiib b/sbiib deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/sbipl1.0 b/sbipl1.0 deleted file mode 100644 index e69de29bb2..0000000000 From 450338929d1f06b02bb591f31b45c9f2b930daba Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:48:08 +0530 Subject: [PATCH 089/108] r --- new1bala | 0 newbala | 0 oooo | 8 -------- 3 files changed, 8 deletions(-) delete mode 100644 new1bala delete mode 100644 newbala delete mode 100644 oooo diff --git a/new1bala b/new1bala deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/newbala b/newbala deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/oooo b/oooo deleted file mode 100644 index a6081b1316..0000000000 --- a/oooo +++ /dev/null @@ -1,8 +0,0 @@ -jenkins -update -to git -sonar -nexus -docker -test -dev From 0860674c772c36ff4a7f0ed2ce1fe90e87403bfa Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:50:43 +0530 Subject: [PATCH 090/108] r --- apple | 0 crate a file | 1 - dddddddddddd | 1 - hdfc1.0 | 0 hhhhh | 0 nextmethod | 0 touchmerge1 | 4 ---- 7 files changed, 6 deletions(-) delete mode 100644 apple delete mode 100644 crate a file delete mode 100644 dddddddddddd delete mode 100644 hdfc1.0 delete mode 100644 hhhhh delete mode 100644 nextmethod delete mode 100644 touchmerge1 diff --git a/apple b/apple deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/crate a file b/crate a file deleted file mode 100644 index 1ff796745c..0000000000 --- a/crate a file +++ /dev/null @@ -1 +0,0 @@ -this is krishna new to linux diff --git a/dddddddddddd b/dddddddddddd deleted file mode 100644 index b7a5ef5e6e..0000000000 --- a/dddddddddddd +++ /dev/null @@ -1 +0,0 @@ -dddddddddddd diff --git a/hdfc1.0 b/hdfc1.0 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/hhhhh b/hhhhh deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/nextmethod b/nextmethod deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/touchmerge1 b/touchmerge1 deleted file mode 100644 index c1fc45faad..0000000000 --- a/touchmerge1 +++ /dev/null @@ -1,4 +0,0 @@ -jenkinks -docker -sonar -kube From dacaf6bda20901e14dab5c19ea387b4df07a2321 Mon Sep 17 00:00:00 2001 From: krishnaobbu Date: Wed, 18 Sep 2024 16:55:18 +0530 Subject: [PATCH 091/108] r --- f2 | 1 - jenkins | 1 - jenkinsssssssssssss | 1 - madan | 1 - mani | 1 - venu | 2 -- 6 files changed, 7 deletions(-) delete mode 100644 f2 delete mode 100644 jenkins delete mode 100644 jenkinsssssssssssss delete mode 100644 madan delete mode 100644 mani delete mode 100644 venu diff --git a/f2 b/f2 deleted file mode 100644 index aa51c0afd7..0000000000 --- a/f2 +++ /dev/null @@ -1 +0,0 @@ -bcuhbbcijbiocj diff --git a/jenkins b/jenkins deleted file mode 100644 index a9eea27339..0000000000 --- a/jenkins +++ /dev/null @@ -1 +0,0 @@ -i am new to this branch \ No newline at end of file diff --git a/jenkinsssssssssssss b/jenkinsssssssssssss deleted file mode 100644 index f3e86835b0..0000000000 --- a/jenkinsssssssssssss +++ /dev/null @@ -1 +0,0 @@ -hhhh diff --git a/madan b/madan deleted file mode 100644 index 211ade27b6..0000000000 --- a/madan +++ /dev/null @@ -1 +0,0 @@ -he is new cloud and automation diff --git a/mani b/mani deleted file mode 100644 index 449c195936..0000000000 --- a/mani +++ /dev/null @@ -1 +0,0 @@ -He is new to pull request diff --git a/venu b/venu deleted file mode 100644 index aa9d66f2a2..0000000000 --- a/venu +++ /dev/null @@ -1,2 +0,0 @@ -He is also new to git and github -jenkins and sonar From 0608550d3af45f49b6d604bf2c773d53280781c6 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:11:26 +0530 Subject: [PATCH 092/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 5c54372678..ba2f51643d 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-1

+

welcome to github-webhook-12

From b0ff8533fb95470863069978f411e0c37a3dff2e Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:12:46 +0530 Subject: [PATCH 093/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index ba2f51643d..444c730409 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-12

+

welcome to github-webhook-12

From cb28e3cc09129b57af3f41f056774e220b7f87f3 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:22:32 +0530 Subject: [PATCH 094/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 444c730409..7ffe84749e 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-12

+

welcome to github-webhook-120

From 2ba4cc96b4f4c1288b3f1380c620c476cc78323d Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:24:18 +0530 Subject: [PATCH 095/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 7ffe84749e..cf36f9d4e4 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-120

+

welcome to github-webhook-125

From 13a55e618b83d3c0d105cfed19a141d0e72240bf Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:15:20 +0530 Subject: [PATCH 096/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index cf36f9d4e4..c089bddc7d 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-125

+

welcome to github-webhook-10

From 4cedec0af4cf3ebf735cf8d9d1205d5fbd83c7de Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:24:00 +0530 Subject: [PATCH 097/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index c089bddc7d..97ee844663 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-10

+

welcome to github-webhook-140

From 32da2ba5d426177b60622c05346e695ff53d2fbc Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:27:02 +0530 Subject: [PATCH 098/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 97ee844663..16b9a28ae4 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-140

+

welcome to github-webhook-140

From 5a1e633ab83c7327f96bd2ad34f480ff823d5e65 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:57:46 +0530 Subject: [PATCH 099/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 16b9a28ae4..6783d42473 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-webhook-140

+

welcome to github-jenkinspipeline

From 3b784ba871ac55ffc2e385d9acd59aaf32b1aa2d Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:37:56 +0530 Subject: [PATCH 100/108] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8f75c7dd1f..b5d3b00088 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ nexusRepo - http://52.91.122.161:8081/repository/sample-snapshot/ + http://44.204.54.2:8081/repository/sample-snapshot/ nexusRepo - http://3.85.196.201:8081/repository/sample-releases/ + http://44.204.54.2:8081/repository/sample-release/ From 138419266c31d658dbe45b5e48c3b1a7dc566b30 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:03:02 +0530 Subject: [PATCH 101/108] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b5d3b00088..0f804e0d05 100644 --- a/pom.xml +++ b/pom.xml @@ -28,12 +28,12 @@ nexusRepo - http://44.204.54.2:8081/repository/sample-snapshot/ + http://44.204.229.166:8081/repository/sample-snapshot/ nexusRepo - http://44.204.54.2:8081/repository/sample-release/ + http://44.204.229.166:8081/repository/sample-release/ From 36b10b7b9bcbdbc1ffcf2d506e67a958a51bd16b Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:15:39 +0530 Subject: [PATCH 102/108] Update deployments.yml --- deployments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments.yml b/deployments.yml index 91a67a7d63..871454fa4b 100644 --- a/deployments.yml +++ b/deployments.yml @@ -16,6 +16,6 @@ spec: spec: containers: - name: myweb - image: kammana/myweb:"$(version)" + image: krishnaobbu/hari1:v1 ports: - containerPort: 8080 From ecebba923c721accf6a2838367c52dbad9ea1e93 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:10:58 +0530 Subject: [PATCH 103/108] Update deployments.yml --- deployments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments.yml b/deployments.yml index 871454fa4b..91a67a7d63 100644 --- a/deployments.yml +++ b/deployments.yml @@ -16,6 +16,6 @@ spec: spec: containers: - name: myweb - image: krishnaobbu/hari1:v1 + image: kammana/myweb:"$(version)" ports: - containerPort: 8080 From 6bd86a8b85f63175f8d4f64c5a31f95508771649 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:13:51 +0530 Subject: [PATCH 104/108] Update springBoot.yml --- springBoot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springBoot.yml b/springBoot.yml index 8eec0608d5..0265c923de 100644 --- a/springBoot.yml +++ b/springBoot.yml @@ -13,7 +13,7 @@ spec: app: springboot spec: containers: - - image: deepikac2021/spring-boot-mongo + - image: krishnaobbu/spring-boot-mongo name: springboot ports: - containerPort: 8080 From 465b7d66f3560b98306fcea6d21b914b7cf27c83 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:54:00 +0530 Subject: [PATCH 105/108] Update Dockerfile --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 720df6b3d7..7b1540a4aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM tomcat:8.0.20-jre8 +FROM tomcat:9.0 # Dummy text to test -COPY target/myweb*.war /usr/local/tomcat/webapps/myweb.war - +COPY target/myweb*.war /usr/local/tomcat/webapps/ +CMD ["catalina.sh","run"] +EXPOSE 8080 From ec19aadedc9032948b89f79ab6b507fb7458f8ba Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:01:49 +0530 Subject: [PATCH 106/108] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6783d42473..0f67e3b5ac 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

welcome to github-jenkinspipeline

+

welcome to docker version 1

From 675a285942735aae624ec647ff52360857009c6c Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:42:39 +0530 Subject: [PATCH 107/108] Update deployments.yml --- deployments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments.yml b/deployments.yml index 91a67a7d63..457900e901 100644 --- a/deployments.yml +++ b/deployments.yml @@ -5,7 +5,7 @@ metadata: labels: app: myweb spec: - replicas: 6 + replicas: 3 selector: matchLabels: app: myweb @@ -16,6 +16,6 @@ spec: spec: containers: - name: myweb - image: kammana/myweb:"$(version)" + image: krishnaobbu/springboot:3 ports: - containerPort: 8080 From b11210c7d8fee7360dd6d887676d9abe122399e3 Mon Sep 17 00:00:00 2001 From: krishnaobbu <105402399+krishnaobbu@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:45:55 +0530 Subject: [PATCH 108/108] Create service.yml --- service.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 service.yml diff --git a/service.yml b/service.yml new file mode 100644 index 0000000000..0bfaf6f52e --- /dev/null +++ b/service.yml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: springboot +spec: + type: NodePort + ports: + - port: 8080 + targetPort: 8080 + selector: + app: myweb