| Setting the system property either via script console or via /etc/default/jenkins does not work for me. We have several thousand branches in our repository and they are printed upon every triggered build. This is really unnecessary. Jenkins version: 2.176.1 Git client plugin version: 2.8.0 Jenkins cmdline: /usr/bin/java -Xmx10g -Djava.awt.headless=true -jar /usr/share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080 --httpListenAddress=127.0.0.1 --sessionTimeout=1440 --sessionEviction=43200 -Dorg.jenkinsci.plugins.gitclient.GitClient.quietRemoteBranches=true Any help would be much appreciated. |