Remove extra bracket

This commit is contained in:
2023-03-18 04:46:39 +01:00
parent 981760eea4
commit 9be91def69

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'
]) ]
) )
} }
} }