Hi

 

I’m completely new to plugin development for Jenkins, so please forgive my 
ignorance while I get up to speed.

 

I’m trying to refactor the OWASPZAP Jenkins plugin to support the 
“pipeline” or “workflow” syntax.

This plugin currently uses the prebuild() method to configure and start a 
standalone Java application, the OWASPZAP scanner.

 

I watched the Youtube video on refactoring for pipeline and it highlighted 
the need to avoid using prebuild() as it presupposes a specific run order.

 

My question is, if I don’t use prebuild() to configure and kick off this 
application, how do I do it?

Is the convention to create a separate stage in the pipeline or something?

 

Thanks in advance

 

steady

-- 
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/776490db-2ca4-4a9d-b8a6-451df8dbf0c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to