remove email

This commit is contained in:
Samira Ouaaz 2021-11-18 01:04:44 -05:00
parent 4bc35d8e50
commit 4ffbb2b1ac

2
Jenkinsfile vendored
View file

@ -1,7 +1,5 @@
pipeline {
agent none
// Scan for SCM changes at 10-minute intervals
triggers { pollSCM(*/10 * * * *) }
stages {
stage('Build') {