Failure during analysis, no space left on device

Hi guys, I’m doing a sonarqube analysis which has succeded before in my jenkins pipeline and then suddenly stopped working with the next error

ERROR: Failure during analysis, Node.js command to start eslint-bridge server was not built yet.
java.io.IOException: No space left on device

Any idea what could this be? Or which device is this error reffering to?

Hi @tamagochita and welcome to the community :wave:

Usually this error message refers to the build node where your Jenkins job is running on, but I have also seen it referring to the Jenkins master, so might be good to check both

Hope that helps

2 Likes

Thank you! I solved it, it was actually a problem with the space in the machine I was using where my jenkins was running, i did a docker prune and tried it again, it worked.