BuildResultsPublisher can not update build tags
Trying to update a build results tag file, the following error is observed:
_test:
[echo] build results uuid is: _QnmazYpQEeSQ-9A73w7QFA
BUILD FAILED
D:\BuildWorkspaces\evelopmentBuildWorkspace\Builds\xml:302: com.ibm.team.repository.common.transport.ServiceMethodInvocationError: java.lang.NoSuchMethodError: org/xmlsoap/schemas/soap/envelope/impl/EnvelopeImpl.<init>()V
Total time: 12 seconds
Build failed. Exit value was 1.
Here is the code snippet that I use:
<buildResultPublisher buildResultUUID="${buildResultUUID}"
repositoryAddress="${repositoryAddress}"
userId="${userId}"
passwordFile="${passwordFile}"
tags="abc" />
Please help me resolve this as I have not been able to find any similar issues or clues on jazz.net
_test:
[echo] build results uuid is: _QnmazYpQEeSQ-9A73w7QFA
BUILD FAILED
D:\BuildWorkspaces\evelopmentBuildWorkspace\Builds\xml:302: com.ibm.team.repository.common.transport.ServiceMethodInvocationError: java.lang.NoSuchMethodError: org/xmlsoap/schemas/soap/envelope/impl/EnvelopeImpl.<init>()V
Total time: 12 seconds
Build failed. Exit value was 1.
Here is the code snippet that I use:
<buildResultPublisher buildResultUUID="${buildResultUUID}"
repositoryAddress="${repositoryAddress}"
userId="${userId}"
passwordFile="${passwordFile}"
tags="abc" />
Please help me resolve this as I have not been able to find any similar issues or clues on jazz.net