-
Notifications
You must be signed in to change notification settings - Fork 135
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
Quiet period always getting overwritten to index < 5 ? 0 : 2 * 60 everytime a job/pipeline is edited and saved #212
Comments
I have confirmed this issue as well. +1 |
@kannanprasanna @wdougoveto @cloudyster - is this can be fixed by PR #201 that fixes issue #200? If so, please close this as a duplicate of #200, and I'll merge the PR and soon will release a new version |
I agree with @cloudyster. I'll close this issue now @yorammi . Eagerly awaiting the next release! |
@yorammi, thank you for getting version 1.34 merged and tagged. Do you know when will this start to show up as a new version in the jenkins plugins? |
I have an issue with the jenkins registry when uploading the new version.
once solved it willbe released
בתאריך יום ב׳, 19 באוק׳ 2020, 17:18, מאת wdougoveto <
notifications@github.com>:
… @yorammi <https://github.com/yorammi>, thank you for getting version 1.34
merged and tagged. Do you know when will this start to show up as a new
version in the jenkins plugins?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#212 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASZBETJOQGV657U7IQIXMLSLRDETANCNFSM4SB2AB4A>
.
|
Thank you! |
Any updates so far? I can't see new release |
@yorammi , could you please let us know when the next versions could be released? |
@yorammi, also wondering when the next version will be available? |
@yorammi , thanks for getting version 1.36 published. It works fine! |
There have been some many issues reported earlier and PRs submitted related to this already. But all we need is to remove the default section (default="index < 5 ? 0 : 2 * 60") out of https://github.com/jenkinsci/tikal-multijob-plugin/blob/dc55c20dc01fb435d269c37319e99b21318f9f50/src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly#L89 . Currently, we couldn't set this to 0 or any other value since it gets overwritten again with default value when any job is edited. Could this be fixed and released soon, please?
The text was updated successfully, but these errors were encountered: