×
When a Jenkins job executes, it sets some environment variables that you may use in your shell script, batch command, Ant script or Maven POM. The following ...
As mentioned previously, Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins.
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: jpg | Show results with:jpg
Dec 16, 2023 · This plugin executes a groovy script in the Jenkins JVM as a post-build action (a publisher) . Typically, the script checks some conditions ...
Mar 29, 2024 · The Active Choices plugin is used in parametrized freestyle Jenkins jobs to create scripted, dynamic and interactive job parameters.
Sep 7, 2021 · This plugin allows the user to execute a shell/batch task depending on the build log output. Java regular expression are allowed.
Aug 22, 2023 · Hi Team, We have CloudBees Jenkins and intermittently we are getting below error in any stage of Jenkins pipeline job.
Sep 7, 2021 · Managed scripts are shell scripts which are managed centrally by an administrator and can be referenced as a build step within jobs.
Feb 10, 2017 · In this blog post, we'll go back and look at the Scripted Pipeline for the Publishing HTML Reports in Pipeline blog post. We'll convert that ...