×
Oct 18, 2023 · Using the official Codebuild Plugin for Jenkins works great if you want your build being mostly defined in the Buildspec.yml file. However what ...
This sh step executes the Maven command to run the unit test on your Java application. This command also generates a JUnit XML report, which is saved to the ...
This section describes how to get started with creating your Pipeline project in Jenkins and introduces you to the various ways that a Jenkinsfile can be ...
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Jan 19, 2017 · The Conditional BuildStep plugin lets users add conditional logic to Freestyle jobs from within the Jenkins web UI. It does this by: Adding two ...
A stage block defines a conceptually distinct subset of tasks performed through the entire Pipeline (e.g. "Build", "Test" and "Deploy" stages), which is used by ...
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 Configuration as Code provides the ability to define this whole configuration as a simple, human-friendly, plain text yaml syntax.
Jun 25, 2018 · Description: AWS CodePipeline Plugin stored the AWS Secret Key in its configuration unencrypted in jobs' config.xml files on the Jenkins ...
Mar 18, 2023 · The junit command then uses the *.xml pattern to find the test result files and publish them as JUnit test results. Note that you would need to ...