Hi Team, We are using TFS plugin for our PR build validation policy and also using this from Azure DevOps Services/Pipelines using Jenkins queue job Task.
The issue we are seeing is, when the Build Validation PR pipeline runs, pipeline is erroring out with the below message
Job creation failed.
HttpResponse.statusCode=400
HttpResponse.statusMessage=Bad Request
HttpResponse={“statusCode”:400,“body”:"java.lang.IllegalArgumentException: Job: wms-common not found}
This job do exists on Jenkins but not sure why it is failing saying that job not found.
Need help on this please.
THanks