1
0

#26 Use developerConnection for release plugin

This commit is contained in:
2026-01-17 20:43:51 +01:00
parent 06e72a794f
commit 89db72a316

3
build/Jenkinsfile vendored
View File

@@ -29,10 +29,9 @@ 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 \
-DdeveloperConnection="scm:git:https://${GITEA_CREDS_USR}:${GITEA_CREDS_PSW}@${GIT_URL_CLEAN}" \
-DdryRun=${IS_DRY_RUN} \
-Dreposilite.url=${REPO_URL} \
-DtagNameFormat="v@{project.version}" \