Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-03-16 15:08:10 +05:30 committed by GitHub
parent 2e5efdc4b6
commit b4a8eaa0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
Jenkinsfile vendored
View file

@ -15,3 +15,13 @@ pipeline{
steps {
sh 'mvn package'
}
}
stage ('deployment') {
steps {
sh 'ansible-playbook -i /home/ansible/inventory.yml '
}
}
}
}