1 String cron_string = BRANCH_NAME == "trunk" ? "10 3 * * *" : ""
6 kubernetes agentsetup(containers: 'java8,kaniko')
9 disableConcurrentBuilds()
11 triggers { cron(cron_string) }
17 #No longer building the code since cling-core is no longer
22 mvn -N -Ddistrib=/data/www/http.upnpmonitor.wamblee.org/ site site:deploy
35 mail to: "jenkins@wamblee.org",
36 subject: "jenkins build:${currentBuild.currentResult}: ${env.JOB_NAME}",
37 body: "${currentBuild.currentResult}: Job ${env.JOB_NAME}\nMore Info can be found here: ${env.BUILD_URL}"