3
0

add step to push to gitea

This commit is contained in:
Arne Teuke
2025-11-26 20:06:07 +01:00
parent 85256cb016
commit 792b7e9648
2 changed files with 1 additions and 34 deletions

1
Jenkinsfile vendored
View File

@@ -103,6 +103,7 @@ pipeline {
}
stage('Mirror to Gitea') {
when { branch 'master' }
steps {
withCredentials([usernamePassword(
credentialsId: 'Jenkins-gitea',