In a Jenkins pipeline, which step is used to archive the test results for later analysis?
- archiveArtifacts
- junit
- publishHTML
- stash
The 'junit' step in a Jenkins pipeline is used to archive test results for later analysis. It formats and archives test results in JUnit format, making it easier to track and analyze test outcomes.
Loading...
Related Quiz
- What basic method can be used for creating backups of Jenkins data?
- What is a key benefit of using a master-slave architecture in Jenkins?
- Jenkins pipelines in microservices are often designed using __________ to define individual service build and deployment steps.
- Jenkins' integration with __________ tools is essential for continuous monitoring and compliance in regulated industries.
- During the initial setup of Jenkins, what is the default port number Jenkins runs on?