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 a5076b2 commit e02bf63Copy full SHA for e02bf63
Jenkinsfile
@@ -77,7 +77,7 @@ pipeline {
77
78
// Not supplying internal Maven repo info to ensure dependencies are fetched from public repo.
79
// Note: add quotes around URL parameter to avoid line breaks due to semicolon in URL.
80
- sh "./gradlew $gradleArgs " +
+ sh "./gradlew $gradleArgs $MVN_REPO_ARGS " +
81
"\"-PpreferredRepo=${BINTRAY_URL}\" -PpreferredUsername=${BINTRAY_LOGIN_USR} -PpreferredPassword=${BINTRAY_LOGIN_PSW} " +
82
"uploadArchives"
83
0 commit comments