Is there any way available to “publish all changes at once” on the editorial workflow?
Maybe I am missing something or this feature is not available, but I think it would be pretty cool to be able to publish all changes at once. Otherwise I have to cancel a few deploys by “hand” and just let the last one build.
I need a button, like on the image bellow,
so I don’t run out of building minutes so easily;)
Yes @ositaka that’s is exactly what I mean.
You can use this link to see most up voted issues.
We try to do those first (pending important bug fixes, etc.)
Another solution for this problem would be to cancel unfinished build when there is a new webhook call.
Like what Zeit is doing:
If you send multiple requests to deploy the same version of your project, previous deployments for the same Deploy Hook will be canceled to reduce build times. Deploy Hooks – Vercel Docs
Hi @LionelPaulus, not sure that will help as each entry gets its own branch and PR (assuming that generates different hooks).
Regardless Netlify skips intermediate builds:
Thanks for your reply @erez.
I don’t think Netlify is skipping intermediate builds on my projects.
For example, if I trigger 4 times the deploy hook, I will have 4 builds:
They will be done one by one but in the end I would have had 4 builds.
I’d rather prefer that Netlify cancels the previous unfinished builds and only build and deploy the last one.
Hi @LionelPaulus! I gave Erez some confusing advice that was incomplete to back up his answer - sorry about that! I think that webhook triggered builds always happen, but git triggered builds should follow the pattern that Erez described.
I agree that this probably isn’t optimal behavior for you or for us, so I’ve gotten an issue filed for our team to consider updating that behavior, and will follow up here in case we do make that change.
hi, I’m reopening this thread as it is of interest to me. Has any solution been deployed to the initial request ?
I am building a site with Netlify CMS and Gatsby, and I find pretty unoptimized the fact that every single modification leads to a new build. It would be great if we could group all current modification in one PR (or at least in one merge) to avoid multiples builds (my site contains 300+ pages, which is not that much but takes a couple minutes to build each time anyway)
No relevant changes so far, @Matos28. With the development of Netlify CMS at almost a standstill, I don’t expect any significant progress in the coming months either.