1
0

#26 Update scm connection

This commit is contained in:
2026-01-17 22:29:48 +01:00
parent be19d2881e
commit ac439261f0
2 changed files with 4 additions and 4 deletions

4
build/Jenkinsfile vendored
View File

@@ -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}" \