Skip to content

Commit 014e685

Browse files
committed
Jenkinsfile: add obx repo data to upload-to-internal stage
1 parent bddc04e commit 014e685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pipeline {
5757
steps {
5858
sh "./gradlew $gradleArgs " +
5959
"-PversionPostFix=${internalRepoVersionPostfix} " +
60+
"-PinternalObjectBoxRepo=${MVN_REPO_URL} -PinternalObjectBoxRepoUser=${MVN_REPO_LOGIN_USR} -PinternalObjectBoxRepoPassword=${MVN_REPO_LOGIN_PSW} " +
6061
"-PpreferredRepo=${MVN_REPO_URL_PUBLISH} -PpreferredUsername=${MVN_REPO_LOGIN_USR} -PpreferredPassword=${MVN_REPO_LOGIN_PSW} " +
6162
"uploadArchives"
6263
}

0 commit comments

Comments
 (0)