Run PolyGerrit linter on stable-3.2

Change-Id: Iac22e960881f7b8822b21101cbf746ef87ae1112
diff --git a/jenkins/gerrit-codestyle-polygerrit-lint.sh b/jenkins/gerrit-codestyle-polygerrit-lint.sh
index 1a4bc9d..0a9078b 100644
--- a/jenkins/gerrit-codestyle-polygerrit-lint.sh
+++ b/jenkins/gerrit-codestyle-polygerrit-lint.sh
@@ -2,6 +2,7 @@
 cd gerrit
 bazelisk version
 if ([ "$TARGET_BRANCH" == "master" ] || \
+    [ "$TARGET_BRANCH" == "stable-3.2" ] || \
     [ "$TARGET_BRANCH" == "stable-3.1" ] || \
     [ "$TARGET_BRANCH" == "stable-3.0" ] || \
     [ "$TARGET_BRANCH" == "stable-2.16" ]) \
diff --git a/jenkins/gerrit-codestyle-polygerrit-template.sh b/jenkins/gerrit-codestyle-polygerrit-template.sh
index 2300ab9..a579ff4 100644
--- a/jenkins/gerrit-codestyle-polygerrit-template.sh
+++ b/jenkins/gerrit-codestyle-polygerrit-template.sh
@@ -1,6 +1,7 @@
 #!/bin/bash -xe
 cd gerrit
 if ([ "$TARGET_BRANCH" == "master" ] || \
+    [ "$TARGET_BRANCH" == "stable-3.2" ] || \
     [ "$TARGET_BRANCH" == "stable-3.1" ] || \
     [ "$TARGET_BRANCH" == "stable-3.0" ] || \
     [ "$TARGET_BRANCH" == "stable-2.16" ]) \