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