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