Re: Upgrade guava to at least 18.0

2017-02-21 Thread Oliver Gondža

On 2017-02-22 03:42, tamal wrote:

I meant to say Jenkins uses Guava 11.x.

On Tuesday, February 21, 2017 at 6:41:25 PM UTC-8, tamal wrote:

Hi,
We are writing some custom Jenkins plugin that uses auto generated
gRPC java client. The issue is Jenkins by default bundles Guava
15.0. But gRPC client needs 18.0, otherwise we are getting Method
Not Found exceptions. So, we have modified Jenkins to use Guava
18.0. But the issue is between 15.0 and 18.0, Guava renamed method
Iterators.skip() to Iterators.advance(). You can see our commit here:


https://github.com/appscode-ci/jenkins/commit/3d67efe7b1020945a71245ffaf94438829775f8e



My question is will it be possible to upgrade Jenkins to use at
least Guava 18.0 ?


I have struggled with this for a long time and (except for a distaste to 
google developed libraries i have developed) it was a waste of time. 
Changing the guava version in core is a challenge as there likely are 
many plugins that depend on that particular version and updating it 
would break binary compatibility for those plugins. What worked for me 
here was instructing maven-hpi-plugin to use pluginFirstClassLoader so 
your plugin will prefer the version of guava it bundles rather than the 
one core happens to use. Both shading and class masking had subtle problems.


HTH
--
oliver

--
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/1ae5e6a7-f031-5d72-36ed-8249ea32f68e%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upgrade guava to at least 18.0

2017-02-21 Thread tamal
I meant to say Jenkins uses Guava 11.x.

On Tuesday, February 21, 2017 at 6:41:25 PM UTC-8, tamal wrote:
>
> Hi,
> We are writing some custom Jenkins plugin that uses auto generated gRPC 
> java client. The issue is Jenkins by default bundles Guava 15.0. But gRPC 
> client needs 18.0, otherwise we are getting Method Not Found exceptions. 
> So, we have modified Jenkins to use Guava 18.0. But the issue is between 
> 15.0 and 18.0, Guava renamed method Iterators.skip() to 
> Iterators.advance(). You can see our commit here: 
>
>
> https://github.com/appscode-ci/jenkins/commit/3d67efe7b1020945a71245ffaf94438829775f8e
>
> My question is will it be possible to upgrade Jenkins to use at least 
> Guava 18.0 ?
>
> 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/dcaf2dab-4855-484c-ab82-303326522540%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Upgrade guava to at least 18.0

2017-02-21 Thread tamal
Hi,
We are writing some custom Jenkins plugin that uses auto generated gRPC 
java client. The issue is Jenkins by default bundles Guava 15.0. But gRPC 
client needs 18.0, otherwise we are getting Method Not Found exceptions. 
So, we have modified Jenkins to use Guava 18.0. But the issue is between 
15.0 and 18.0, Guava renamed method Iterators.skip() to 
Iterators.advance(). You can see our commit here: 

https://github.com/appscode-ci/jenkins/commit/3d67efe7b1020945a71245ffaf94438829775f8e

My question is will it be possible to upgrade Jenkins to use at least Guava 
18.0 ?

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/3ce586cc-e8f2-4f45-8b6e-8060ca4ccb4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-21 Thread Slide
There is a plan to upgrade to Java 8, but there will still be some time
until most people upgrade to that version of Jenkins (and it becomes an
LTS, etc).

On Tue, Feb 21, 2017 at 4:51 PM Patrick Huang 
wrote:

> Thanks guys. It seems creating job on ci.jenkins.io is the way to go.
>
> I do have 8 in my pom. One of the library I
> depend on uses java 8 so I get no choice. Hopefully jenkins will upgrade to
> 8 soon. Java 7 is EOL anyway...
>
> --
> 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/08748d04-36af-44f6-8471-416168a7bb11%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/CAPiUgVe8x14GLXAqofh39NCrhKgdPu8S276-t-6shm4DtktxmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-21 Thread Patrick Huang
Thanks guys. It seems creating job on ci.jenkins.io is the way to go. 

I do have 8 in my pom. One of the library I depend 
on uses java 8 so I get no choice. Hopefully jenkins will upgrade to 8 
soon. Java 7 is EOL anyway...

-- 
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/08748d04-36af-44f6-8471-416168a7bb11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: disk-usage-plugin seems to be abandoned

2017-02-21 Thread 'FredG' via Jenkins Developers
Hi Oleg,

Unfortunately I also have too many other things going on to maintain yet 
another plugin.

It looks like Lucie might be able to do a release, which would be much 
appreciated.
Finding a new maintainer is important, but a lot less urgent.

Regards,

Fred


On Tuesday, February 21, 2017 at 12:50:55 PM UTC+1, Oleg Nenashev wrote:
>
> Hi Fred,
>
> Are you ready to take the ownership (maybe till Lucie gets back)?
> I can spin the release now if it is required, but unfortunately I have no 
> time even to maintain my current stuff :(
>
> BR, Oleg
>
> P.S: Get well soon, Lucie!
>
>
> вторник, 21 февраля 2017 г., 9:39:23 UTC+1 пользователь ogondza написал:
>>
>> On 2017-02-21 01:44, Kanstantsin Shautsou wrote: 
>> > Confirm. @lvotypko made refactorings and disappeared. 
>> > I made few attempts to request release with fixes in last half year, 
>> but 
>> > nobody from RedHat made release. Plugin is very useful and before 
>> > lvotypko i was even ready to refactor or write new. 
>> > Who remember @ogondza email? Please CC him. 
>>
>> Lucie is taking a sick leave to respond to this thread but I afraid she 
>> is not able to devote much more of a time to maintaining this plugin. 
>> Feel free to proceed with adoption. 
>>
>> -- 
>> oliver 
>>
>

-- 
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/1aa7266d-96c6-41f9-8a6b-4d01f0b6be11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ATH under Windows

2017-02-21 Thread Ullrich Hafner
I see, I’ll try to get a virtual machine with Windows and check on my own…

> Am 21.02.2017 um 10:42 schrieb Robert Sandell :
> 
> Me and James Nord did an effort about 1.5 years ago to make it run on 
> Windows, but that seems longer since "several months ago" so it is possible 
> it has degraded since then.
> 
> /B
> 
> On Tue, Feb 21, 2017 at 12:29 AM, Ullrich Hafner  > wrote:
> Is someone running the acceptance test harness under Windows? The last time I 
> tried it did not work, but this was several months ago.
> 
> --
> 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/B8AA6290-5E6F-4B3E-9AB9-590F5829CE3D%40gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> 
> 
> 
> -- 
> Robert Sandell
> Software Engineer
> CloudBees Inc.
> 
> -- 
> 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/CALzHZS2o6G7%2BECiHU-stk4RzZkg0sp7C5KS13Cu_Og%2BFxwva7A%40mail.gmail.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/CB072965-DB40-49DA-8DAF-749E8CA494CD%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing credentials store from the Jenkins CLI before unlocking Jenkins

2017-02-21 Thread Daniel Beck

> On 21.02.2017, at 18:02, 'Claudiu Guiman' via Jenkins Developers 
>  wrote:
> 
> But I can’t list credentials. Is it because the temporary admin account 
> doesn’t have the right permissions?

Please use the jenkinsci-users mailing lists for questions like this.

https://jenkins.io/mailing-lists/

-- 
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/F129123B-990A-4554-8055-F5D784CE11F1%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Accessing credentials store from the Jenkins CLI before unlocking Jenkins

2017-02-21 Thread 'Claudiu Guiman' via Jenkins Developers
Hi,
Is it possible to use the Jenkins CLI  to manage credentials before the user 
unlocks Jenkins? (copies the password from 
/var/lib/Jenkins/secrets/initialAdminPassword and creates a new account)

I can use certain commands like who-am-i by running
 java -jar jenkins-cli.jar -s http://localhost:8080/ who-am-i --username admin 
--password-file /path-to-copy-of-initial-admin-password
Authenticated as: admin
Authorities:
  Authenticated

But I can't list credentials. Is it because the temporary admin account doesn't 
have the right permissions?

java -jar jenkins-cli.jar -s http://localhost:8080/ list-credentials SYSTEM 
--username admin --password-file /path-to-copy-of-initial-admin-password
No such command: list-credentials

ERROR: You must authenticate to access this Jenkins.
Use --username/--password/--password-file parameters or login command.


Thanks,
Claudiu

-- 
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/MWHPR21MB05119F5F2F0231F5BB403D30D7510%40MWHPR21MB0511.namprd21.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.


Re: Project ideas for student projects in the area of testing

2017-02-21 Thread Jesse Glick
On Tue, Feb 21, 2017 at 10:22 AM, Robert Sandell  wrote:
> I think Jesse added some in the mercurial plugin when he extracted
> docker-fixtures from the ATH.

A work in progress but yes.

> And the ATH has plenty of examples as well as docker-fixtures itself

Right, this is where most of the examples would be.

-- 
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/CANfRfr27AZbcxYnyqxuptvXz2f1ErqB4M4yB3jJH0mWksPPYfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Project ideas for student projects in the area of testing

2017-02-21 Thread Robert Sandell
I just wrote one for my experimentation with the  ldap plugin here
https://github.com/rsandell/ldap-plugin/commit/2c85eb0d3f258529562b111a75604e0af7a3486c

I think Jesse added some in the mercurial plugin when he extracted
docker-fixtures from the ATH.
And the ATH has plenty of examples as well as docker-fixtures itself that
has some tests that I used for inspiration.

/B

On Tue, Feb 21, 2017 at 2:48 PM, Mark Waite 
wrote:

> Thanks for the suggestion.  Any pointers to examples of cases which use
> docker-fixtures as a test dependency?
>
> Mark Waite
>
> On Tue, Feb 21, 2017 at 6:45 AM Jesse Glick  wrote:
>
>> If Selenium testing is overkill, then just reproduce the bug in
>> `git-plugin/src/test/`. You can add a `docker-fixtures` test dependency if
>> it is helpful.
>>
>> --
>> 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/CANfRfr0EL9okVMftzt_BSdZVntpcs9ZgkAcwpEaHibV1W8hXQ
>> g%40mail.gmail.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/CAO49JtHvoThDzZdgAucJV1OG6jPjj
> sUFkEx2SGT33om-cf_b9A%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Robert Sandell
*Software Engineer*
*CloudBees Inc.*

-- 
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/CALzHZS1t21ZvVKFbn95Q6-XEh6GXC%2BoMErbxd6ROqicKD_CcYQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post-build-email directs to all-changes page instead of detailed build ID page (v2.45)

2017-02-21 Thread Enoch
Thanks for answering! I created issue JENKINS-42217

-- 
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/3142a377-dc6f-4066-be9e-6f5abe76c26c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Project ideas for student projects in the area of testing

2017-02-21 Thread Mark Waite
Thanks for the suggestion.  Any pointers to examples of cases which use
docker-fixtures as a test dependency?

Mark Waite

On Tue, Feb 21, 2017 at 6:45 AM Jesse Glick  wrote:

> If Selenium testing is overkill, then just reproduce the bug in
> `git-plugin/src/test/`. You can add a `docker-fixtures` test dependency if
> it is helpful.
>
> --
> 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/CANfRfr0EL9okVMftzt_BSdZVntpcs9ZgkAcwpEaHibV1W8hXQg%40mail.gmail.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/CAO49JtHvoThDzZdgAucJV1OG6jPjjsUFkEx2SGT33om-cf_b9A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post-build-email directs to all-changes page instead of detailed build ID page (v2.45)

2017-02-21 Thread Daniel Beck

> On 10.02.2017, at 11:16, Enoch  wrote:
> 
> we noticed that post-build mails suffixes "?page=changes" to the detail URL 
> recently.
> Does somebody feel responsible or knows how to change such behavior?
> 

Hi,

Please use our bug tracker to report bugs. In this case, the component is 
display-url-api-plugin.

https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue

-- 
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/1676F0B7-6894-49BD-A018-A9CFAFBCE210%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Project ideas for student projects in the area of testing

2017-02-21 Thread Jesse Glick
If Selenium testing is overkill, then just reproduce the bug in
`git-plugin/src/test/`. You can add a `docker-fixtures` test dependency if
it is helpful.

-- 
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/CANfRfr0EL9okVMftzt_BSdZVntpcs9ZgkAcwpEaHibV1W8hXQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using milestone within a parallel task

2017-02-21 Thread Jesse Glick
Without spending hours on the analysis I cannot say whether is a safe and
usable extension to solve your situation, or in fact a way to accomplish it
with the current step. You can clone the step to a private plugin and
experiment with changes. Merging significant changes is not straightforward
since it means a substantial number of new behavioral tests covering all
foreseeable usage patterns.

-- 
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/CANfRfr2_9c_BUqrJFqnNrc55dDerzsL3HiFro%3DT1%3DWBLpMtD3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post-build-email directs to all-changes page instead of detailed build ID page (v2.45)

2017-02-21 Thread Enoch
We have this problem also in J2.47, no one else?!

-- 
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/3588dc31-e1b7-4587-943f-1477a231588f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopt flowdock plugin?

2017-02-21 Thread Tim Downey
And here's the PRthanks.

https://github.com/jenkinsci/flowdock-plugin/pull/27


On Tuesday, February 21, 2017 at 7:51:18 AM UTC-5, Tim Downey wrote:
>
> Thanks Oleg.  I got a bounce from Antti and wasn't sure if we was still 
> with the company.
>
> Hello Mark & Antti -- I'm interested in helping out with the Flowdock 
> plugin.  I have a few enhancements in progress, one is for configurable 
> content and subjects as opposed to the auto-generated content and another 
> is direct support for Jenkins pipeline.  I have a PR ready for the first 
> and will submit.
>
> Thanks!
> Tim
>
>
> On Tue, Feb 21, 2017 at 6:56 AM, Oleg Nenashev  wrote:
>
>> Hi Tim,
>>
>> So the first step is to try contacting the current maintainer and 
>> FlowDock just to get feedback from them.
>>
>> I have added Antti Pitkanen to Cc. In addition, I have added Mark Waite 
>> to Cc. He is an active Jenkins contributor and also the director at CA 
>> technologies, which owns FlowDock now. So I suppose he is the best entry 
>> point if Antti is not available.
>>
>> Best regards,
>> Oleg
>>
>>
>> понедельник, 20 февраля 2017 г., 19:53:10 UTC+1 пользователь Tim Downey 
>> написал:
>>>
>>> Hi all,
>>>
>>> I wasn't sure on the process for adopting a potentially abandoned 
>>> plugin.  I'm interest in adopting the flowdock plugin if in fact it is 
>>> abandoned.  I reached out to the maintainer from the wiki, but got a bounce 
>>> and can see that there are several outstanding PRs.  I have a change just 
>>> about ready for a PR as well.  I'd be happy to adopt the plugin but wasn't 
>>> quite sure on the etiquette for finding out if a plugin has been abandoned.
>>>
>>> https://wiki.jenkins-ci.org/display/JENKINS/Flowdock+Plugin
>>>
>>> Thanks!
>>> Tim
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Jenkins Developers" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/jenkinsci-dev/DzzY2SNheIk/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/9d1548c8-0f06-4b6d-b28a-59a460d36212%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/416d6894-a712-4f4d-852e-c88c80e449a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopt flowdock plugin?

2017-02-21 Thread Tim Downey
Thanks Oleg.  I got a bounce from Antti and wasn't sure if we was still
with the company.

Hello Mark & Antti -- I'm interested in helping out with the Flowdock
plugin.  I have a few enhancements in progress, one is for configurable
content and subjects as opposed to the auto-generated content and another
is direct support for Jenkins pipeline.  I have a PR ready for the first
and will submit.

Thanks!
Tim


On Tue, Feb 21, 2017 at 6:56 AM, Oleg Nenashev 
wrote:

> Hi Tim,
>
> So the first step is to try contacting the current maintainer and FlowDock
> just to get feedback from them.
>
> I have added Antti Pitkanen to Cc. In addition, I have added Mark Waite to
> Cc. He is an active Jenkins contributor and also the director at CA
> technologies, which owns FlowDock now. So I suppose he is the best entry
> point if Antti is not available.
>
> Best regards,
> Oleg
>
>
> понедельник, 20 февраля 2017 г., 19:53:10 UTC+1 пользователь Tim Downey
> написал:
>>
>> Hi all,
>>
>> I wasn't sure on the process for adopting a potentially abandoned
>> plugin.  I'm interest in adopting the flowdock plugin if in fact it is
>> abandoned.  I reached out to the maintainer from the wiki, but got a bounce
>> and can see that there are several outstanding PRs.  I have a change just
>> about ready for a PR as well.  I'd be happy to adopt the plugin but wasn't
>> quite sure on the etiquette for finding out if a plugin has been abandoned.
>>
>> https://wiki.jenkins-ci.org/display/JENKINS/Flowdock+Plugin
>>
>> Thanks!
>> Tim
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/jenkinsci-dev/DzzY2SNheIk/unsubscribe.
> To unsubscribe from this group and all its topics, 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/9d1548c8-0f06-4b6d-b28a-59a460d36212%
> 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/CAJp9yiM%2BBDDkjJncZ3njhW3i%2BHA7sYF50M-%2Bqu6N1AXjJ-FqsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Requesting Java 8 builds for selenium plugin

2017-02-21 Thread rouke . broersma
Thank you! Looks good. Especially the blogpost at the bottom of that page 
about the Microsoft partnership was enlightening.

On Tuesday, February 21, 2017 at 1:32:09 PM UTC+1, Daniel Beck wrote:
>
>
> > On 21.02.2017, at 13:12, rouke.b...@infosupport.com  
> wrote: 
> > 
> > Is there any documentation on the change to ci.jenkins.io? The only 
> thing I can find right now is this thread: 
> https://groups.google.com/forum/#!topic/jenkinsci-dev/439-IDYNSVY about a 
> trial on using ci.jenkins.io to figure out what's required for moving to 
> azure. 
>
> https://jenkins.io/projects/infrastructure/#jenkins 
>
>

-- 
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/371da5a1-468b-4acf-acc7-3d91a8d0cdf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: disk-usage-plugin seems to be abandoned

2017-02-21 Thread Lucie Votypkova
Hello, 
I will look at it and do release. But if you want to do some changes or 
maintaining, you are welcome. 

Lucie

- Original Message -
From: "Oleg Nenashev" 
To: "Jenkins Developers" 
Cc: lvoty...@redhat.com
Sent: Tuesday, 21 February, 2017 12:50:55 PM
Subject: Re: disk-usage-plugin seems to be abandoned

Hi Fred,

Are you ready to take the ownership (maybe till Lucie gets back)?
I can spin the release now if it is required, but unfortunately I have no 
time even to maintain my current stuff :(

BR, Oleg

P.S: Get well soon, Lucie!


вторник, 21 февраля 2017 г., 9:39:23 UTC+1 пользователь ogondza написал:
>
> On 2017-02-21 01:44, Kanstantsin Shautsou wrote: 
> > Confirm. @lvotypko made refactorings and disappeared. 
> > I made few attempts to request release with fixes in last half year, but 
> > nobody from RedHat made release. Plugin is very useful and before 
> > lvotypko i was even ready to refactor or write new. 
> > Who remember @ogondza email? Please CC him. 
>
> Lucie is taking a sick leave to respond to this thread but I afraid she 
> is not able to devote much more of a time to maintaining this plugin. 
> Feel free to proceed with adoption. 
>
> -- 
> oliver 
>

-- 
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/1422558979.36378029.1487680604767.JavaMail.zimbra%40redhat.com.
For more options, visit https://groups.google.com/d/optout.


Re: Requesting Java 8 builds for selenium plugin

2017-02-21 Thread Daniel Beck

> On 21.02.2017, at 13:12, rouke.broer...@infosupport.com wrote:
> 
> Is there any documentation on the change to ci.jenkins.io? The only thing I 
> can find right now is this thread: 
> https://groups.google.com/forum/#!topic/jenkinsci-dev/439-IDYNSVY about a 
> trial on using ci.jenkins.io to figure out what's required for moving to 
> azure.

https://jenkins.io/projects/infrastructure/#jenkins

-- 
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/0F9108D5-D7AC-4D14-A646-BBD2C74CEAEF%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Requesting Java 8 builds for selenium plugin

2017-02-21 Thread Arnaud Héritier
I don't know if we have more details for now than what we have in the
thread you mentioned


On Tue, Feb 21, 2017 at 1:12 PM,  wrote:

> Is there any documentation on the change to ci.jenkins.io? The only thing
> I can find right now is this thread: https://groups.google.
> com/forum/#!topic/jenkinsci-dev/439-IDYNSVY about a trial on using
> ci.jenkins.io to figure out what's required for moving to azure.
>
> On Tuesday, February 21, 2017 at 10:19:39 AM UTC+1, Arnaud Héritier wrote:
>>
>> I reconfigured https://jenkins.ci.cloudbees.com/job/plugins/jo
>> b/selenium-plugin/ to use Java 8
>> The best solution for you will be to switch to ci.jenkins.io and then
>> you'll be free to use "everything" you want using a Jenkinsfile
>> Don't forget to add a warning in your changelog about the Java 8
>> requirement, this will be the only way for Java 7 users to see it (the new
>> plugin built for J8 just won't load on a J7 running instance)
>>
>>
>> On Tue, Feb 21, 2017 at 9:34 AM,  wrote:
>>
>>> I am unsure where to request Java 8 builds for the selenium jenkins
>>> plugin, so I'll ask here.
>>> The selenium jenkins plugin needs Java 8 because selenium itself needs
>>> java 8 and the plugin has a dependency on the selenium package.
>>>
>>> Git url: https://github.com/jenkinsci/selenium-plugin/pulls
>>>
>>> --
>>> 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/ms
>>> gid/jenkinsci-dev/3c645e3c-72ca-4e75-85df-ed35ebf51336%40goo
>>> glegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> -
>> Arnaud Héritier
>> http://aheritier.net
>> Mail/GTalk: aheritier AT gmail DOT com
>> Twitter/Skype : aheritier
>>
> --
> 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/f4e31ae4-b589-45bd-8839-03bf3a782562%
> 40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
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/CAFNCU-9m26rs2on7sa9ri%2BF5Xzi6aK_nM91D1HNKziM%2BNx6wkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Requesting Java 8 builds for selenium plugin

2017-02-21 Thread rouke . broersma
Is there any documentation on the change to ci.jenkins.io? The only thing I 
can find right now is this 
thread: https://groups.google.com/forum/#!topic/jenkinsci-dev/439-IDYNSVY 
about a trial on using ci.jenkins.io to figure out what's required for 
moving to azure.

On Tuesday, February 21, 2017 at 10:19:39 AM UTC+1, Arnaud Héritier wrote:
>
> I reconfigured 
> https://jenkins.ci.cloudbees.com/job/plugins/job/selenium-plugin/ to use 
> Java 8
> The best solution for you will be to switch to ci.jenkins.io and then 
> you'll be free to use "everything" you want using a Jenkinsfile
> Don't forget to add a warning in your changelog about the Java 8 
> requirement, this will be the only way for Java 7 users to see it (the new 
> plugin built for J8 just won't load on a J7 running instance)
>
>
> On Tue, Feb 21, 2017 at 9:34 AM,  > wrote:
>
>> I am unsure where to request Java 8 builds for the selenium jenkins 
>> plugin, so I'll ask here.
>> The selenium jenkins plugin needs Java 8 because selenium itself needs 
>> java 8 and the plugin has a dependency on the selenium package.
>>
>> Git url: https://github.com/jenkinsci/selenium-plugin/pulls
>>
>> -- 
>> 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/3c645e3c-72ca-4e75-85df-ed35ebf51336%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> -
> Arnaud Héritier
> http://aheritier.net
> Mail/GTalk: aheritier AT gmail DOT com
> Twitter/Skype : aheritier
>

-- 
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/f4e31ae4-b589-45bd-8839-03bf3a782562%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Build details of pipeline job via API

2017-02-21 Thread Graham Lyons
Thanks Daniel.

On Tuesday, 21 February 2017 10:07:24 UTC, Daniel Beck wrote:
>
>
> > On 20.02.2017, at 18:19, Graham Lyons  > wrote: 
> > 
> > I'm trying to get information about running builds on Jenkins agents, 
> with and without pipelines. 
>
> Please ask questions like this on the jenkinsci-users mailing list. 
>
> https://jenkins.io/content/mailing-lists 
>
> 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/743aca0e-0bee-4510-9704-ce30439ea5fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Translation management plugin

2017-02-21 Thread Oleg Nenashev
Yep, it seems to be an exact match to the use-case. I wonder if we could 
use Zanata within Jenkins project, but I'd guess we cannot dedicate much 
time to this area right now. Unlikely it's applicable OOTB to our current 
engine.

вторник, 21 февраля 2017 г., 2:07:16 UTC+1 пользователь Patrick Huang 
написал:
>
> Hi, take a look at http://zanata.org/ (Opensource translation management 
> platform used by Fedora, Openstack community and Red Hat internally)
>
> We are developing a Jenkins plugin 
> https://github.com/jenkinsci/zanata-plugin right now (Please wait until 
> pull request 3 is merged or just use that branch to build it locally). It 
> can integrate with a Zanata server and SCM. Not yet released but it's 
> getting there. Hope this helps.
>
> On Monday, February 20, 2017 at 1:02:01 AM UTC+10, Marek Be wrote:
>>
>> I am thinking of creating a new Jenkins plugin that will make application 
>> localization easier for people of developer and business roles in the 
>> project. The goal I want to achieve is create a single page where all 
>> translations from the message bundle files found in the codebase are 
>> displayed as editable entities in a convenient way. Any updates could be 
>> previewed instantly in some preconfigured, dedicated server instance. The 
>> plugin would be integrated with popular SCM tools.
>> Do you know if anything similar already exists?
>> Do you think Jenkins plugin API will allow me to achieve aforementioned 
>> functionalities?
>>
>> 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/7d770f02-690a-4566-8b8c-cdc3bed7bf17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopt versioncolumn-plugin

2017-02-21 Thread Oleg Nenashev
OK, let's give Seiji one week to respond before going forward.

воскресенье, 19 февраля 2017 г., 22:48:33 UTC+1 пользователь Arnaud 
Héritier написал:
>
> yes I know.
> Thus yes +1 to cleanup and to add in recommended plugins
>
> On Sun, Feb 19, 2017 at 10:47 PM, Oleg Nenashev  > wrote:
>
>> The approach of Jenkins is "keep as much as possible outside the core".
>> That's why it is not a default functionality.
>>
>> But I agree the plugin can be added to the recommended list once it is 
>> polished enough
>>
>> 2017-02-19 23:16 GMT+03:00 Arnaud Héritier > >:
>>
>>> I still don't understand why this isn't in standard in default UI
>>> This information is critical. At least it was up-until now to see easily 
>>> if you don't have some slaves using an old agent jar.
>>> With the new feature of the windows service allowing auto-updates of the 
>>> agent I hope it should decrease the number of cases where they are outdated
>>>
>>> On Sun, Feb 19, 2017 at 8:54 PM, Oleg Nenashev >> > wrote:
>>>
 I would be happy if somebody adopts it.

 I was considering taking ownership on my own in order to implement some 
 remoting-related features ("disable termination of outdated agent", add 
 administrative monitor, etc.). But I have not reached that point yet.

 BR, Oleg

 воскресенье, 19 февраля 2017 г., 20:30:33 UTC+3 пользователь Baptiste 
 Mathus написал:
>
> Hi,
>
> I'd like to adopt this plugin. I think it may already be abandoned, 
> but I'm checking here.
>
> https://github.com/jenkinsci/versioncolumn-plugin
>
> Added Seiji in CC.
>
> Thanks!
>
> -- Baptiste
>
 -- 
 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/4a7c4d6e-0bd2-49fd-8490-6ee41aff8f1e%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> -
>>> Arnaud Héritier
>>> http://aheritier.net
>>> Mail/GTalk: aheritier AT gmail DOT com
>>> Twitter/Skype : aheritier
>>>
>>> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Jenkins Developers" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/jenkinsci-dev/1RruU6DkBNs/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> jenkinsci-de...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/CAFNCU-8M-JzpkGTSbo%3DLBZQ7OgzNgVoWGB9RuotcEEoCrzYMPg%40mail.gmail.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-de...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLD3z0Q%3D5ODPipvHtcqu4m-TzYMbpOns0HpjHwYgfHzQow%40mail.gmail.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> -
> Arnaud Héritier
> http://aheritier.net
> Mail/GTalk: aheritier AT gmail DOT com
> Twitter/Skype : aheritier
>

-- 
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/ae9d44fc-1275-4bc6-8861-a98f5a70646b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Changelog is now YAML and lives in the site repository

2017-02-21 Thread Oleg Nenashev
I would not say I am 100% happy since the current state requires long PR 
builds, etc. I would also prefer keeping changelogs in the main repo. But 
now it is definitely a step forward compared to what we had before. If we 
experience significant issues with the current state, likely we will 
consider moving to the separate repo.

BR, Oleg

понедельник, 20 февраля 2017 г., 13:37:10 UTC+1 пользователь Arnaud 
Héritier написал:
>
> Ok. If main contributors are happy with it, I have nothing to say. 
>
> Le lun. 20 févr. 2017 à 12:42, Daniel Beck  
> a écrit :
>
>>
>> > On 20.02.2017, at 11:37, Arnaud Héritier > > wrote:
>> >
>> > I don't like to have the changelog leaving outside of the project 
>> repository.
>>
>> It already was in the case of LTS (which AFAIK is the line more 
>> successful with users since we made it more discoverable on the site), and 
>> nobody cared. (And don't get me started on the uselessness of old LTS 
>> changelogs…)
>>
>> The technical 'changelog' is the (history in the) GitHub repository. What 
>> we're discussing here is user documentation, similar to the LTS upgrade 
>> guide. So it's not wrong for it to be in the site repository, where the 
>> rest of the documentation delivered via the site lives.
>>
>> > Am I the only one? Aren't we taking a risk to have it outdated?
>>
>> No less than before. At least for the past year, Oleg and I were the only 
>> ones filling in the changelog for releases (often on the Monday following 
>> the weekly release, so there were plenty of opportunities for others to 
>> contribute).
>>
>> In fact, we started actively discouraging changelog additions in PRs due 
>> to additional merge effort when they aren't merged the same week, and 
>> conflicts even when they are.
>>
>> Oleg and I wrote ~95% of the weekly changelog for the last year. Oliver 
>> and I wrote all of the LTS changelog. We were all in favor of this change 
>> as you can see in the PR referenced below.
>>
>> > Wasn't it possible to copy it from the project repo to the website 
>> build ?
>>
>> As I explained in 
>> https://github.com/jenkins-infra/jenkins.io/pull/661#issuecomment-280625408 
>> that would not be a great idea unless we add significant infra support 
>> around the changelog (generate its HTML independently from the site build). 
>> Doesn't seem worth the effort.
>>
>> --
>> 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/257C76FC-E970-43FE-8096-72A44F9E68EA%40beckweb.net
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> -
> Arnaud Héritier
> http://aheritier.net
> Mail/GTalk: aheritier AT gmail DOT com
> Twitter/Skype : aheritier
>

-- 
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/c9942c8d-88de-45ea-bf59-9e8611b5ad76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adopt flowdock plugin?

2017-02-21 Thread Oleg Nenashev
Hi Tim,

So the first step is to try contacting the current maintainer and FlowDock 
just to get feedback from them.

I have added Antti Pitkanen to Cc. In addition, I have added Mark Waite to 
Cc. He is an active Jenkins contributor and also the director at CA 
technologies, which owns FlowDock now. So I suppose he is the best entry 
point if Antti is not available.

Best regards,
Oleg


понедельник, 20 февраля 2017 г., 19:53:10 UTC+1 пользователь Tim Downey 
написал:
>
> Hi all,
>
> I wasn't sure on the process for adopting a potentially abandoned plugin. 
>  I'm interest in adopting the flowdock plugin if in fact it is abandoned. 
>  I reached out to the maintainer from the wiki, but got a bounce and can 
> see that there are several outstanding PRs.  I have a change just about 
> ready for a PR as well.  I'd be happy to adopt the plugin but wasn't quite 
> sure on the etiquette for finding out if a plugin has been abandoned.
>
> https://wiki.jenkins-ci.org/display/JENKINS/Flowdock+Plugin
>
> Thanks!
> Tim
>
>

-- 
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/9d1548c8-0f06-4b6d-b28a-59a460d36212%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: disk-usage-plugin seems to be abandoned

2017-02-21 Thread Oleg Nenashev
Hi Fred,

Are you ready to take the ownership (maybe till Lucie gets back)?
I can spin the release now if it is required, but unfortunately I have no 
time even to maintain my current stuff :(

BR, Oleg

P.S: Get well soon, Lucie!


вторник, 21 февраля 2017 г., 9:39:23 UTC+1 пользователь ogondza написал:
>
> On 2017-02-21 01:44, Kanstantsin Shautsou wrote: 
> > Confirm. @lvotypko made refactorings and disappeared. 
> > I made few attempts to request release with fixes in last half year, but 
> > nobody from RedHat made release. Plugin is very useful and before 
> > lvotypko i was even ready to refactor or write new. 
> > Who remember @ogondza email? Please CC him. 
>
> Lucie is taking a sick leave to respond to this thread but I afraid she 
> is not able to devote much more of a time to maintaining this plugin. 
> Feel free to proceed with adoption. 
>
> -- 
> oliver 
>

-- 
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/e0ebf6c8-8c61-463e-aa90-513ed1fb3ce9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Build details of pipeline job via API

2017-02-21 Thread Daniel Beck

> On 20.02.2017, at 18:19, Graham Lyons  wrote:
> 
> I'm trying to get information about running builds on Jenkins agents, with 
> and without pipelines.

Please ask questions like this on the jenkinsci-users mailing list.

https://jenkins.io/content/mailing-lists

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/7930C48B-E6E4-41BC-AB50-C6C47F972196%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Build details of pipeline job via API

2017-02-21 Thread Graham Lyons
Actually, that still doesn't explain where it gets the build number and URL 
for the link to the job.

On Tuesday, 21 February 2017 09:53:09 UTC, Graham Lyons wrote:
>
> OK, so it looks like the /ajaxExecutors endpoint just uses the progress 
> value from this data which is why that works.
>
> Any help on the other points would be gratefully received.
>
> Ta,
> G
>
> On Monday, 20 February 2017 17:19:25 UTC, Graham Lyons wrote:
>>
>> Hi,
>>
>> I'm trying to get information about running builds on Jenkins agents, 
>> with and without pipelines. 'Old-style' jobs show up just fine but 
>> pipelines only ever appear as placeholder tasks:
>>
>> {
>>"currentExecutable": {
>>  "_class": 
>> "org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution$PlaceholderTask$PlaceholderExecutable"
>>},
>>"currentWorkUnit": {
>>
>> },
>>"idle": false,
>>"likelyStuck": false,
>>"number": 1,
>>"progress": 84
>>  }
>>
>> I'm using Jenkins ver. 2.19.1 but, looking at the source code, I don't 
>> see any changes relating to this in later versions. I could be wrong about 
>> that of course.
>>
>> Is this expected? Is there a way to make it behave differently? How does 
>> the /ajaxExecutors endpoint get its data?
>>
>> If anyone can help then I'd really appreciate it.
>>
>> Thanks,
>> Graham
>>
>

-- 
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/0016a14a-2e72-4115-a13b-409b86a80e99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Build details of pipeline job via API

2017-02-21 Thread Graham Lyons
OK, so it looks like the /ajaxExecutors endpoint just uses the progress 
value from this data which is why that works.

Any help on the other points would be gratefully received.

Ta,
G

On Monday, 20 February 2017 17:19:25 UTC, Graham Lyons wrote:
>
> Hi,
>
> I'm trying to get information about running builds on Jenkins agents, with 
> and without pipelines. 'Old-style' jobs show up just fine but pipelines 
> only ever appear as placeholder tasks:
>
> {
>"currentExecutable": {
>  "_class": 
> "org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution$PlaceholderTask$PlaceholderExecutable"
>},
>"currentWorkUnit": {
>
> },
>"idle": false,
>"likelyStuck": false,
>"number": 1,
>"progress": 84
>  }
>
> I'm using Jenkins ver. 2.19.1 but, looking at the source code, I don't see 
> any changes relating to this in later versions. I could be wrong about that 
> of course.
>
> Is this expected? Is there a way to make it behave differently? How does 
> the /ajaxExecutors endpoint get its data?
>
> If anyone can help then I'd really appreciate it.
>
> Thanks,
> Graham
>

-- 
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/c966091d-ad41-4ef0-afc7-e8457ae183dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ATH under Windows

2017-02-21 Thread Robert Sandell
Me and James Nord did an effort about 1.5 years ago to make it run on
Windows, but that seems longer since "several months ago" so it is possible
it has degraded since then.

/B

On Tue, Feb 21, 2017 at 12:29 AM, Ullrich Hafner 
wrote:

> Is someone running the acceptance test harness under Windows? The last
> time I tried it did not work, but this was several months ago.
>
> --
> 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/B8AA6290-5E6F-4B3E-9AB9-590F5829CE3D%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Robert Sandell
*Software Engineer*
*CloudBees Inc.*

-- 
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/CALzHZS2o6G7%2BECiHU-stk4RzZkg0sp7C5KS13Cu_Og%2BFxwva7A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Requesting Java 8 builds for selenium plugin

2017-02-21 Thread Arnaud Héritier
I reconfigured
https://jenkins.ci.cloudbees.com/job/plugins/job/selenium-plugin/ to use
Java 8
The best solution for you will be to switch to ci.jenkins.io and then
you'll be free to use "everything" you want using a Jenkinsfile
Don't forget to add a warning in your changelog about the Java 8
requirement, this will be the only way for Java 7 users to see it (the new
plugin built for J8 just won't load on a J7 running instance)


On Tue, Feb 21, 2017 at 9:34 AM,  wrote:

> I am unsure where to request Java 8 builds for the selenium jenkins
> plugin, so I'll ask here.
> The selenium jenkins plugin needs Java 8 because selenium itself needs
> java 8 and the plugin has a dependency on the selenium package.
>
> Git url: https://github.com/jenkinsci/selenium-plugin/pulls
>
> --
> 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/3c645e3c-72ca-4e75-85df-ed35ebf51336%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
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/CAFNCU-9z9K9VX0%3DwoD-xC2_35pCXCMe_tDuiZ4%2BCvdhKX0njiQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-21 Thread Arnaud Héritier
Hi Patrick,

Yes it is possible, is it this plugin :
https://github.com/jenkinsci/zanata-plugin ?

Note that if you don't target Java 7 you'll avoid a part of Jenkins users

to use it (the ones who are still using J7) as for now

Jenkins core still allows it. Sadly there is no mechanism in Jenkins to
avoid users to install plugins which aren't targeting the right JVM level
for now.

https://jenkins.ci.cloudbees.com should be stopped ASAP thus yes the best
strategy for the future will be to move to ci.jenkins.io

cheers

On Tue, Feb 21, 2017 at 2:26 AM, Patrick Huang 
wrote:

> Hi,
>
> Our plugin declare java 8 in pom and uses java 8 in source. But the auto
> created job at https://jenkins.ci.cloudbees.com/job/plugins/ is
> running/using java 7:
>
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: /opt/java/sdk/Oracle/x86_64/jdk1.7.0_79/jre
>
>
> So it failed the build. Is there anyway we can configure the job to use
> java 8? Like putting some magic word in github PR description? Should I be
> better off applying a job at https://ci.jenkins.io/job/Plugins/? 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/bfb1eb49-4aa3-4eb3-9673-ad6976143fb4%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
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/CAFNCU--LU64-pNeeiqc-bbht5W_D_m5W3wBwcip%2Bvz-M11EjDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to configure job at https://jenkins.ci.cloudbees.com/job/plugins/ to use java 8?

2017-02-21 Thread Joseph P
The magic word is inside the POM:

  
8
  

I'd suggest making a Jenkinsfile, take a look at 
this https://github.com/jenkins-infra/pipeline-library/
then create a infra 
ticket https://issues.jenkins-ci.org/projects/INFRA/issues

This is how I did it 
https://github.com/jenkinsci/accurev-plugin/blob/master/Jenkinsfile which 
then simply builds the maven project :)

Best of luck!


Den tirsdag den 21. februar 2017 kl. 02.26.21 UTC+1 skrev Patrick Huang:
>
> Hi, 
>
> Our plugin declare java 8 in pom and uses java 8 in source. But the auto 
> created job at https://jenkins.ci.cloudbees.com/job/plugins/ is 
> running/using java 7:
>
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: /opt/java/sdk/Oracle/x86_64/jdk1.7.0_79/jre
>
>
> So it failed the build. Is there anyway we can configure the job to use 
> java 8? Like putting some magic word in github PR description? Should I be 
> better off applying a job at https://ci.jenkins.io/job/Plugins/? 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/4bc721cf-f14d-4819-ac61-c5bf9a339045%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Project ideas for student projects in the area of testing

2017-02-21 Thread Ullrich Hafner
I’ll ask them, but from the past courses I can say that they will probably have 
not enough time: most of them are doing their master in parallel to their 
normal job. 
(I am already very happy if they can spend a day per week for the project at 
the least...)

> Am 16.02.2017 um 10:43 schrieb Oleg Nenashev :
> 
> Hi Ulli,
> 
> Do you consider aligning these activities with Google Summer of Code? 
> Currently we are looking for project ideas, and actually test framework 
> improvements + test improvements could be a good project. 
> 
> I understand that GSoC implies a significant time dedication by students, 
> which likely goes far beyond a single course, but it may it can be an option 
> if the students are interested.
> 
> Thanks in advance,
> Oleg
> 
> понедельник, 13 февраля 2017 г., 22:40:00 UTC+3 пользователь Mark Waite 
> написал:
> I'd love to have students help create Jenkins jobs which illustrate specific 
> bugs in the git plugin, for example.  Sample jobs which illustrate different 
> bugs as Jenkins jobs are available from the lts-with-plugins branch of my 
> docker repository.  I've found it very powerful to have a Jenkins job per bug 
> report, either as a pipeline job (branch in a git repository like my 
> jenkins-bugs repository) or as a freestyle job which shows the bug and marks 
> itself unstable when the bug is detected.
> 
> I hope to propose a blog posting describing the technique of using one or 
> more Jenkins job definitions for each bug.  I've found it very helpful to 
> verify bugs remain fixed while detecting problems on multiple platforms.
> 
> Mark Waite
> 
> On Mon, Feb 13, 2017 at 11:44 AM Victor Martinez  > wrote:
> Maybe it is a bit out of the scope and I don't know whether there is already 
> a ongoing testing framework for the pipeline. But, is it something feasible? 
> It might be a really good contribution to the community
> Cheers
> 
> --
> 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/bf2dbfa0-c524-4673-bfb5-6e55c05de2d2%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/75a29c62-c428-4ffe-8b59-a74053281829%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/73BFA5C4-1114-4055-ACA1-A68B32502F6C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: disk-usage-plugin seems to be abandoned

2017-02-21 Thread Oliver Gondža

On 2017-02-21 01:44, Kanstantsin Shautsou wrote:

Confirm. @lvotypko made refactorings and disappeared.
I made few attempts to request release with fixes in last half year, but
nobody from RedHat made release. Plugin is very useful and before
lvotypko i was even ready to refactor or write new.
Who remember @ogondza email? Please CC him.


Lucie is taking a sick leave to respond to this thread but I afraid she 
is not able to devote much more of a time to maintaining this plugin. 
Feel free to proceed with adoption.


--
oliver

--
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/7ad9c758-08c1-961b-3935-30ce74d0b87c%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Requesting Java 8 builds for selenium plugin

2017-02-21 Thread rouke . broersma
I am unsure where to request Java 8 builds for the selenium jenkins plugin, 
so I'll ask here.
The selenium jenkins plugin needs Java 8 because selenium itself needs java 
8 and the plugin has a dependency on the selenium package.

Git url: https://github.com/jenkinsci/selenium-plugin/pulls

-- 
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/3c645e3c-72ca-4e75-85df-ed35ebf51336%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.