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 76ce9ced2d - Show all commits

3
Jenkinsfile vendored
View File

@@ -32,6 +32,9 @@ pipeline {
playbook: 'TOOLS.yml',
inventory: 'inventory/hosts',
credentialsId: 'tools-deploy-key'
extraVars: [
login: 'netadm',
])
)
}
}