diff --git a/Jenkinsfile b/Jenkinsfile index 4b22d9e..c82755f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,8 +33,8 @@ pipeline { inventory: 'inventory/hosts', credentialsId: 'tools-deploy-key', extraVars: [ - login: 'netadm', - ]) + login: 'netadm' + ] ) } }