Rename 'Concurrent builds' setting to 'Concurrent jobs'.
My understanding is that this setting is actually a value used to control job concurrency, not build concurrency, so this clarifies that by referring to jobs instead of builds.
This commit is contained in:
parent
3e8b55e41c
commit
922fb93dca
|
@ -19,7 +19,7 @@
|
||||||
{{input value=settings.maximum_number_of_builds size="4" pattern='/^[0-9]+$/'}}
|
{{input value=settings.maximum_number_of_builds size="4" pattern='/^[0-9]+$/'}}
|
||||||
</p>
|
</p>
|
||||||
<label>
|
<label>
|
||||||
Concurrent builds
|
Concurrent jobs
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user