From 036b69166bf5962245493971e2064fb4c8687100 Mon Sep 17 00:00:00 2001 From: sd2899 <34939012+sd2899@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:51:58 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a0915b..508ab4d6 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Sample Java Applicaiton V3.6 +Sample Java Applicaiton V3.7 From 62ed07f22ee66f50ef5a39e3c5d588607fded1a3 Mon Sep 17 00:00:00 2001 From: sd2899 <34939012+sd2899@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:07:32 +0530 Subject: [PATCH 2/5] Update Jenkinsfile-CI --- jenkins/Jenkinsfile-CI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile-CI b/jenkins/Jenkinsfile-CI index b8cb888e..51b6e049 100644 --- a/jenkins/Jenkinsfile-CI +++ b/jenkins/Jenkinsfile-CI @@ -4,7 +4,7 @@ pipeline { stage('compile') { steps { echo 'compiling..' - git url: 'https://github.com/lerndevops/samplejavaapp' + git url: 'https://github.com/sd2899/samplejavaapp.git' sh script: '/opt/maven/bin/mvn compile' } } From dd99fcc8bb146d0e1947cba252bfc96f4bb8a22a Mon Sep 17 00:00:00 2001 From: sd2899 <34939012+sd2899@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:11:31 +0530 Subject: [PATCH 3/5] Update Jenkinsfile-CI --- jenkins/Jenkinsfile-CI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile-CI b/jenkins/Jenkinsfile-CI index 51b6e049..f454e127 100644 --- a/jenkins/Jenkinsfile-CI +++ b/jenkins/Jenkinsfile-CI @@ -3,7 +3,7 @@ pipeline { stages { stage('compile') { steps { - echo 'compiling..' + echo 'compiling...' git url: 'https://github.com/sd2899/samplejavaapp.git' sh script: '/opt/maven/bin/mvn compile' } From 48209a46e0dc9b4347adb69c702081f1236561f9 Mon Sep 17 00:00:00 2001 From: sd2899 <34939012+sd2899@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:12:41 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508ab4d6..63a0915b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Sample Java Applicaiton V3.7 +Sample Java Applicaiton V3.6 From 6ea5dec3adee2c68b8f5012cdb7d026d7c95c0ef Mon Sep 17 00:00:00 2001 From: sd2899 <34939012+sd2899@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:14:44 +0530 Subject: [PATCH 5/5] Update Jenkinsfile-CI --- jenkins/Jenkinsfile-CI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile-CI b/jenkins/Jenkinsfile-CI index f454e127..7688bc2e 100644 --- a/jenkins/Jenkinsfile-CI +++ b/jenkins/Jenkinsfile-CI @@ -3,7 +3,7 @@ pipeline { stages { stage('compile') { steps { - echo 'compiling...' + echo 'compiling.....' git url: 'https://github.com/sd2899/samplejavaapp.git' sh script: '/opt/maven/bin/mvn compile' }