0

I have created A pipeline to trigger the my test job , And my runner is installed on windows 10 system and it is active. When I trigger the pipeline from my GitLab server I am getting below message and failed the pipeline . [enter image description here][1]

[enter image description here][2]

There has been a runner system failure, please try again [1]: https://i.stack.imgur.com/WI8Xz.png [2]: https://i.stack.imgur.com/G1kgd.png

  • Is this a [disk space issue](https://stackoverflow.com/a/61939203/6309)? – VonC Feb 20 '23 at 07:52
  • No. Have enough space. But I tried with system login credentials it was working , But It is mandatory to have my credentials to connect the external server location where I have to take build image and copy to test system where can trigger execution. – Sreekanth A Feb 22 '23 at 04:09

1 Answers1

0

Maybe it does not apply to pipeline which is newly created, but in my case what helped was just clicking on "Clear runner caches" button at the top of the repo Pipeline page.

bakrall
  • 465
  • 7
  • 21