Jenkins - (Publisher|Post-Build Action)

Card Puncher Data Processing

About

A publisher is part of the build process other than compilation, for example JUnit test runs.

A publisher may report Jenkins - Build or Jenkins - Build result depending on the result of its processing.

Example

If an Unit test fails, then the whole publisher may report unstable.

Development

See byShortName/Publisher.

build.setResult(Result.UNSTABLE);

Junit Publisher Plugin: https://github.com/jenkinsci/junit-plugin





Discover More
Card Puncher Data Processing
Jenkins - Build

A build is a result of one run of a Project. A build is stable if it was built successfully and no publisher reports it as A build is unstable if it was built successfully and one or more publishers...
Jenkins Global Jelly
Jenkins - Plugin (*.hpi File)

Jenkins defines extension point, which are interfaces or abstract classes that model an aspect of a build system. See ExtensionPointExtensions Points Those interfaces define contracts of what need to...



Share this page:
Follow us:
Task Runner