×
Any time
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
Verbatim
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 ...
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
Security. Adds the ability to perform security analysis with Fortify Static Code Analyzer, upload results to Software Security Center, show analysis results ...
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
Oftentimes it is useful to share parts of Pipelines between various projects to reduce redundancies and keep code "DRY". Pipeline has support for creating " ...
Aug 10, 2016 · In this post we'll cover testing ... The beautiful thing about defining your continuous delivery, and continuous security, pipeline in code is ...
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" ...
Script Security. Used by 98.4% of instances ... See Pipeline as Code with Jenkins for more details. ... Java JSON Web Token (JJWT). Used by 72.9% of instances.
Only run the steps in post if the current Pipeline's run has an "unstable" status, usually caused by test failures, code violations, etc. This is typically ...