add step to push to gitea
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -103,6 +103,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Mirror to Gitea') {
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
withCredentials([usernamePassword(
|
||||
credentialsId: 'Jenkins-gitea',
|
||||
|
||||
Reference in New Issue
Block a user