1
0

#26 Try dev connection with credentials

This commit is contained in:
2026-01-17 22:32:35 +01:00
parent ac439261f0
commit c42313e022

1
build/Jenkinsfile vendored
View File

@@ -33,6 +33,7 @@ pipeline {
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}" \