1
0

Fix repo param name

This commit is contained in:
2026-01-17 23:10:20 +01:00
parent 32c7719942
commit 4386dc4449

4
build/Jenkinsfile vendored
View File

@@ -34,7 +34,7 @@ pipeline {
-Dpassword="${GITEA_CREDS_PSW}" \
-Dusername="${GITEA_CREDS_USR}" \
-DdryRun=${IS_DRY_RUN} \
-repository.url=${REPO_URL} \
-Drepository.url=${REPO_URL} \
-DtagNameFormat="v@{project.version}" \
-Darguments="-Dtag=v\\${project.version} -DskipTests"
'''
@@ -51,7 +51,7 @@ pipeline {
pkgx mvn release:perform -B \
-s build/settings.xml \
-DdryRun=${DRY_RUN} \
-repository.url=${REPO_URL} \
-Drepository.url=${REPO_URL} \
-Darguments="-DskipTests"
'''
}