The default email notifications provided by Jenkins are a little inflexible, but the email-ext plugin adds a whole host of configuration options. I use this to provide the build log in some sync jobs I have, but I wanted to configure this via a script in Jenkins’ init.groovy.d directory to automate the configuration. I’ve leaned this article, this Gist about setting up users and this other Gist about configuring credentials as I’ve done this before, but I couldn’t find anything which ...