diff --git a/Jenkinsfile b/Jenkinsfile index 8e0284a34..c61f2ef7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,6 +56,7 @@ pipeline { } } stage('deploy') { + agent any steps { sh 'ansible -i ./ansible/hosts -m ping all' sh 'ansible-playbook -i ./ansible/hosts ./ansible/spc.yaml'