Jenkins pipeline #123

Merged
bartosz merged 17 commits from bartosz/feature/pipeline into master 2023-03-18 08:31:14 +01:00
Showing only changes of commit d7e345a948 - Show all commits

5
Jenkinsfile vendored
View File

@@ -28,6 +28,11 @@ pipeline {
pwd
ls
'''
ansiblePlaybook(
playbook: 'TOOLS.yml',
inventory: 'inventory/hosts',
credentialsId: 'tools-deploy-key'
)
}
}
}