-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jobs not subscribing after unsubscribing from time to time #227
Comments
@ukulekek, thanks for the report. Please attach full (or at least relevant part of the) |
@olivergondza the full
|
Unfortunately, that does not help us much in finding out the cause of it. No idea why is the stacktrace shortened. However, I found https://issues.jenkins.io/browse/JENKINS-65590 describing the same symptoms addressed by update in the API they use. It is something we eventually must do here as well, so it might be worth prioritizing it. |
Filing API update: #228 It is strange we did not see this on 2.289.2 or 3.303.3. Is there any particular way to reproduce this? |
Hello, our Jenkins jobs are being unsubscribed without subscribing back from time to time. I have found two different reasons for not subscribing back in logs. We are using the latest
1.1.24
version of the plugin.1:
No messages from the job appeared after that. We resolved it by disabling and enabling the job back.
2:
Again, no messages appeared after that. With this one, even if it looks that unsubscribing was skipped, however, it wasn't as the job hasn't been triggered after that. In this case, disable/enable didn't work, there was no trigger thread running. Only Jenkins restart did help.
Version report
Jenkins and plugins versions report:
Reproduction steps
I'm unable to reproduce the issue on purpose.
Results
Expected result:
The job is subscribed back.
Actual result:
The job keeps being unsubscribed.
The text was updated successfully, but these errors were encountered: