Hide job configuration sections depending on the user permission

2015-07-28 Thread Ilya Levin
Hi, I'm looking for a way to hide job's configuration page sections (e.g. the 'Source Code Management section , Build Triggers section etc. ), Depending on the user permissions. The reason is: I want a user (with configure privileges) to be able to configure only a selected part of the

Re: Implementing preCheckout method in BuildWrapper Class

2015-12-14 Thread Ilya Levin
Oleg > > четверг, 10 декабря 2015 г., 16:10:07 UTC+3 пользователь Ilya Levin > написал: >> >> Hi, >> >> I would like to write a custom plugin to perform some actions before SCM >> checkout. >> For that i'm extending the BuildWrapper class and implem

Implementing preCheckout method in BuildWrapper Class

2015-12-10 Thread Ilya Levin
Hi, I would like to write a custom plugin to perform some actions before SCM checkout. For that i'm extending the BuildWrapper class and implementing the preCheckout method. I used *pre-scm-buildstep-plugin* code as my guide: registered the implementation, extended buildWrapper, added