On 22/07/2020 11:49, Elliotte Rusty Harold wrote:
On Wed, Jul 22, 2020 at 8:36 AM Maarten Mulders <mthmuld...@apache.org> wrote:
In the Jenkins user interface, I see there's an option to build only
specific branches. I'm thinking of excluding everything that starts with
dependabot/ there, just to be sure. Before I continue, does anyone know
if it's possible to configure this with a Jenkinsfile?
Without Jenkins running on Dependabot, we'd probably be safer just
turning off Dependabot, unless maybe there's a way to manually trigger
a build on a branch?
I was thinking Dependabot could _tell_ us there's a newer version of a
dependency. Those branches could be built with Github actions (they are
already in use on some repositories). If that succeeds, and after
inspection of the pull request by a committer, it could be built on
Jenkins, too. We just don't want Jenkins to build those branches
automatically, without human inspection.
Thanks,
Maarten
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org