Hi Baptiste, thanks for the note. I read the guidelines now and moved my code to Github: http://github.com/eickler/hangouts-chat.
Cheers, André On Tuesday, 14 August 2018 17:56:20 UTC+2, Baptiste Mathus wrote: > > Hey folks, > > If, as you seem to, would like your work to get a bigger audience, you > probably want to look into how to host it under the official Jenkins update > center. > > We generally kindly ask people to do a best effort to add features to > existing plugins, but in case this proves impractical, we can still host > 'competing' plugins. > > Cheers > > > Le ven. 10 août 2018 à 19:01, André Eickler <[email protected] > <javascript:>> a écrit : > >> Hi Mehmet, >> >> same here: https://bitbucket.org/eickler/hangouts-chat :-) >> >> You can use it also from Pipelines as step and it sends aggregated error >> reports from JUnit(-derivatives), Cucumber and Maven. Maybe throw things >> together? >> >> Btw. I am currently struggling with the Jenkins test harness. I would >> like to inject mock hangouts communication instead of the real >> communication with the Google API. That works fine with the Notifier, but >> it doesn't seem to work with the Step. I also do not know how to interfere >> with this from my test case, because Pipelines probably instantiates the >> Step from the script. >> >> Any hint on how to do that? My feeble attempts at >> https://bitbucket.org/eickler/hangouts-chat/src/99d45946ae0098e520a1a84850e28f7df25e5cfb/src/test/java/c8y/jenkins/hangouts/RunReporter2Test.java?at=default&fileviewer=file-view-default >> >> ... >> >> Cheers, >> André >> >> On Tuesday, 7 August 2018 13:52:54 UTC+2, Mehmet Salim Ayan wrote: >>> >>> Hello Jenkins CI Dev Team, >>> >>> We currently work on a plugin for Hangouts Chat. It works just like >>> Slack Notification Plugin. >>> You can check our plugin with this link( >>> https://github.com/general-mobile/jenkins-hangout-chat-plugin). >>> >>> Thanks. >>> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > Le 10 août 2018 19:01, "André Eickler" <[email protected] > <javascript:>> a écrit : > > Hi Mehmet, > > same here: https://bitbucket.org/eickler/hangouts-chat :-) > > You can use it also from Pipelines as step and it sends aggregated error > reports from JUnit(-derivatives), Cucumber and Maven. Maybe throw things > together? > > Btw. I am currently struggling with the Jenkins test harness. I would like > to inject mock hangouts communication instead of the real communication > with the Google API. That works fine with the Notifier, but it doesn't seem > to work with the Step. I also do not know how to interfere with this from > my test case, because Pipelines probably instantiates the Step from the > script. > > Any hint on how to do that? My feeble attempts at > https://bitbucket.org/eickler/hangouts-chat/src/99d45946ae0098e520a1a84850e28f7df25e5cfb/src/test/java/c8y/jenkins/hangouts/RunReporter2Test.java?at=default&fileviewer=file-view-default > > ... > > Cheers, > André > > On Tuesday, 7 August 2018 13:52:54 UTC+2, Mehmet Salim Ayan wrote: >> >> Hello Jenkins CI Dev Team, >> >> We currently work on a plugin for Hangouts Chat. It works just like Slack >> Notification Plugin. >> You can check our plugin with this link( >> https://github.com/general-mobile/jenkins-hangout-chat-plugin). >> >> Thanks. >> > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > > > -- -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/2ed83cc4-2b32-4223-9fda-054fe5649ed6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
