Basil Crow
077613da08
Merge pull request #9956 from krisstern/chore/stable-2.479/backporting-2.479.2-1
...
Backporting 2.479.2 LTS
2024-11-10 08:33:10 -08:00
renovate[bot]
cbebc8db7b
Update dependency com.thoughtworks.xstream:xstream to v1.4.21 [SECURITY] ( #9954 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 0bc21b9425 )
2024-11-10 05:13:28 +08:00
Basil Crow
cd4cf63b9e
[JENKINS-74795] Job created via REST API attaches to default view ( #9947 )
...
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
(cherry picked from commit 8298257227 )
2024-11-09 17:28:54 +08:00
Basil Crow
5c2bcc5a59
[JENKINS-74814] `java.lang.UnsupportedOperationException`: This stack walker does not have `RETAIN_CLASS_REFERENCE` access ( #9945 )
...
(cherry picked from commit ac63b7f156 )
2024-11-09 17:28:22 +08:00
Jenkins Release Bot
0f951d2e7f
[maven-release-plugin] prepare for next development iteration
2024-10-30 13:03:35 +00:00
Jenkins Release Bot
e94816cc9f
[maven-release-plugin] prepare release jenkins-2.479.1
2024-10-30 13:02:35 +00:00
Basil Crow
ec74decaf6
Merge pull request #9907 from basil/more-backporting
...
Backporting for 2.479.1 (part 4)
2024-10-23 11:59:47 -07:00
Basil Crow
4d2167190f
Allow for null to be passed to `doSafeRestart` ( #9882 )
...
(cherry picked from commit 6c5cdfa96c )
2024-10-23 09:26:24 -07:00
renovate[bot]
ec28f0e2b2
Update dependency org.springframework:spring-framework-bom to v6.1.14 ( #9884 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 8612f16534 )
2024-10-23 09:26:13 -07:00
renovate[bot]
db5136eb22
Update dependency org.springframework.security:spring-security-bom to v6.3.4 ( #9894 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 8ee91ce984 )
2024-10-23 09:26:03 -07:00
Basil Crow
3f43ddf0c8
Merge pull request #9875 from basil/running
...
Backporting for 2.479.1 (part 3)
2024-10-15 16:53:15 -07:00
Devin Nusbaum
0e831a32aa
Stop build in `DeleteBuildsCommandTest.deleteBuildsShouldFailIfTheBuildIsRunning` so test can be cleaned up on Windows consistently ( #9876 )
...
(cherry picked from commit 5019eb900c )
2024-10-15 14:37:14 -07:00
Devin Nusbaum
d383906fbe
[JENKINS-73835] Do not allow builds to be deleted while they are still running and ensure build discarders run after builds are fully complete ( #9810 )
...
* [JENKINS-73835] Do not allow builds to be deleted while they are still running
* [JENKINS-73835] Avoid redundant calls to Job.logRotate when builds complete and always call Job.logRotate after build finalization
* [JENKINS-73835] Add issue reference to RunTest.buildsMayNotBeDeletedWhileRunning
* [JENKINS-73835] Adjust DeleteBuildsCommandTest.deleteBuildsShouldSuccessEvenTheBuildIsRunning to match new behavior
* [JENKINS-73835] Run/delete.jelly should check Run.isLogUpdated, not Run.isBuilding
(cherry picked from commit d34b17ee4b )
2024-10-15 13:22:17 -07:00
Basil Crow
a347514e82
Merge pull request #9858 from MarkEWaite/stable-2.479-backport-2
...
Backporting for 2.479.1 (part 2)
2024-10-12 10:25:09 -07:00
Devin Nusbaum
c2ec435160
[JENKINS-73824] Wait for Pipeline builds to complete before allowing their jobs to be deleted ( #9790 )
...
* Wait for Pipelines to complete before allowing their jobs to be deleted
* Create mock Job/Run classes that use AsynchronousExecution to be able to add a regression test in core
* [JENKINS-73824] Do not repeatedly interrupt executables in ItemDeletion.cancelBuildsInProgress
* [JENKINS-73824] Delete ItemDeletionTest based on https://github.com/jenkinsci/jenkins/pull/9790#discussion_r1777727008
(cherry picked from commit 4d7b993c5b )
2024-10-12 06:56:43 -06:00
renovate[bot]
6aee271284
[JENKINS-73917] Update dependency io.jenkins.plugins:asm-api to v9.7.1-95.v9f552033802a_ ( #9834 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit a582fc10ac )
2024-10-12 06:56:07 -06:00
renovate[bot]
ae964df953
[JENKINS-73917] Update dependency org.ow2.asm:asm to v9.7.1 ( #9831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 09fecfaff9 )
2024-10-12 06:55:37 -06:00
Basil Crow
7849dfb89d
Merge pull request #9830 from MarkEWaite/stable-2.479-backport-1
...
Backporting for 2.479.1
2024-10-06 15:06:30 -07:00
Basil Crow
ab2349a00c
[JENKINS-73867] Override the outdated managed dependency on `asm` in `guice-parent` ( #9827 )
...
Override the outdated managed dependency on `asm` in `guice-parent`
(cherry picked from commit 0066184e68 )
2024-10-05 13:39:35 -06:00
Basil Crow
2e445fdb03
[JENKINS-73838] Compatibility for `Jenkins#doSafeRestart(StaplerRequest, String)` ( #9797 )
...
(cherry picked from commit 77c3d7ac84 )
2024-10-05 13:38:35 -06:00
Basil Crow
e454f9aee0
[JENKINS-73801] Nested Views plugin overrides `View#doConfigDotXml(StaplerRequest)` ( #9764 )
...
(cherry picked from commit 1c2b84cb76 )
2024-10-05 13:37:10 -06:00
Basil Crow
6b96db2cc1
[JENKINS-73760] Updates fail due to invalid JSON from HTTP Update Center ( #9760 )
...
(cherry picked from commit 47a212aa79 )
2024-10-05 13:36:44 -06:00
Yen Cheng Lin
8f7e48975e
[JENKINS-73437] Fix build history no automatic line wrapping ( #9693 )
...
* Fix build history no automatic line wrapping
* Update _job.scss
(cherry picked from commit 9036086e29 )
2024-10-05 13:35:46 -06:00
Mark Waite
9b2f6c4162
Towards 2.479.1
2024-10-03 18:48:18 -06:00
Jenkins Release Bot
0db93161d6
[maven-release-plugin] prepare for next development iteration
2024-09-27 11:18:06 +00:00
Jenkins Release Bot
969d9feab9
[maven-release-plugin] prepare release jenkins-2.479
2024-09-27 11:17:44 +00:00
Daniel Beck
dfd7a9c48b
[SECURITY-3373]
2024-09-25 07:59:32 +00:00
Daniel Beck
d0c0d07bc4
[SECURITY-3451]
2024-09-25 07:59:26 +00:00
Kevin-CB
cd242d9ed4
[SECURITY-3448]
2024-09-25 07:59:21 +00:00
Jenkins Release Bot
435bb79891
[maven-release-plugin] prepare for next development iteration
2024-09-24 13:48:54 +00:00
Jenkins Release Bot
7df633dcf9
[maven-release-plugin] prepare release jenkins-2.478
2024-09-24 13:48:23 +00:00
renovate[bot]
ca6e140331
Update dependency sass to v1.79.3 ( #9780 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-24 07:12:59 +01:00
renovate[bot]
d6b014fa53
Update eslint monorepo to v9.11.0 ( #9777 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 20:25:12 +01:00
renovate[bot]
764637f932
Update dependency sass-loader to v16.0.2 ( #9776 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 09:12:06 -07:00
renovate[bot]
4f4a42fa1a
Update dependency org.jenkins-ci:jenkins to v1.123 ( #9774 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 07:35:50 -07:00
renovate[bot]
d740271c65
Update dependency sass to v1.79.2 ( #9773 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-22 19:23:16 -07:00
Basil Crow
06a211f8fa
[JENKINS-71021] Lint failures do not print proper error message in local builds (regression in 2.359) ( #9761 )
2024-09-22 14:50:03 -07:00
renovate[bot]
71234a3446
Update dependency org.jenkins-ci.main:jenkins-test-harness to v2289 ( #9769 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-22 22:31:47 +01:00
renovate[bot]
7e92bbbac5
Update dependency com.github.eirslett:frontend-maven-plugin to v1.15.1 ( #9771 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-22 15:04:22 +01:00
renovate[bot]
b1cd87c67d
Update dependency sass to v1.79.1 ( #9770 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-21 10:16:37 +01:00
Thorsten Scherler
10154f645c
[JENKINS-73744] Tweaks to Node.js contributing instructions + renovate fix ( #9757 )
...
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
Co-authored-by: Basil Crow <me@basilcrow.com>
2024-09-21 08:36:59 +01:00
Jesse Glick
f5ccd65e4e
More test fixups related to JTH change ( #9767 )
2024-09-20 19:51:17 -06:00
renovate[bot]
79d1f7af9d
Update dependency io.jenkins.plugins:plugin-util-api to v5 ( #9768 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 19:50:30 -06:00
Basil Crow
57d8fa0b72
Follow idiomatic Python coding style ( #9763 )
2024-09-20 08:23:30 -07:00
Jesse Glick
ae2e780338
Test regressions after JTH bump ( #9762 )
2024-09-20 08:22:59 -07:00
github-actions[bot]
32039daa66
Fill in since annotations ( #9758 )
...
Co-authored-by: timja <21194782+timja@users.noreply.github.com>
2024-09-19 10:30:19 -07:00
renovate[bot]
25d0c9d194
Update dependency babel-loader to v9.2.1 ( #9755 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-19 10:29:36 -07:00
Vincent Latombe
f9fef613ce
Clean up a few plain `e.printStackTrace()` calls ( #9742 )
...
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
2024-09-19 09:47:42 +01:00
renovate[bot]
82dfb0948c
Update dependency commons-io:commons-io to v2.17.0 ( #9753 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 20:29:18 -07:00
renovate[bot]
5bbbebeeaf
Update dependency org.jenkins-ci.main:jenkins-test-harness to v2276 ( #9754 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 20:29:03 -07:00