You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have two different git resources pointing to the same repository; one of them has a paths option pointing to a specific subdirectory. I'm finding that even changes outside of this subdirectory are triggering the job to run.
This job is triggering from changes anywhere in the repo. I only want it to trigger for files under subdirectory/. Is this expected behavior? If so, how can I achieve what I'm looking for
The text was updated successfully, but these errors were encountered:
I might be missing something here, but why does job subdirectory-job need to get both git resources? Getting only subdirectory-git would still make available the whole contents of the repo ...
Hi, I have two different git resources pointing to the same repository; one of them has a paths option pointing to a specific subdirectory. I'm finding that even changes outside of this subdirectory are triggering the job to run.
Here are the resources:
For the paths options, I've tried several different approaches: - subdirectory/**, - subdirectory/*, - subdirectory
Here is the relevant part of the job:
This job is triggering from changes anywhere in the repo. I only want it to trigger for files under subdirectory/. Is this expected behavior? If so, how can I achieve what I'm looking for
The text was updated successfully, but these errors were encountered: