Clean up credentials

This commit is contained in:
2023-03-18 04:56:03 +01:00
parent 9be91def69
commit af86f911f0

7
Jenkinsfile vendored
View File

@@ -18,7 +18,7 @@ pipeline {
$class: 'GitSCM',
branches: [[name: 'master']],
extensions: [],
userRemoteConfigs: [[credentialsId: 'tools-deploy-key', url: '_gitea@gitea.release11.com:R11/release11-tools.git']]
userRemoteConfigs: [[credentialsId: 'tools-deploy-key-gitea', url: '_gitea@gitea.release11.com:R11/release11-tools.git']]
])
}
}
@@ -31,10 +31,7 @@ pipeline {
ansiblePlaybook(
playbook: 'TOOLS.yml',
inventory: 'inventory/hosts',
credentialsId: 'tools-deploy-key',
extraVars: [
login: 'netadm'
]
credentialsId: 'tools-deploy-key-netadm'
)
}
}