|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

In the old code the error message "rsmsnbuild119 is a client, not a label" could only occur when trying to sync at a client workspace e.g.
p4 sync //some/path/...@client_workspace
I reproduced this by setting the Pin at Label to ${NODE_NAME} and got the same error. Even if this is not exactly the issue you are experiencing it needed to be fixed.
Have you tried a clean Jenkins Job? It seemed that creating a clean Credentials object fixed the serialization issue, perhaps your current Job is also corrupt.
If you like send me the XML for the job and I'll check the schema, it is located somewhere like:
$JENKINS_HOME/jobs/<Job Name>/config.xml