commento area notifica email x modifiche

This commit is contained in:
Samuele E. Locatelli
2017-04-13 11:46:20 +02:00
parent ad9054ac3c
commit baafe5faf0
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
Vendored
+2 -2
View File
@@ -203,8 +203,8 @@ pipeline {
unstable {
mail to:"samuele@steamware.net", subject:"UNSTABLE: ${currentBuild.fullDisplayName}", body: "Build is unstable."
}
changed {
/*changed {
mail to:"samuele@steamware.net", subject:"CHANGED: ${currentBuild.fullDisplayName}", body: "Build status changed."
}
}*/
}
}