Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

steps.getAll() only return master step when use groovy script in configuration Build Condition #4151

pureivan ·

steps.getAll() only return master step when use groovy script in configuration Build Condition

how can i get all steps?

  • replies 2
  • views 434
  • stars 0
robinshen ADMIN ·

This will return all steps executing and executed. To get all defined steps in current configuration, try "configuration.findSteps()". It will return a map from step name to step definition.

pureivan ·

ok~ 3Q work