From 50b9a4a0eb4e92c95e41b9505467aac84615ed44 Mon Sep 17 00:00:00 2001 From: Hariprasad <93218018+9948180189@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:01:32 +0530 Subject: [PATCH 1/2] Update Jenkinsfile-sonar-nexus --- Jenkinsfile-sonar-nexus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-sonar-nexus b/Jenkinsfile-sonar-nexus index c970ddcc..3974dd75 100644 --- a/Jenkinsfile-sonar-nexus +++ b/Jenkinsfile-sonar-nexus @@ -25,7 +25,7 @@ pipeline { stage('Build Artifact AND PUSHING TO NEXUS') { steps { echo 'Build Artifact with maven build tool' - sh 'mvn clean deploy' + sh 'mvn clean deployy' } } From 2f9bc158333d5476e0fa3d2b12c95ea85b3edbec Mon Sep 17 00:00:00 2001 From: Hariprasad <93218018+9948180189@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:01:53 +0530 Subject: [PATCH 2/2] Update Jenkinsfile-sonar-nexus --- Jenkinsfile-sonar-nexus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-sonar-nexus b/Jenkinsfile-sonar-nexus index 3974dd75..c970ddcc 100644 --- a/Jenkinsfile-sonar-nexus +++ b/Jenkinsfile-sonar-nexus @@ -25,7 +25,7 @@ pipeline { stage('Build Artifact AND PUSHING TO NEXUS') { steps { echo 'Build Artifact with maven build tool' - sh 'mvn clean deployy' + sh 'mvn clean deploy' } }