remove specific emailing from Jenkinsfile for xaibox

This commit is contained in:
2020-06-15 07:08:34 -04:00
parent 59c7c862c4
commit 2484b1b345

View File

@@ -59,19 +59,4 @@ pipeline {
}
}
post {
always {
emailext attachLog: true,
to: ${DEFAULT_RECIPIENTS}
}
unsuccessful {
emailext attachLog: true,
to: ${DEFAULT_RECIPIENTS}
}
changed {
emailext attachLog: true,
to: ${DEFAULT_RECIPIENTS}
}
}
}