From c42313e022df21794476b46d13f5fb4ec9db4aca Mon Sep 17 00:00:00 2001 From: MK13 Date: Sat, 17 Jan 2026 22:32:35 +0100 Subject: [PATCH] #26 Try dev connection with credentials --- build/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Jenkinsfile b/build/Jenkinsfile index 5d52fa9..cbf00b8 100644 --- a/build/Jenkinsfile +++ b/build/Jenkinsfile @@ -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}" \