×
Dec 16, 2023 · Typically, the script checks some conditions and updates the build result, puts badges next to the build in the build history, and/or displays ...
Aug 30, 2023 · A plugin for the Jenkins CI to run several configurable actions after a build, depending on the build result.
Missing: history | Show results with:history
Sep 7, 2021 · This plugin executes a groovy script in the Jenkins JVM. Typically, the script checks some conditions and changes accordingly the build result, ...
Dec 7, 2023 · This plugin shows history of test execution results in a tabular or graphical format.
To collect our test results and artifacts, we will use the post section. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage('Test') ...
When this option is configured, Jenkins can provide useful information about test results, such as historical test result trends, a web UI for viewing test ...
Jul 5, 2019 · History. Jenkins Pipeline steps can complete in one of two ways: successfully, by returning a (possibly null) result, or unsuccessfully, by ...
Mar 30, 2024 · This plugin aggregates Jobs and Test results in a single HTML Report and sends results via email.
Feb 9, 2022 · Hi All, I have pipeline, defined in SCM. I am trying to perform some actions in case the build failed.
Missing: history | Show results with:history