credit for gitea .. again

This commit is contained in:
Artur Kuś 2025-09-04 11:39:14 +02:00
parent e5529f5498
commit 52b5e51c72
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def projects = [
]
def git_take(projects, git_remote) {
withCredentials([usernamePassword(credentialsId: 'gitea-creds', usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) {
withCredentials([usernamePassword(credentialsId: 'c3c1f5bf-8f6e-4686-b26c-3f419ef7973e', usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) {
projects.each { project ->
if (fileExists(project)) {
dir(project) {