Is it possible to display an alert (or provide some other feedback) from a pre-queue groovy script?
Presently I have a build that does data validation as the first build step. This means users have to wait for their build to run before getting feedback that the input data was invalid.
I'd like to validate the data before queuing the build request, and I need to tell the user what's wrong. I'd envisioned being able to display an alert, but don't know if that's possible.
Writing to the system log is not acceptable (too hard to find an entry, and most users don't know about it).