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 0dde505 commit a4c99b6Copy full SHA for a4c99b6
ci/Jenkinsfile-Windows
@@ -11,9 +11,9 @@ pipeline {
11
MVN_REPO_URL = credentials('objectbox_internal_mvn_repo_http')
12
MVN_REPO_LOGIN = credentials('objectbox_internal_mvn_user')
13
// Warning: use single quotes to avoid Groovy String interpolation leaking secrets.
14
- MVN_REPO_ARGS = '-PinternalObjectBoxRepo=$MVN_REPO_URL ' +
15
- '-PinternalObjectBoxRepoUser=$MVN_REPO_LOGIN_USR ' +
16
- '-PinternalObjectBoxRepoPassword=$MVN_REPO_LOGIN_PSW'
+ MVN_REPO_ARGS = '-PinternalObjectBoxRepo=%MVN_REPO_URL% ' +
+ '-PinternalObjectBoxRepoUser=%MVN_REPO_LOGIN_USR% ' +
+ '-PinternalObjectBoxRepoPassword=%MVN_REPO_LOGIN_PSW%'
17
}
18
19
options {
0 commit comments