Jenkins Versions
Jenkins core version coordinates for the sharedLibrary plugin.
Defaults are sourced from SharedLibraryDefaults. Override inside the jenkins { } block:
sharedLibrary {
jenkins {
version = "2.492.1"
bomVersion = "3463.v23b_7bb_b_b_66d5"
}
}Content copied to clipboard
The jenkins-test-harness version is pinned automatically by the Jenkins BOM — no explicit override is needed. To use a newer harness than the BOM pins, declare it in your suite's dependencies block: implementation("org.jenkins-ci.main:jenkins-test-harness:VERSION").
Properties
Link copied to clipboard
Jenkins BOM version. Defaults to SharedLibraryDefaults.BOM_VERSION, which matches the SharedLibraryDefaults.CORE_VERSION LTS line. The plugin automatically adds io.jenkins.tools.bom:bom-{MAJOR}.{MINOR}.x:{bomVersion} as a platform to the jenkinsPlugin configuration — no manual jenkinsPlugin(platform(...)) call is needed.