From 72b32d2c076771769db12dcfcfff2c0cf89f5d8c Mon Sep 17 00:00:00 2001 From: Sohail Date: Wed, 8 Mar 2023 16:35:21 +0530 Subject: [PATCH] added comma --- Jenkinsfile1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile1 b/Jenkinsfile1 index edcb510f5..dc329d8db 100644 --- a/Jenkinsfile1 +++ b/Jenkinsfile1 @@ -9,14 +9,13 @@ pipeline { steps{ git url: 'https://github.com/shaiksohail11/spring-petclinic.git', branch: 'main' - } } } stage('build') { steps{ - sh 'mvn package' + sh "mvn package" } }