From 13215f132ef065a9221f3d26f67ad0481b5e8d3a Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 21 Aug 2018 23:47:29 -0400 Subject: [PATCH] Debugging Jenkins here... --- api/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/build.gradle b/api/build.gradle index 4ea731242..7032fe084 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -58,6 +58,9 @@ publishing { } } + println "maven deployment: ${System.getenv("MAVEN_DEPLOYMENT")}" + println "on branch ${project.ext.getCurrentBranchName()}" + if (System.getenv("MAVEN_DEPLOYMENT") != null && project.ext.getCurrentBranchName() == "master") { repositories { maven {