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