标签: gerrit gerrit-trigger
我需要看到从Jenkins中的gerrit触发器传递到(在我的例子中)gradle构建的Gerrit环境变量。密钥显示为here。我希望将它添加到build.gradle中会显示出来:
ext.systemProperties = System.properties println "All properties = ${System.properties}"
这会打印许多变量,但不会打印gerrit变量。有什么想法吗?
预先感谢。