9 triggers { cron('H 5 * * 1-5') }
22 actions = load 'tests/actions.groovy'
23 actions.runInsideNixShell('make scan-vuln-deps', 'dev')
32 withCredentials([string(credentialsId: 'email-notification-rd-team', variable: 'email')]) {
34 subject: "${currentBuild.fullDisplayName} is broken",
35 body: "See ${env.BUILD_URL}"
39 withCredentials([string(credentialsId: 'email-notification-rd-team', variable: 'email')]) {
41 subject: "${currentBuild.fullDisplayName} is unstable",
42 body: "See ${env.BUILD_URL}"