Skip to content

Commit 915513b

Browse files
Jenkinsfile: note about publishing requiring internal repo.
1 parent e02bf63 commit 915513b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pipeline {
7575
googlechatnotification url: 'id:gchat_java',
7676
message: "*Publishing* ${currentBuild.fullDisplayName} to Bintray...\n${env.BUILD_URL}"
7777

78-
// Not supplying internal Maven repo info to ensure dependencies are fetched from public repo.
78+
// Note: supply internal Maven repo as tests use native dependencies (can't publish those without the Java libraries).
7979
// Note: add quotes around URL parameter to avoid line breaks due to semicolon in URL.
8080
sh "./gradlew $gradleArgs $MVN_REPO_ARGS " +
8181
"\"-PpreferredRepo=${BINTRAY_URL}\" -PpreferredUsername=${BINTRAY_LOGIN_USR} -PpreferredPassword=${BINTRAY_LOGIN_PSW} " +

0 commit comments

Comments
 (0)