diff --git a/Jenkinsfile b/Jenkinsfile index 84a3a0bf2..2ec68ebdc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -node('centos_host'){ +node('jenkins'){ stage('scm'){ git 'https://github.com/ametgud4u/spring-petclinic.git' }