We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddc04e commit 014e685Copy full SHA for 014e685
Jenkinsfile
@@ -57,6 +57,7 @@ pipeline {
57
steps {
58
sh "./gradlew $gradleArgs " +
59
"-PversionPostFix=${internalRepoVersionPostfix} " +
60
+ "-PinternalObjectBoxRepo=${MVN_REPO_URL} -PinternalObjectBoxRepoUser=${MVN_REPO_LOGIN_USR} -PinternalObjectBoxRepoPassword=${MVN_REPO_LOGIN_PSW} " +
61
"-PpreferredRepo=${MVN_REPO_URL_PUBLISH} -PpreferredUsername=${MVN_REPO_LOGIN_USR} -PpreferredPassword=${MVN_REPO_LOGIN_PSW} " +
62
"uploadArchives"
63
}
0 commit comments