AI
Size: a a a
AI
DS
DS
AI
AI
VD
node('master') {
def stages = ['1', '2', '3', '4', '5', '6']
def builders = [:]
for (x in stages) {
def step = x
builders[step] = {
echo "step: ${step}"
}
}
throttle(['myThrottleCategory1']) {
parallel builders
}
}
Н
VD
a
Y
Y
Y
MM
Y
AS
AS
Y
Y
AS
Y