Our Jenkins server has a job that has been running for three days, but is not doing anything. Clicking the little X in the corner does nothing, and the console output log do
Here is how I fixed this issue in version 2.100 with Blue Ocean
ssh into my Jenkins box
cd ~/.jenkins (where I keep jenkins)
cd job/
rm -rf
After this, you can optionally change the number in nextBuildNumber (I did this)
Finally, I restarted jenkins (brew services restart jenkins) This step will obviously be different depending how you manage and install Jenkins.