3
0

OP#200 add gitea step and push over

This commit is contained in:
2025-12-04 19:43:07 +01:00
parent bf4a6cccd9
commit 363f546191

2
Jenkinsfile vendored
View File

@@ -96,6 +96,7 @@ pipeline {
}
}
}
stage('Mirror to Gitea') {
steps {
withCredentials([usernamePassword(
@@ -119,4 +120,5 @@ pipeline {
}
}
}
}
}