jenkins-pipeline-global-library-chefci icon indicating copy to clipboard operation
jenkins-pipeline-global-library-chefci copied to clipboard

build with CookbookPipeline.builder(this, steps)

Open lethe3000 opened this issue 7 years ago • 3 comments

as Jenkinsfile at https://github.com/TYPO3-cookbooks/jenkins-chefci/blob/master/Jenkinsfile

I know parameter this is script, but where is steps defined? I cannot find definition or declare of this steps in this repo, so could you help me about this, thank you.

lethe3000 avatar May 02 '17 12:05 lethe3000

@lethe3000 honestly, I don't know. Maybe @michaellihs knows a bit better.

But I assume steps is something pre-defined by Jenkins?

StephenKing avatar May 03 '17 19:05 StephenKing

Please let me know, if you find out.. I remember myself being a bit puzzled about the actual difference.

StephenKing avatar May 03 '17 19:05 StephenKing

for posterity, it is glued into the groovy shell binding by jenkins. Can't remember exactly where, but I saw it in debugger earlier today.

JamesXNelson avatar Aug 22 '19 01:08 JamesXNelson