diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-27 10:20:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-27 10:20:48 +0200 |
commit | d02450f6234bd79e58b961c8ca2bfb85a01ec1c2 (patch) | |
tree | 2bd14db06d5c7a09b75b81669ae2a49f99d6d172 /vars/isCustomBuild.groovy | |
parent | d74b5b82ff24fe2972ee0ac6bb51b15658d93197 (diff) | |
download | vyos-build-d02450f6234bd79e58b961c8ca2bfb85a01ec1c2.tar.gz vyos-build-d02450f6234bd79e58b961c8ca2bfb85a01ec1c2.zip |
Jenkins: lib: specify when { beforeAgent true }
By default, the when condition for a stage will be evaluated after entering the
agent for that stage, if one is defined. However, this can be changed by
specifying the beforeAgent option within the when block.
If beforeAgent is set to true, the when condition will be evaluated first, and
the agent will only be entered if the when condition evaluates to true.
Diffstat (limited to 'vars/isCustomBuild.groovy')
0 files changed, 0 insertions, 0 deletions