Hi, could you please help me with workflow in jenkins. we have main repository rep1 with submodule s1. submodule has been added to rep1 with specific commit number. we frequently commit to s1. but jenkins doesn't see new changes when updating rep1 because s1 has old commit number.
how can we configure jenkins to automatically rebuild rep1 with the latest changes from s1 when s1 is updated by developers? tx