Re: throttle() in declarative pipelines

2017-07-19 Thread Michael Pailloncy
Regarding the associated documentation , *throttle* is defined as a *step* and since you are using the declarative way, have you tried something like : pipeline { agent any stages {

throttle() in declarative pipelines

2017-07-19 Thread Jochen Hinrichsen
Has anyone used the 'Throttle Concurrent Builds Plugin' in a declarative pipeline? >From what i understand, throttle() will throttle nodes, which are optional in a dp: pipeline { agent any } When introducing an explicit node pipeline { throttle(['THROTTLE1']) {