After the fixes made in Jenkins for SECURITY-170, the parameters generated when running a 'build review' are no longer passed.
The parameters not passed are: json, review, change, status, pass, fail, label, Submit
The prevents the build scripts detecting it is a review build and thus cannot act in the appropriate manner.
See https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170 for more information about the Jenkins security fix and how to handle it.
Code changed in jenkins
User: Antonio Muñiz
Path:
src/main/java/org/jenkinsci/plugins/p4/review/ReviewAction.java
src/main/java/org/jenkinsci/plugins/p4/review/SafeParametersAction.java
src/test/java/org/jenkinsci/plugins/p4/client/ConnectionTest.java
http://jenkins-ci.org/commit/p4-plugin/72cde84d3d53eebf5504ab9a163f83e1364aeb5a
Log:
JENKINS-35210Fix for SECURITY-170