I'm trying to set includedRegions for SCM hooks to trigger a build on. I
create something like this:
checkout([
$class: 'SubversionSCM',
browser: [$class: 'Phabricator', repo: 'C', url:
'https://reviews.acme.com/'],
filterChangelog: true,
ignoreDirPropChanges: fal
I would like to know the configuration to initiate jobB daily only once if
the jobA last build is successful. I tried jobB configuration build trigger
(setting jobA last stable buil) and scheduler every day 6:00 AM. However I
can see that jobB is triggered not only once everytime jobA built
suc
When I try to call a static method in a pipeline script that doesn't have
an existing script approval, I get an exception, which requires a script
approval.
What exactly is the risk involved here? How does someone evaluate the risk
of calling a particular static method? For instance, I needed