From 2aa2de9e5c4d84c08bc9ef1ad16b96da6fc855b7 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 6 Feb 2026 14:01:21 +0100 Subject: [PATCH] OP#414 edit mirror --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index de21c90..348d4b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,7 +112,7 @@ pipeline { git rm -f Jenkinsfile git rm -r --cached .vscode || echo "No .vscode to remove from git" git commit --amend --no-edit --allow-empty - git remote add master https://gitea.confdroid.com/confdroid/confdroid_gitea.git + git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_gitea.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ push master --mirror '''