Transfer to Gitea

This commit is contained in:
BigfootACA 2024-04-27 01:23:27 +08:00
parent d4910a72b8
commit d5c1d595e5

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stage('Download Config') { stage('Download Config') {
steps { steps {
dir('jenkins-utils') { dir('jenkins-utils') {
git 'https://gitlab.classfun.cn:4443/renegade-project/jenkins-utils' git 'https://gitea.classfun.cn:4443/ci/jenkins-utils'
} }
} }
} }