HI all,
I'd like to know if it is possible to avoid a job to build if there are no change on source.
In my case, I've a job triggered by another one and I'd like this job to build (and so to deploy in my maven repo) only if sources managed by this job have build changed. In other cases, job juste don't run.
Thank you