Comments out sending emails

This commit is contained in:
Lukasz Lenart
2020-02-13 08:46:32 +01:00
parent e5b93f26f0
commit b2eb3390a6
Vendored
+2
View File
@@ -158,6 +158,7 @@ pipeline {
}
}
}
/*
post {
// If this build failed, send an email to the list.
failure {
@@ -207,4 +208,5 @@ pipeline {
}
}
}
*/
}