Hi!
I wonder if I can set any value through API to limit concurrent jobs for build. Now I do it manually from Settings page in Travis.
Thanks.
Hi!
I wonder if I can set any value through API to limit concurrent jobs for build. Now I do it manually from Settings page in Travis.
Thanks.
There is none because there’s no need to. The setting is a workaround for projects that don’t correctly share access to some external resource. The concurrency logic is either there, or it isn’t, so there’s no need to change this on the fly.
If you explain what you are trying to do, there’s probably a better way.