Hi, community,
I have a pipeline with which I am trying to run the automated tests of my API suite, using the runner to run self-hosted on Windows and be able to establish a local connection with the services and databases
When I run my tests locally they all pass and the execution is successful, but in the pipeline, the execution is failing despite not having tests with errors.
The tests I am running are using maven, java, rest assured, testng.
Hi @jgaleano,
Welcome to the community.
Would it be possible for you to try to re-create your Windows runners and see if it still fails?
Let me know how it goes.
Regards,
Mark C
Hi @Mark C ,
Thanks for your reply.
The runner was configured again from 0 and I still have the same problem, the tests run without problem, and even without error the pipeline is failing, and in the runner console you can see "Completing step with result Result{status=FAILED, error=None}"
Regards,
Julián G.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @jgaleano
I'd suggest checking the Windows self-hosted runners logs and see if there are specific error messages that may explain why there are no logs presented on Bitbucket Cloud Pipelines UI.
Could you also ensure that your runner's version is up to date?
You can refer to this documentation on Troubleshooting runners.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.