OP#618 add ssh-agent to last stage

This commit is contained in:
2026-06-13 14:45:03 +02:00
parent 9cda55f30e
commit 7c3808aa16

2
Jenkinsfile vendored
View File

@@ -97,6 +97,7 @@ pipeline {
}
stage('Mirror to Gitea') {
steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
withCredentials([usernamePassword(
credentialsId: 'Jenkins-gitea',
usernameVariable: 'GITEA_USER',
@@ -120,4 +121,5 @@ pipeline {
}
}
}
}
}