On Fri, Jul 5, 2019 at 9:20 AM Devin Nusbaum <[email protected]> wrote:
> it might be preferable to convert your test case to scripted and depend only 
> on workflow-cps, workflow-job, and workflow-basic-steps in test scope 
> (perhaps also a few others such workflow-durable-task-step for the `node` 
> step).

Seconded. For purposes of testing a branch source, you should not
require anything beyond, say,

node {
  checkout scm
  echo(/checked out: ${readFile 'something-versioned'}/)
}

so better to keep the dependencies minimal.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3FRZWFNJtqpAe4O2VotCFgx%3Dg%3D14p169Ra%2BfHFL%2BGnCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to