From b4f4d6c767bc0d7898ab692bb285158d5a13cfe6 Mon Sep 17 00:00:00 2001 From: Madhuri-chinta <2509.sweety@gmail.com> Date: Tue, 14 Mar 2023 21:51:34 +0530 Subject: [PATCH] added changes --- Jenkinsfile | 5 +++++ ansible/hosts | 1 + 2 files changed, 6 insertions(+) create mode 100644 ansible/hosts diff --git a/Jenkinsfile b/Jenkinsfile index 51e92b5bf..14dfea9e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,6 +54,11 @@ pipeline { onlyIfSuccessful: true junit testResults: '**/surefire-reports/TEST-*.xml' } + } + stage('deploy') { + steps { + sh ansible + } } } } diff --git a/ansible/hosts b/ansible/hosts new file mode 100644 index 000000000..2ab7e044c --- /dev/null +++ b/ansible/hosts @@ -0,0 +1 @@ +172.31.15.26 \ No newline at end of file