3
0

OP#200 add gitea step and push over

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

6
Jenkinsfile vendored
View File

@@ -93,9 +93,10 @@ pipeline {
git add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit"
git push origin HEAD:master
'''
}
}
}
}
stage('Mirror to Gitea') {
steps {
withCredentials([usernamePassword(
@@ -116,7 +117,8 @@ pipeline {
push master --mirror
'''
}
}
}
}
}
}
}