diff --git a/Jenkinsfile b/Jenkinsfile index f2f3221ac..fdf1825f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -node('centos_hosts'){ +node('centos_host'){ stage('scm'){ git 'https://github.com/ametgud4u/spring-petclinic.git' }