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' }