We have Gitlab configured like following:
.zip
, .o
or .class
are present, the code gets rejected by the same server side hook. Are the above 3 validations possible in IBM RTC SCM before delivering the code to the server? How? I know .jazzignore
, but I want specifically for server side rules.
We want to know it as we are switching to RTC. We also have hooks to build via Jenkins etc. etc., but I know this is possible in RTC.
IBM Rational Team Concert does not have out of box possibility to address those 3 scenarios. You can do it by implementing your own Operations Behaviors (server-side extensions) in Java. Example
If you are a huge fan of Git, I recommend using RTC Git Integration which is quite good.