Merge build 40 into master

This commit is contained in:
Jenkins Server
2026-06-13 14:57:44 +02:00

2
Jenkinsfile vendored
View File

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