Hi,I am developing one plugin for my internal purpose. I would like to add feature that will do some action at the end the job build.
But i really do not know how to implicitly add this action at the end of the build. Can anyone suggest me to how to achieve this.
Example: I will trigger the build through api and at the end of the build Jenkins should call the hook which i've given while trigger internally rather then UI configuration
Thanks in Advance