Re: [GSoC 2018] - Preliminary announcement

2018-02-06 Thread martinda
Hi Oleg and everyone, I have added a new plugin proposal to the list of 2018 GSoC proposals . The proposal is to create a Discard Builds Step Plugin

Re: Password reset on https://accounts.jenkins.io

2018-02-06 Thread Daniel Beck
> On 6. Feb 2018, at 19:06, amer@nike.com wrote: > > So then I tried to reset pass, went in and logged in with my "temp" pass sent > in the e-mail and it doesn't let me log-in because Are you using Outlook and copied/pasted the password with a trailing space? -- You received this

Password reset on https://accounts.jenkins.io

2018-02-06 Thread amer . zec
Hi, I tried signing up on https://accounts.jenkins.io and it tells me that there is already username with my e-mail address. So then I tried to reset pass, went in and logged in with my "temp" pass sent in the e-mail and it doesn't let me log-in because Oops! User "myem...@mydomain.com"

Re: Need help debugging hudson.remoting.ChannelClosedException "channel is already closed" in Remoting (I have logs)

2018-02-06 Thread Oleg Nenashev
hmm, seems it requires some deeper review. Will circle back пятница, 2 февраля 2018 г., 4:58:48 UTC+1 пользователь m...@basilcrow.com написал: > > Hi all, > > I am trying to debug an intermittent failure with Remoting. I am familiar > with the overall design of Remoting but not its

Accelerating Jenkins development with Jenkins Essentials

2018-02-06 Thread R. Tyler Croy
After pounding my head against my whiteboard for a couple months, I'm finally ready to talk about this idea which was first discussed at Jenkins World 2017 in San Francisco. At the Contributor Summit we held, Kohsuke challenged us to make Jenkins easy enough for an end-user to go from "zero"

Re: Commit access for plugin usage plugin and PR that adds version information

2018-02-06 Thread Michał Laskowski
Hi, Changed settings and I am able to respond from my email to this exact thread (Adding Christian Meyer to CC, hope it will work as expected). As in my previous message, I am asking you if you are ok with me becoming a maintainer for plugin-usage-plugin:

Re: Commit access for plugin usage plugin and PR that adds version information

2018-02-06 Thread Michał Laskowski
There is no CC button in Google groups (a know problem), and I have grouped notifications on my email so couldn't cc from there either. I forwarded the message from the web app to chrissy.meyer but it is not in my sent folder and doesn't appear here Also no can do from the

Re: [ANNOUNCE] Events Plugin

2018-02-06 Thread Luca Milanesio
Hi Martin, thank you for sharing the plugin with the community :-) I am including the Jenkins Dev community as well, because this plugin could be really useful when used in conjunction with the Gerrit Trigger Plugin. Luca. > On 6 Feb 2018, at 00:17, Martin Fick wrote: >

Re: Variable doubt in jelly-javascript-java for plugin development

2018-02-06 Thread Virginia Mesa
Hello, while I test what you have written to me .. I've been looking, you know how the tag works? I have seen that it allows to execute javascript and give value to the variable that you need. Could I do something like that? or something similar..: var select =

Re: Variable doubt in jelly-javascript-java for plugin development

2018-02-06 Thread Ullrich Hafner
> Am 06.02.2018 um 11:45 schrieb Virginia Mesa : > > Hi, > Look,this is the Java method: > > > Text would be preferred :-( > The method returns an array of string, does it always return a JSON? I don’t know if Jenkins does convert the array of strings into a JSON

Re: Variable doubt in jelly-javascript-java for plugin development

2018-02-06 Thread Virginia Mesa
Good, the method works correctly. The problem has arisen when passing a variable that I have to collect previously. If, for example, I 'force' the parameter to be a specific string, I do it well. Yes thanks! Once I get what I want, I will try to improve the code as you indicate :) A

Re: Variable doubt in jelly-javascript-java for plugin development

2018-02-06 Thread Baptiste Mathus
Does this method work when called from the associated JUnit test? (BTW, this code is missing a finally block to correctly clean up resources and looks like sensitive to SQL injection attack, but let's table that for now I guess). 2018-02-06 11:45 GMT+01:00 Virginia Mesa :

Re: Variable doubt in jelly-javascript-java for plugin development

2018-02-06 Thread Virginia Mesa
Hi, Look,this is the Java method: The method returns an array of string, does it always return a JSON? What happens is that then I use that array to fill a table, so I need it to be an array to go through it like this: To that variable 'orderOfcomps', I want to give it the value of the