We have a Talend job, in which we have written a routines with our own customized function to verify the functionality using Junit Assert methods.
How we can automate this Talend routine test using Jenkins? somehow we need to fail the build if the Assert is failing.
Talend supports running tests only when we write the component based testing using Create Test by right clicking the component. But our case is something that we dont have component specific testing.
Appreciate it for any help on this?