From 3d00af8c5a21a13a16f7d18af0fc1b43fb535b77 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 10 Mar 2023 16:17:54 +0530 Subject: [PATCH] Added the new connectin --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9bb840998..2ce9a18a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,11 +4,11 @@ pipeline { stages { stage( 'version control sysytem') { steps { - git url: 'https://github.com/spring-projects/spring-petclinic.git', - branch: 'main' + git url: 'https://github.com/spring-projects/spring-petclinic.git', + branch: 'main' } } - stage ('package') { + stage('package') { steps { sh 'mvn package' } @@ -18,7 +18,7 @@ pipeline { sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH" && mvn package' } } - stage ('Artifactory configuration') { + stage('Artifactory configuration') { steps { rtServer ( id: "ARTIFACTORY_SERVER",