Hello Team,
I am trying to run a conditional pipeline based on change in particular directory in same repository.
I have below steps in my file and I want if any merge happens in backend related folder then related test script should run and if changes happens in Frontend related folder then also related script should run.
currently no pipeline is getting triggered when I merge some code in BE or FE folder. Thanks !
Thank You Mark for your reply and suggestions, I did the same but still pipeline is not getting triggered if I do change in "./backend/**" or "./frontend/**" sub folders.
my file is in "/backend/tests" when I do some changes and after commit / push, pipeline is not getting triggered, without changeset it's working as expected.
Hi @Rajnish Kumar,
Welcome to the community.
For your includePaths configuration, would it be possible for you to add two asterisks following the documentation below?
includePaths:
- "./frontend/**"
Reference:
Let me know how it goes.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.