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 9be91def69 - Show all commits

4
Jenkinsfile vendored
View File

@@ -33,8 +33,8 @@ pipeline {
inventory: 'inventory/hosts', inventory: 'inventory/hosts',
credentialsId: 'tools-deploy-key', credentialsId: 'tools-deploy-key',
extraVars: [ extraVars: [
login: 'netadm', login: 'netadm'
]) ]
) )
} }
} }