How to run a script before check-in
![]()
Hi,
I would like to run a script before user commit/check-in the changes.
Also, the result of script shall affect the check-in process, like fail/pass status of script will determine whether check-in can continue.
Is there an option to perform this in RTC client?
Thanks,
Deena
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Aug 01 '16, 8:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
RTC currently has no extension point to allow that. You can add your interest here 375669: Provide an extension point for check in to allow advisors and participants to be configured.
|
Comments
Note that this is not currently supported by RTC because it prevents a user from putting incomplete work under source code control, which increases the risk you will lose partial work. RTC instead provides separate operations for "save my work" (checkin) and "make my work visible to my team mates" (deliver). Why do you want to put this check on Checkin, rather than Deliver?