Re: Developing plugin that doing something (run some methods) after build of any job

2016-03-27 Thread Vincent Latombe
Note that this discussion rather belongs to jenkinsci-dev. Vincent 2016-03-27 18:17 GMT+02:00 Vincent Latombe : > RunListener > > is the extension point you're looking for. > > Vincent > > 2016-03-27 17:42 GMT+02:00 Barak Ka

Re: Developing plugin that doing something (run some methods) after build of any job

2016-03-27 Thread Vincent Latombe
RunListener is the extension point you're looking for. Vincent 2016-03-27 17:42 GMT+02:00 Barak Katz : > Hi, > I want to develop a plugin that will run some methods after a build of any > job automatically. > Someone can hel