From c6b791e816a46f21772da8f0a026c8bbba1aa1f1 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 27 Apr 2024 01:23:29 +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' } } }