×
Dec 7, 2023 · This plugin shows history of test execution results in a tabular or graphical format.
Missing: /url | Show results with:/url
This plugin shows history of test execution results in a tabular or graphical format.
Missing: /url | Show results with:/url
Mar 30, 2024 · This plugin aggregates Jobs and Test results in a single HTML Report and sends results via email.
Apr 9, 2024 · This plugin analyzes the causes of failed builds and presents the causes on the build page. It does this by using a knowledge base of build ...
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
Missing: results- | Show results with:results-
Mar 26, 2024 · The JUnit plugin provides a publisher that consumes XML test reports generated during the builds and provides some graphical visualization ...
Sep 18, 2023 · This plugin integrates TestNG test reports to Jenkins.
Missing: /url analyzer
The "Monitoring" plugin can be installed by point and click in the plugin manager of a Jenkins server, or it can be downloaded from http://mirrors.jenkins-ci.
Mar 28, 2024 · This plugin gives you the possibility to analyze the usage of your installed plugins. Usage. You can find the plugin on sidepanel of Jenkins.
Missing: /url | Show results with:/url
To collect our test results and artifacts, we will use the post section. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage('Test') ...