From 0be14cfd221fdaf0afa657df17f6f3a8617b9925 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:37:34 +0530 Subject: [PATCH 1/8] Create jenkins file Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- jenkins file | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jenkins file diff --git a/jenkins file b/jenkins file new file mode 100644 index 000000000..a7936625d --- /dev/null +++ b/jenkins file @@ -0,0 +1,14 @@ +pipeline { + agent any + + stages { + stage('git') { + } + stage('build') { + } + stage('install') { + } + stage ('deploy') { + } + } + } From f8e2dc9df61a10e60dd0ed1ddbfb4989f54369d1 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:12:41 +0530 Subject: [PATCH 2/8] Create Jenkins file Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkins file | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Jenkins file diff --git a/Jenkins file b/Jenkins file new file mode 100644 index 000000000..a7936625d --- /dev/null +++ b/Jenkins file @@ -0,0 +1,14 @@ +pipeline { + agent any + + stages { + stage('git') { + } + stage('build') { + } + stage('install') { + } + stage ('deploy') { + } + } + } From 22e78714537899311d1f6acc0186ec68b372460d Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:19:34 +0530 Subject: [PATCH 3/8] Update jenkins file Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- jenkins file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins file b/jenkins file index a7936625d..1b46cdaa5 100644 --- a/jenkins file +++ b/jenkins file @@ -6,7 +6,7 @@ pipeline { } stage('build') { } - stage('install') { + stage('test') { } stage ('deploy') { } From f91ae913423a80654726067f678ecddac3a4bb52 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:20:44 +0530 Subject: [PATCH 4/8] Update Jenkins file Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkins file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins file b/Jenkins file index a7936625d..4aa01b62c 100644 --- a/Jenkins file +++ b/Jenkins file @@ -8,7 +8,7 @@ pipeline { } stage('install') { } - stage ('deploy') { + stage('deploy') { } } } From 9123a1b6798485118b194d85307a5dab10b93689 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:23:13 +0530 Subject: [PATCH 5/8] Update and rename Jenkins file to Jenkinsfile Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkins file => Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Jenkins file => Jenkinsfile (86%) diff --git a/Jenkins file b/Jenkinsfile similarity index 86% rename from Jenkins file rename to Jenkinsfile index 4aa01b62c..6b954c67e 100644 --- a/Jenkins file +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { } stage('build') { } - stage('install') { + stage('test') { } stage('deploy') { } From acc7a1d6c523e54ed73cf1db8b9a2e9e38185215 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:30:42 +0530 Subject: [PATCH 6/8] Update Jenkinsfile Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6b954c67e..1815f0a2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,12 +3,20 @@ pipeline { stages { stage('git') { + steps { + } } stage('build') { + steps { + } } stage('test') { + steps { + } } stage('deploy') { + steps { + } } } } From a81c615514d7ab225a74b15498e807e2365e2bcf Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:37:55 +0530 Subject: [PATCH 7/8] Update Jenkinsfile Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1815f0a2d..776862b7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { stages { stage('git') { steps { + git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git' } } stage('build') { From f80de4a53243c4483774801b29bb1a2887be5bfd Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:44:32 +0530 Subject: [PATCH 8/8] Update Jenkinsfile Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkinsfile | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 776862b7f..b9822500b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,22 +2,20 @@ pipeline { agent any stages { - stage('git') { + stage('Build') { steps { - git branch: '', url: 'https://github.com/Ramesh05/spring-petclinic.git' + echo 'Building..' } } - stage('build') { + stage('Test') { steps { + echo 'Testing..' } } - stage('test') { + stage('Deploy') { steps { - } - } - stage('deploy') { - steps { - } - } + echo 'Deploying....' + } } } +}