Giter Club home page Giter Club logo

Comments (6)

mickaelistria avatar mickaelistria commented on June 12, 2024

It's more a GitHub limitation compared to Gerrit. I don't know whether GitHub can be configured to send notification for (automated) reviews without comment.

from tycho.

laeubi avatar laeubi commented on June 12, 2024

@mickaelistria thats not the job of github but jenkins:

https://wiki.eclipse.org/Jenkins (search for 'send a mail on unsuccessful and fixed builds')

from tycho.

Dufgui avatar Dufgui commented on June 12, 2024

you can do it by just adding some line in https://github.com/eclipse/tycho/blob/master/Jenkinsfile :

post {  
         failure {  
             mail bcc: '', body: "<b>Example</b><br>Project: ${env.JOB_NAME} <br>Build Number: ${env.BUILD_NUMBER} <br> URL de build: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: '', mimeType: 'text/html', replyTo: '', subject: "ERROR CI: Project name -> ${env.JOB_NAME}", to: "[email protected]";  
         }    
     }  

More detail here : https://stackoverflow.com/questions/39720225/send-an-email-on-jenkins-pipeline-failure

You just must choose the mailing list (maybe commiter mayling list if there is one or tycho dev mailing list)

from tycho.

laeubi avatar laeubi commented on June 12, 2024

@mickaelistria do you want to adjust he Jenkinsfile or should we close this as GH actions are enough to get attention?

from tycho.

mickaelistria avatar mickaelistria commented on June 12, 2024

Given that GH actions often return incomplete results, it's still worth keeping this issue on.

from tycho.

akurtakov avatar akurtakov commented on June 12, 2024

We survived a year without these notifications so clearly no one sees it important.

from tycho.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.