threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

How to trigger builders for every commit on a repo #625

Open xmonader opened 5 years ago

xmonader commented 5 years ago

I usually use autobuild and build.grid.tf to autobuild and generate flists for every commit on a repo specially single binary repos. How to achieve the same with builders?

@despiegk @andrewayoub

andrewayoub commented 5 years ago

we can create a script with webhook to jumpscale repo which will create an flist from any builder that has been edited in the last commit, or we can extend the auto builder tool to use jumpscale builders instead of bash scripts

despiegk commented 5 years ago

we need to agree on how to do this, have some ideas, lets not execute before we align