Skip to content

Commit

Permalink
feat: Create Jenkins script file
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 23, 2022
1 parent fc4a651 commit ebf8d39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pipeline {
agent any
stages {
stage(" execute Ansible") {
steps {
ansiblePlaybook (
installation: 'ansible',
inventory: '',
playbook: '/home/ubuntu/ansible-playbook/ansible.yml'
)
}
}
}
}

0 comments on commit ebf8d39

Please sign in to comment.