如何在Jenkins中看到Gerrit触发器传递的Gerrit环境变量?

时间:2016-03-31 21:28:07

标签: gerrit gerrit-trigger

我需要看到从Jenkins中的gerrit触发器传递到(在我的例子中)gradle构建的Gerrit环境变量。密钥显示为here。我希望将它添加到build.gradle中会显示出来:

ext.systemProperties = System.properties
println "All properties = ${System.properties}"

这会打印许多变量,但不会打印gerrit变量。有什么想法吗?

预先感谢。

0 个答案:

没有答案