Hi Enrico,
On Sat, Aug 15, 2020 at 8:31 AM Enrico Olivelli wrote:
> Gavin,
> thank you.
>
> Now I have this second problem, it looks like that in the new Jenkins
> every Jenkins DSL script must be approved.
> see
> https://ci-hadoop.apache.org/job/BookKeeper/job/bookkeeper-seed/3/console
>
> I
Thank you Gavin,
it looks like the script now has problems.
I can fix them, but I don't know how can I make changes if you need to
approve them every time.
We were using Jenkins DSL in order to have Jenkins jobs configuration
committed to git
Do you think that enabling the Groovy sandbox would be
Hi All,
There are still projects that haven't moved over to ci-builds and/or
ci-hadoop.
Whilst most of you have been able to do the right thing and move over by the
initial deadline, some projects have not done so. Some of this may be due
to
credentials issues over the last week or so, or may sim
Using the sandbox is typically recommended as without it, the scripts
can do anything an administrator can do. Usually you'd only disable it
for limited scripts where you need to dig into internal Jenkins state,
but those types of scripts are usually things like Jenkins init
scripts that customize
You could potentially use a build strategy to only build PRs that
contain one or more labels on the PR, and labels can only be added by
committers by default. I've used this plugin at work recently for
building an opt-in acceptance test pipeline:
https://plugins.jenkins.io/github-label-filter/
On
Il Sab 15 Ago 2020, 20:35 Matt Sicker ha scritto:
> Using the sandbox is typically recommended as without it, the scripts
> can do anything an administrator can do.
My error with the sandbox is:
ERROR: You must configure the DSL job to run as a specific user in
order to use the Groovy sandbox
Would you please create a Tuweni folder? Thank you!
Antoine
> On Aug 14, 2020, at 1:30 PM, P. Ottlinger wrote:
>
> Hi Gav,
>
> hopefully all of Creadur's projects are migrated . puh -
> I created a new infra ticket
> (https://issues.apache.org/jira/browse/INFRA-20688) to get some of the
>