Описание тега promoted-builds

A plugin for Jenkins to distinguish between good and bad builds.

A promoted build is a successful build that passed additional criteria (more comprehensive tests). The typical situation when you use promotion is when you have multiple 'test' jobs as downstream jobs of a 'build' job. You can configure the build job to promote the build when all the test jobs passed. This enables you to keep the job run fast (faster feedback when a build fails), and you can still distinguish good builds from the builds that compiled but had runtime problems.