How to stop triggering a build when i checkin .xls file in RTC
![]()
Im using RTC as source code management and i integrated with jenkins for every checkin the build gets triggered. I have .xls file needs to be checkin into repository everyday. At that time the build should not be triggered in jenkins. Do we have any option to block such operation in RTC?
Please let me know if you have any solutions to this.
Thanks in advance.
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Oct 05 '16, 9:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I can tell, these triggers look if there are new incoming changes. There is no check for which change that is and so the build will always start.
|