added changes

This commit is contained in:
Madhuri-chinta 2023-03-14 21:51:34 +05:30
parent a7d61bb1a0
commit b4f4d6c767
2 changed files with 6 additions and 0 deletions

5
Jenkinsfile vendored
View file

@ -54,6 +54,11 @@ pipeline {
onlyIfSuccessful: true
junit testResults: '**/surefire-reports/TEST-*.xml'
}
}
stage('deploy') {
steps {
sh ansible
}
}
}
}

1
ansible/hosts Normal file
View file

@ -0,0 +1 @@
172.31.15.26