How can I run concurrent builds on slaves with a limit of 1 build per slave?

前端 未结 0 843
盖世英雄少女心
盖世英雄少女心 2021-01-23 21:00
pipeline {
  agent {
    node {
      label \'slave\'
    }
  }

options {
  throttleJobProperty(
    categories: [\'TEST\'],
    limitOneJobWithMatchingParams: true,
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题