From ac439261f04c7a3540d509d556817ec8d4928998 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sat, 17 Jan 2026 22:29:48 +0100 Subject: [PATCH] #26 Update scm connection --- build/Jenkinsfile | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Jenkinsfile b/build/Jenkinsfile index dd6c758..5d52fa9 100644 --- a/build/Jenkinsfile +++ b/build/Jenkinsfile @@ -29,10 +29,10 @@ pipeline { git config commit.gpgsign true git config tag.gpgSign true + git remote set-url origin https://${GITEA_CREDS_USR}:${GITEA_CREDS_PSW}@${GIT_URL_CLEAN} + pkgx mvn release:prepare -B \ -s build/settings.xml \ - -Dpassword=${GITEA_CREDS_PSW} \ - -Dusername=${GITEA_CREDS_USR} \ -DdryRun=${IS_DRY_RUN} \ -Dreposilite.url=${REPO_URL} \ -DtagNameFormat="v@{project.version}" \ diff --git a/pom.xml b/pom.xml index 902d01f..b17570b 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ - scm:git:https://77zzcx7.de/gitea/MK13/NoBullShit-cloud.git - scm:git:https://77zzcx7.de/gitea/MK13/NoBullShit-cloud.git + scm:git:https://gitea.77zzcx7.de/MK13/NoBullShit-cloud.git + scm:git:https://gitea.77zzcx7.de/MK13/NoBullShit-cloud.git https://77zzcx7.de/gitea/MK13/NoBullShit-cloud v14