2010-11-17 11 views
-2

Je veux envoyer une notification sur Yammer à travers Ant, mais aucune notification n'est envoyée. Je veux parler de this link.Aucune notification envoyée sur Yammer via Ant

<target name="notify_yammer"> 
    <mail mailhost="${mail_host_name}" mailport="25" user="${mail_host_user}" password="${mail_host_password}" subject="Test build completion notification" charset="utf-8"> 
     <from address="${mail_from_address}" /> 
     <to address="${mail_to_address}" /> 
     <message>Build successfully deployed on server!</message> 
    </mail> 
</target> 

Après l'exécution de la tâche ci-dessus notify_yammer, je suis arrivé cette sortie:

Buildfile: /home/Repository/myProject/build.xml 

notify_yammer: 
    [mail] Sending email: Test build completion notification 
    [mail] Sent email with 0 attachments 
**BUILD SUCCESSFUL** 
Total time: 5 seconds 

Mais j'ai reçu aucune notification sur Yammer.

Y a-t-il des modifications requises dans Notification Settings? Ou pouvez-vous me dire ce qui ne va pas?

Répondre

0

Le site Yammer est indisponible depuis 2 jours donc aucune notification sur yammer.

Site i.e. est en baisse sur 19Nov - 20 novembre

maintenant réussie Email/RSS Notification relative yammmer par ANT.

Questions connexes