Re: SELECT / COMBOBOX JELLY

2018-03-21 Thread Virginia Mesa
Yes! It's like that! Thank you very much to both of you. And thank you very much for the UI Samples plugin, it has very interesting things. I'm starting now with the development of Plugins and all help is little with the little documentation there is. Thank you! > -- You received this

SELECT / COMBOBOX JELLY

2018-03-20 Thread Virginia Mesa
Good, I need to create a select / combobox to choose a multiple option. I did it this way: But at the time of passing the data to the BackEnd, it

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 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 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

Variable doubt in jelly-javascript-java for plugin development

2018-02-05 Thread Virginia Mesa
Hi, I am developing a functionality in a Jenkins plugin, and I have a problem when passing a variable to a Java method. Let's see if I explain it well, and if you can help me: - What I want to do is to choose one of the options from a ComboBox, and this option to pass it as a parameter to the

How does Jenkins execute the modules inserted in the Job?

2017-12-20 Thread Virginia Mesa
Hello, I have a question about how Jenkins executes the modules that you insert into a job. I explain: I have a problem in the variables that happened to the task, when executing the job ... sometimes it keeps the tasks that happened to me at that moment, but other times it is like keeping

Re: Coexistence of two equal plugins

2017-12-01 Thread Virginia Mesa
gt; > a écrit : > > Class full name and artifact id, changing group id has no effect. > > /B > > 2017-11-29 4:53 GMT+01:00 Slide <slide...@gmail.com >: > >> Please don't double post. >> >> On Tue, Nov 28, 2017, 16:50 Virginia Mesa <v.mesa...@gmail.co

Coexistence of two equal plugins

2017-11-28 Thread Virginia Mesa
Hi, I modified a Jenkins plugin in which there was a drop-down and I wanted a textbox. Once modified, my idea was to upload this version of plugin and at the same time keep the previous one unchanged, so as not to disrupt the execution of other jobs that use it. I have changed the