| The error suggests that Identifier.properties is not in your class path; I can verity that we ship the properties file in the p4.hpi file.
unzip p4.hpi
cd WEB-INF/lib/
unzip p4.jar
ls org/jenkinsci/plugins/p4/Identifier.properties
From the log is seems that the issue occurs on a Windows slave 'buildvpc10' perhaps the slave.jar is old? or a localisation setting has changed the class path? Please can you verify this by running the job on the master or a different slave. Perhaps redeploying the Jenkins slave may solve the issue? |