Fix repo param name
This commit is contained in:
4
build/Jenkinsfile
vendored
4
build/Jenkinsfile
vendored
@@ -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"
|
||||
'''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user