From 70c67d9356462b645027cb6b7e74d7d48ada17f2 Mon Sep 17 00:00:00 2001 From: Madhuri-chinta <2509.sweety@gmail.com> Date: Tue, 14 Mar 2023 22:40:47 +0530 Subject: [PATCH] added changes --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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'