I have a build step that run an application, does a bunch of stuff, 
generates some reports and outputs a bunch of data to the console.

The final report / information available during the build step is the list 
of all issues/alerts found. The application scans a given website for 
security issues and flags when with various alert levels (High, Med, Low)

So let's say that during the build step, 5 High level issues were found, 20 
medium and 300 low. How do i now make this information available to a post 
build action? Can it even see that information?

The goal of the post build action is a threshold system, where the user 
defines the upper bound for each level. So if the users says 3 is the max 
number of highs, and there are 5 in total. Then the build will result in a 
failure.

But at the moment, i don't know about the 5 from the build step, how do i 
exchange information between the build step and the post build step. Any 
example or guidance would be greatly appreciated. Is it even possible for 
the Build step to send information to the post build step?

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/b2fcd1ef-d9d6-46d1-9e19-7b87fbe518b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to