From ef3b9e882ca5db082dc6343f615e665826df2cc2 Mon Sep 17 00:00:00 2001 From: seshi7 Date: Tue, 19 May 2020 16:46:54 +0000 Subject: [PATCH] updated --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 753d62888..7ba6db570 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent {label 'MASTER'} stages { - stage('Source'){ + stage('scm'){ steps { git 'https://github.com/seshi7/spring-petclinic.git' }