probo icon indicating copy to clipboard operation
probo copied to clipboard

Branch building

Open xendk opened this issue 9 years ago • 5 comments

We're exited about Probo, but one worry is that it only builds PRs. We're used to every branch being build on push, as is common.

Any plans for branch building? If not build-all-branches, then at least being able to configure develop to always being build?

xendk avatar Feb 05 '16 10:02 xendk

Yep, we're planning to add branch building in the very near future. I'll update this issue as that effort progresses.

tizzo avatar Feb 09 '16 04:02 tizzo

Excellent! Keep up the good work.

xendk avatar Feb 09 '16 07:02 xendk

I am curious has there been any further development on this?

ghost avatar Jul 25 '16 19:07 ghost

Also very keen on this feature however as a workaround after each release we push an empty commit to develop and start a new "Next release" PR.

git -m"Build next release." --allow-empty

thom8 avatar Jul 25 '16 21:07 thom8

Bump. Would be really useful for us. We are using Percy on a per branch basis but it would be great to have master get built in Probo and run Percy after each deploy to generate a new baseline.

Auspicus avatar Jun 06 '19 15:06 Auspicus

This is possible on Probo 2 by adding [build] to your commit message. Will build a build for that commit.-

ElusiveMind avatar Nov 05 '22 21:11 ElusiveMind