off-topic

seancorfield 2025-07-03T20:13:21.465479Z

For those poor, unfortunate souls who have to use BitBucket Pipelines (like myself), this new feature is very helpful: https://www.atlassian.com/blog/bitbucket/evolving-deployments-in-bitbucket-pipelines-concurrency-groups-and-environments Previously, if you pushed changed while a pipeline was already running, you had to manually start the next pipeline once the current one completely. Now you can define "concurrency groups" for steps in your build and BitBucket will automatically queue up pipelines and start them automatically as each prior one finishes! Yay!

🎉 9