A plugin tool for Jenkins which presents a simplified and opinionated syntax on top of the Pipeline sub-systems.
In Jenkins scripted pipeline we are able to create methods and can call them. Is it possible also in the …
jenkins groovy jenkins-pipeline jenkins-groovy jenkins-declarative-pipelineIs there a way to set the agent label dynamically and not as plain string? The job has 2 stages: First …
jenkins jenkins-declarative-pipelineMy Jenkins declarative pipeline has the following post action: mail to: '<snip>', subject: "Status of pipeline: ${…
jenkins jenkins-declarative-pipelineI am stuck at how to properly use nested conditions as proposed in the Jenkins syntax. https://jenkins.io/doc/…
jenkins-pipeline jenkins-declarative-pipelineI have a Jenkins declarative pipeline in which I build in one stage and test in another, on different machines. …
jenkins jenkins-pipeline jenkins-declarative-pipelineI want to define multiple stages in Jenkins declarative pipeline syntax which can continue past any one of them failing. …
jenkins jenkins-pipeline jenkins-declarative-pipelineI want to use different JDK versions for different stages in Jenkins declarative pipeline. In the first stage I am …
jenkins groovy jenkins-declarative-pipelineI have certain build logic, such as publication, that I would like to have Jenkins perform only when it is …
jenkins jenkins-pipeline multibranch-pipeline jenkins-declarative-pipelineHave a Jenkins pipeline. Need/want to send emails when build succeeds. Email about all branches to maillist-1 and filter …
if-statement jenkins jenkins-declarative-pipelineUsing new jenkins declarative pipeline syntax, I'd like to test the return status of a sh script execution. Is it …
jenkins jenkins-declarative-pipeline