Mark Hollingsworth
Results
1
comments of
Mark Hollingsworth
Needed these in build.gradle ``` testPlugins 'org.jenkins-ci.plugins:cloudbees-folder:6.3' testPlugins 'org.jenkins-ci.plugins:credentials:2.1.16' testPlugins 'org.jenkins-ci.plugins.workflow:workflow-aggregator:2.4' ``` And this is my pipeline and it works ``` pipelineJob("${folderName}/examplePipeline") { definition { cps { sandbox() script(""" node...