diff --git a/Jenkinsfile b/Jenkinsfile index e43a4b298..dcf3f5055 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline{ stage ('deployment') { steps { - sh 'ansible-playbook -i /home/ansible/inventory.yml ' + sh 'ansible-playbook -i /home/ansible/inventory.yml springpet.yml ' } } }