I have a groovy script to send notifications. I need to run this as post build after each of my job in jenkins. I need to do this without manually updating each job.
Problems faced:
- Tried to make this as jenkinsfile. But Pipleine script from perforce is buggy and cannot be used.
Any suggestions??