×
Jan 4, 2024 · This plugin implements a "promoted build" feature where a build of one job can be marked as "promoted" when it passes certain criteria.
This plugin implements a "promoted build" feature where a build of one job can be marked as "promoted" when it passes certain criteria.
Sep 7, 2021 · This plugin allows you to distinguish good builds from bad builds by introducing the notion of 'promotion'.Put simply, a promoted build is a ...
Mar 30, 2011 · This plugin adds a Promoted Builds section in the main Jenkins configuration page. Here you can configure the names of your promotion levels and ...
Package hudson.plugins.promoted_builds ; Action, which stores promotion parameters. · Captures the information about how/when the promotion criteria is satisfied.
Method Summary ; Gets the owning project. · Finds the Status that has matching Status.name value. · Gets the read-only view of all the promotion builds that this ...
Promote the given build by using the given qualification. Future<Promotion>, promote2​(AbstractBuild<?,​?> build, Cause cause, Status qualification ...
Jan 4, 2024 · This plugin implements a "promoted build" feature where a build of one job can be marked as "promoted" when it passes certain criteria.
Verifies that the currently logged in user (or anonymous) has permission to approve the promotion and that the promotion has not already been approved.
Called by Promotion to allow status to contribute environment variables. Parameters: build - The calling build. Never null. env - Environment variables should ...