Re: Jenkins External Artifact Storage core changes in LTS

2018-04-16 Thread Carlos Sanchez
On Mon, Apr 16, 2018 at 9:32 AM, Oliver Gondža wrote: > Thanks for the details, guys. I have rechecked all new API is annotated > with Beta. I am wondering, what plugins are going to consume this? I am > trying to understand what userbase will be exposed to the change, what

Re: [Jenkins World 2018] - Graders wanted

2018-04-16 Thread Alyssa Tong
Hi Girish, Basically you will be reviewing the submissions received and giving it a score, and or add comments (your opinion). That's it! Thanks, alyssa On Sun, Apr 15, 2018 at 10:07 PM, Girish Kg wrote: > I am interested. Please provide more details on the roles and >

Re: Request for comments: Special Interest Groups (SIGs) for the Jenkins project

2018-04-16 Thread R. Tyler Croy
(replies inline) On Wed, 11 Apr 2018, Ewelina Wilkosz wrote: > I must say I only briefly scanned the part with all the jenkinsci-foo and > sig-foo :( it seemed like a lot indeed. I like the rest of the document > though! but this part was almost verwhelming... > that's why I asked about SIG

Re: State of Xcode plugin??

2018-04-16 Thread Kazuhide Takahashi
Maintainers of 'Jenkins Xcode Plugin' are currently inactive, and reflections of pull requests are delayed, so I am willing to take over their duties. To do this, you need write access to WiKi pages and git repositories, so please approve this. 2016年9月7日水曜日 2時37分33秒 UTC+9 Brantone: > > Curious

support document for develop UI plugin

2018-04-16 Thread Nalakajayaruwan Kulasekara
Hi Team, I'm beginner for creating Jenkins plugin. I want to create a Jenkins UI plugin to create workflow diagram. Then I tried to find some tutorial or helping document for create new UI Plugin, but I couldn't found complete document. So Would you please help me to know, Jenkins UI Plugin

Re: AtomicFileWriterTest fails

2018-04-16 Thread Jesse Glick
On Sat, Apr 14, 2018 at 1:13 PM, Jonathan Bergh wrote: > This helper function in the test led me to > believe this test should not be running on the Windows platform The `checkPermissionsRespectUmask` test is skipped on Windows. (Well, at least potentially—not sure

Re: AtomicFileWriterTest fails

2018-04-16 Thread Devin Nusbaum
AIUI creating symlinks in Windows 10+ requires running as administrator unless developer mode is enabled. Blog post from Microsoft on the changes: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/ . I’m

Re: AtomicFileWriterTest fails

2018-04-16 Thread Baptiste Mathus
Yeah, introduced in https://github.com/jenkinsci/jenkins/commit/4f2e2615055 / https://github.com/jenkinsci/jenkins/pull/2548 Just checked, and though the PR history is now deleted, I'm pretty sure the CI did run on Windows for this too. So there must be a reason why this works or not under some

Re: Looking for details on Job, Node, and Computer

2018-04-16 Thread Jesse Glick
On Sun, Apr 15, 2018 at 4:04 PM, Joe Fair wrote: > I'm working on changing a plugin to use pipeline syntax https://jenkins.io/doc/developer/plugin-development/pipeline-integration/ > I'm not finding > much detail around agent, node, and computer. Can you be more specific?

Re: [Newbie] Jenkins.instance vs Hudson.instance?

2018-04-16 Thread Calvin
Thank you Oleg. I'll dig more into Descriptor.java to get a better understanding. On Monday, April 16, 2018 at 2:11:23 AM UTC-7, Oleg Nenashev wrote: > > Hi Calvin, > > Jenkins.instance vs Hudson.instance? Which contains what and why? >> > >- There is no real difference.

Re: AtomicFileWriterTest fails

2018-04-16 Thread Jesse Glick
On Mon, Apr 16, 2018 at 4:14 PM, Devin Nusbaum wrote: > I would just > ignore it on Windows unconditionally. Yes, especially given JENKINS-37862. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Re: Jenkins External Artifact Storage core changes in LTS

2018-04-16 Thread Oliver Gondža
Thanks for the details, guys. I have rechecked all new API is annotated with Beta. I am wondering, what plugins are going to consume this? I am trying to understand what userbase will be exposed to the change, what use cases can be affected. Having said that, I see this backportable into .3

Re: State of Xcode plugin??

2018-04-16 Thread Kazuhide Takahashi
Maintainers of 'Jenkins Xcode Plugin' are currently inactive, and reflections of pull requests are delayed, so I am willing to take over their duties. To do this, you need write access to WiKi pages and git repositories, so please approve this. 2016年9月7日水曜日 2時37分33秒 UTC+9 Brantone: > > Curious

Re: [Jenkins World 2018] - Graders wanted

2018-04-16 Thread Girish Kg
I am interested. Please provide more details on the roles and responsibilities. Thanks. Warm Regards Girish KG On 16 April 2018 at 00:49, Joe Fair wrote: > I'd be glad to help, too. > Joe > > On Friday, April 13, 2018 at 12:09:08 PM UTC-4, alytong13 wrote: >> >> Hello, >>

Re: Looking for details on Job, Node, and Computer

2018-04-16 Thread Markus Winter
I found the best way to understand is reading the javadoc and sometimes also looking into the code of Jenkins itself. On 15.04.2018 22:04, Joe Fair wrote: I'm working on changing a plugin to use pipeline syntax, but I'm not finding much detail around agent, node, and computer. Is there a

Re: State of Xcode plugin??

2018-04-16 Thread Arnaud Héritier
Hi Kazuhide Thanks a lot. Based on the discussion we had on this PR I agree to share the maintainer role. https://github.com/jenkinsci/xcode-plugin/pull/87 Your gitHub Id is kazuhidet I added you as committer What is your Jenkins account ID (used for Jira for exemple) ? To be able to

Re: [Newbie] Jenkins.instance vs Hudson.instance?

2018-04-16 Thread Oleg Nenashev
Hi Calvin, Jenkins.instance vs Hudson.instance? Which contains what and why? > - There is no real difference. "Hudson.getInstance()" xists for compatibility reasons but returns the same object Hudson.instance.tasks.dump() As designed, there is no "tasks" in the Jenkins object:

Re: [Jenkins World 2018] - Graders wanted

2018-04-16 Thread Oleg Nenashev
Unfortunately I have to abstain due to personal reasons. But I encourage other people to join the review board, it was an interesting activity in last 2 years. BR, Oleg On Monday, April 16, 2018 at 10:08:05 AM UTC+2, Girish Kg wrote: > > I am interested. Please provide more details on the roles

Re: Adopting xUnit plugin

2018-04-16 Thread Oleg Nenashev
Thanks for it Nikolas! Please feel free to ping me or code-reviewers if you need any help with reviews. Best regards, Oleg On Sunday, April 15, 2018 at 9:32:25 AM UTC+2, Nikolas Falco wrote: > > Good news, a pull request has been submitted - >

Re: [GSoC 2018] - Preliminary announcement

2018-04-16 Thread Oleg Nenashev
Hi Vidhi, Sorry for the response delay. I see you were able to update the document. It is a bit late for joining the mentor team, we are at the student selection phase. And the most of the mentor teams are already formed. OTOH, we still welcome people to join as experts and mentors if they are

Re: Request to become maintainer of the statistics-gatherer-plugin

2018-04-16 Thread Luca Milanesio
Hi all, the PR has been waiting for 13 days now (see https://github.com/jenkinsci/statistics-gatherer-plugin/pull/4 ) and still no news from the current maintainer :-( Can we process my request this week? As discussed, I would