Hi guys!
I’m using Jenkins in version 2.492.2 for some build jobs in pipelines.
After I have done a reboot on the machine to apply a update on a software (Not related to Jenkins or anything involving its execution), Jenkins started showing some bugs in a specific pipeline when I start his job.
When I click to run the pipeline build, it thinks that the last execution (which has already finished) is still running and gets stuck with the status “previous build already in progress.” When I access the machine hosting Jenkins and restart the service, it then starts executing the current build normally.
Does anyone have an idea on how I can fix this bug without having to restart the service every time I want to run a build?
Note: this issue only happens with one specific pipeline— all the others run normally.