×
Enter your Pipeline code into the Script text area. For instance, copy the following Declarative example Pipeline code (below the Jenkinsfile ( …​ ) heading) or ...
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
The Jenkins security team created a custom code scanner based on GitHub's CodeQL. It is capable of finding vulnerabilities common in Jenkins plugins. This page ...
Missing: java | Show results with:java
May 13, 2022 · This plugin uses Probely to scan your web application for security vulnerabilities. It enables security testing in your CI/CD pipeline.
Writing automated tests for Jenkins and its plugins is important to ensure that everything works as expected — in various scenarios, with multiple Java ...
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 ...
Apr 7, 2016 · Below you can find an example of Pipeline scripts, which runs tests on FPGA board. The id of this board comes from build parameters (fpgaId) ...
Feb 7, 2017 · With Declarative, it is still possible to run Pipelines edited directly in the Jenkins web UI, but one of the key features of "Pipeline as Code" ...
This example Java application from a GitHub repository outputs the string "Hello world!", and is accompanied by some unit tests, to check that the main ...
A Pipeline's code defines your entire build process, which typically includes stages for building an application, testing it and then delivering it. Also, a ...
Missing: java | Show results with:java