Hi, on our production openshift cluster we don't have internet access, so i
want to disable Jenkins to check for updates.
I made this file in init.groovy.d/disable-all-update-sites.groovy
/*
This script completely disables all update sites in Jenkins, invalidates
plugin
upgrade data, and
Hi all,
I've got an init.d/ groovy script to configure the mailer task:
import jenkins.model.*
def jenkinsInst = Jenkins.getInstance()
def mailerDesc = jenkinsInst.getDescriptor("hudson.tasks.Mailer");
mailerDesc.setSmtpHost("smtp.domain.com")
mailerDesc.setUseSsl(false)
mailerDesc.setDefaultSuf