You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi, I recently made a change to a regex expression to include a couple new folders in our github repo. I tested the regex expression and the file path/name and it showed a match which is what it should show. I used https://regex101.com/ to test the change out.
I noticed that a file change that actually happened did not trigger the build or show as a commit in bamboo.
My question is do I need to recycle the bamboo server /service to pick up the regex change?
Hey Lance,
You don't need to restart the server to pickup RegEx changes. They should be reflected immediately.
Would you be able to share your RegEx and the file/path that changed and didn't trigger?
Also, are changes in the paths previously covered by the RegEx still triggering as expected?
One thing to note is that the RegEx has to cover the entire path and filename. It doesn't work off partial matches. We have some examples in the below documentation:
Cheers,
Jeremy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.