From 4383b292bd3f4de3a305c01940a503e0c32c6b32 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 27 Apr 2024 01:24:32 +0800 Subject: [PATCH] Transfer to Gitea --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6d5123..7c7cd03 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' } } }