From 24e9a4f1929cad91cbe226fb71c86eaba0db1dfd Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 27 Apr 2024 01:24:31 +0800 Subject: [PATCH] Transfer to Gitea --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 70dbddb..4b4a8d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Download Config') { steps { dir('jenkins-utils') { - git 'https://gitlab.classfun.cn:4443/renegade-project/jenkins-utils' + git 'https://gitea.classfun.cn:4443/ci/jenkins-utils' } } }