Re: Hangouts Chat Plugin

2018-09-01 Thread Daniel Beck



> On 1. Sep 2018, at 09:45, André Eickler  wrote:
> 
> to be honest, I can’t recall! I just remember that there were naming 
> conventions for plugins, a requirement to sign up to the list, hosting on 
> GIT, having some instructions in form of a readme and these things. If you 
> have a better entry page for me, I am happy to go through that one. At least 
> it seems like our dev team likes the plugin so far, so maybe someone else 
> does as well.

https://jenkins.io/doc/developer/publishing/requesting-hosting/ should help you 
move forward (and if you get stuck, please let us know!),

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/4A051D2F-23B9-4860-BB54-7439C5C09869%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Hangouts Chat Plugin

2018-09-01 Thread André Eickler
Hi Baptiste,

to be honest, I can’t recall! I just remember that there were naming 
conventions for plugins, a requirement to sign up to the list, hosting on GIT, 
having some instructions in form of a readme and these things. If you have a 
better entry page for me, I am happy to go through that one. At least it seems 
like our dev team likes the plugin so far, so maybe someone else does as well.

Kind regards,
André

> On 23. Aug 2018, at 23:56, Baptiste Mathus  wrote:
> 
> That's a good start! Can you please tell me which guidelines you read? It 
> seems like to that doc is missing some of necessary steps to actually host 
> your plugin under the Jenkins org.
> 
> Le mer. 15 août 2018 à 18:01, André Eickler  > a écrit :
> 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 > 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=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 jenkinsci-de...@googlegroups.com <>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> 
> Le 10 août 2018 19:01, "André Eickler" > 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=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 

Re: Hangouts Chat Plugin

2018-08-15 Thread André Eickler
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  > 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=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 jenkinsci-de...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> Le 10 août 2018 19:01, "André Eickler"  > 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=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 jenkinsci-de...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com
>  
> 
> .
>
> 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 jenkinsci-dev+unsubscr...@googlegroups.com.
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.


Re: Hangouts Chat Plugin

2018-08-14 Thread Baptiste Mathus
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 
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=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 jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

Le 10 août 2018 19:01, "André Eickler"  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=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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com

.

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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS4XPhFLzPzdiMLJSJynnvu_W2_%3DZqj3zNoeHcC8UgiCdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hangouts Chat Plugin

2018-08-10 Thread André Eickler
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=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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/55dd4057-eec1-42b0-b040-758be760ddeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Hangouts Chat Plugin

2018-08-07 Thread Mehmet Salim Ayan
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/00236b4c-c776-4a77-98c5-b86a65173f35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.