diff --git a/build/Jenkinsfile b/build/Jenkinsfile index c5e55b9..f340c9b 100644 --- a/build/Jenkinsfile +++ b/build/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { -Dpassword="${GITEA_CREDS_PSW}" \ -Dusername="${GITEA_CREDS_USR}" \ -DdryRun=${IS_DRY_RUN} \ - -Dreposilite.url=${REPO_URL} \ + -repository.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} \ - -Dreposilite.url=${REPO_URL} \ + -repository.url=${REPO_URL} \ -Darguments="-DskipTests" ''' }