Commit Graph

18 Commits

Author SHA1 Message Date
renovate[bot] f1a7522868
Update dependency io.jenkins.tools.incrementals:git-changelist-maven-extension to v1.10 (#10805)
Changelog Drafter / update_draft_release (push) Waiting to run Details
Changelog Drafter / jenkins_io_draft (push) Waiting to run Details
Label conflicting PRs / main (push) Waiting to run Details
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-03 18:05:33 -07:00
dependabot[bot] 709a7d711f
Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#9166) 2024-04-14 07:24:41 +00:00
Tim Jacomb dd7488bc90
Increase memory for war assembly (#8856) 2024-01-12 20:15:41 +00:00
Alexander Brandes 425df13fcd
Update XML namespace schemaLocation for incrementals (#8828) 2024-01-06 11:54:51 +00:00
dependabot[bot] 0f8f3a2f79
Bump git-changelist-maven-extension from 1.6 to 1.7 (#8216) 2023-07-01 14:14:47 +00:00
dependabot[bot] edb45aa5ba
Bump git-changelist-maven-extension from 1.5 to 1.6 (#7654)
Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.5 to 1.6.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.5...parent-1.6)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 06:41:32 -07:00
dependabot[bot] 61d5689271
Bump git-changelist-maven-extension from 1.4 to 1.5 (#7637)
Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.4 to 1.5.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.4...parent-1.5)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 17:19:16 -07:00
dependabot[bot] 1430d9159f
Bump git-changelist-maven-extension from 1.3 to 1.4 (#6889)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 13:44:03 -07:00
Basil Crow 56a03a5b13
Upgrade Surefire from 2.22.2 to 3.0.0-M7 (#6652) 2022-06-12 16:55:47 -07:00
dependabot[bot] 3cc387a5b6
Bump `git-changelist-maven-extension` from 1.2 to 1.3 (#6132)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-30 08:01:23 -08:00
dependabot[bot] dba7b535c1
Bump git-changelist-maven-extension from 1.0-beta-4 to 1.2
Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.0-beta-4 to 1.2.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- [Commits](https://github.com/jenkinsci/incrementals-tools/commits/parent-1.2)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-09 16:38:47 +00:00
Ivan Fernandez Calvo f76ee6d878 [JENKINS-43610] Split Trilead out from Core (#4085)
* [JENKINS-43610] Split Trilead out from Core

* revert changes on ./core/src/main/resources/jenkins/split-plugin-cycles.txt

* remove JDK version on split-plugins.txt

* bump trilead-api version to 1.0.4

* fix: add trilead-api incremental version to detached plugins

* fix: add consume-incrementals setting to maven

* Update core/src/main/resources/jenkins/split-plugins.txt

Co-Authored-By: Jesse Glick <jglick@cloudbees.com>
2019-07-11 16:54:07 +02:00
Jesse Glick 414913e41f
Update parent POM. 2018-07-30 14:38:04 -04:00
Jesse Glick 833fda4c0f
Updating with trunk and releases. 2018-05-11 14:36:57 -04:00
Jesse Glick 2b4288155a
[JENKINS-51187] Moving git-changelist-maven-extension into incrementals-tools. 2018-05-10 14:24:08 -04:00
Jesse Glick 51e0da8ed2
[JENKINS-51247] source:jar, not source:jar-no-fork 2018-05-10 10:35:51 -04:00
Jesse Glick 3fb17fb0bb
[JENKINS-50692] [INFRA-1571] #3394: JEP-305 Incrementals in core 2018-05-03 10:13:39 -04:00
Baptiste Mathus 1015b395c1 Add the .mvn directory and set default Xmx value
Using the new feature introduced in Maven 3.3.1.
See
https://maven.apache.org/docs/3.3.1/release-notes.html#JVM_and_Command_Line_Options
for more details.

Possibly a long term better solution/first encounter for newcomers. When
people can't build Jenkins because of wrong default memory settings.
Like https://goo.gl/Co9kye

The "Xmx800m" was chosen after looking at last successful ci.j.o builds.
Max memory displayed by Maven being ~730MB. So putting 800 to leave the
build some room so that the GC has less chance to have to chime in too
often.
2016-03-24 16:43:28 +01:00