-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Backporting for LTS 2.452.2 #9305
Backporting for LTS 2.452.2 #9305
Conversation
…nsci#9224) Update script-security to 1336.vf33a_a_9863911 Co-authored-by: Daniel Beck <[email protected]> (cherry picked from commit b89863c)
…insci#9254) * [JENKINS-73114] avoid conflict of css classes with bootstrap jenkins and bootstrap both have definitions for alert and alert-warning, alert-info, alert-danger. Bootstrap css definitions are included when e.g. the warning-ng plugin is installed and a job is configured to scan for warnings. The css classes from bootstrap are then chosen instead of the ones for Jenkins for things like the admin monitors. To make things umambiguous, add additional classes prefixed with `jenkins-` and make use of them in code. Keep the old definitions for backward compatibility with plugins. Followup changes are needed in plugins (Mostly those that define admin monitors) and the design-library * fix test (cherry picked from commit 90a6ac5)
…nkinsci#9198) * [JENKINS-72622] Rename CloudSet query parameter to avoid conflict * [JENKINS-72622] Address SpotBugs warning (cherry picked from commit eb65336)
508efd0
to
5078005
Compare
…ST API or CLI (jenkinsci#9304) [JENKINS-64553] call ItemListener after updating job via cli when a job is updated via REST API or CLI, the ItemListener.fireOnUpdated is now called to inform about the change. (cherry picked from commit dae1737)
JENKINS-73114 is a bad backport, see JENKINS-73301. |
Any reason JENKINS-64553 is not part of release note ? https://www.jenkins.io/changelog-stable/#v2.452.2 I'm asking because I'm still facing this bug when updating an organization folder via JobDSL (So not sure if it's a backport issue on 2.452.2 or because there are still issue with update event) Thanks! |
Thanks for catching that mistake. The change was backported in: It is the first commit in the 2.452.2 backport pull request with SHA d87e891 It was missed when creating the changelog and when reviewing the changelog. I've added it to the changelog as: |
Submitter checklist
Before the changes are marked as
ready-for-merge
:Maintainer checklist