Re: [GSoC 2016] - Status update

2016-03-30 Thread Parth Sane
Hi Oleg, I was wondering when we(students) will know about our application results for GSoC 2016. I'm really looking forward to participate in GSoC 2016 if my proposal gets accepted! Regards, Parth Sane On Wednesday, 30 March 2016 22:25:23 UTC+5:30, Oleg Nenashev wrote: > > Hi, > > Thanks again t

Re: Plugin hosting request : Chef Sinatra Jenkins plugin

2016-03-30 Thread Irfan Sayed
Thanks. I have requested to create the account in jenkins CI org as per wiki : https://wiki.jenkins-ci.org/display/JENKINS/User+Account+on+Jenkins sent mail to : jenkinsci-accou...@googlegroups.com Please approve asap Regards Irfan On Thu, Mar 31, 2016 at 12:12 AM, Baptiste Mathus wrote: > Hi

Re: Plugin Dependencies Issue

2016-03-30 Thread Baptiste Mathus
What is the name of your repo? Cannot find it under the Jenkinsci github org. Also the fact your wiki page shows an empty macro shows there's indeed an issue with your plugin. (Wrong wiki page URL in the pom being a common one) Thanks Le 31 mars 2016 7:06 AM, "Aldrin Leal" a écrit : > Hey there

Plugin Dependencies Issue

2016-03-30 Thread Aldrin Leal
Hey there, Can anyone help me? I published codecommit-url-helper on Jenkins, and although update-center shows it on its json, its filtered somehow on "manage plugins". Any ideas on what could cause this? My guess its a dependency on plugins without a wiki page (like AWS SDK), but I'd prefer to as

Re: Plugin dependencies automatically installed

2016-03-30 Thread Michael Neale
They would be in the Pom.xml and could be calculated, but it would be an expensive operation if possible. On Thu, 31 Mar 2016 at 3:41 PM, 'George Simpson' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > I see. I noticed that dependencies were listed in the hpi manifest and > ass

Re: Plugin dependencies automatically installed

2016-03-30 Thread 'George Simpson' via Jenkins Developers
I see. I noticed that dependencies were listed in the hpi manifest and assumed that was used to identify dependant plugins. Thanks . On Wed, Mar 30, 2016 at 8:02 PM Slide wrote: > Because the dependency information is stored in the update center > information. The JSON contains all the dependen

Re: Plugin dependencies automatically installed

2016-03-30 Thread Slide
Because the dependency information is stored in the update center information. The JSON contains all the dependent plugins for a specific plugin. If you update a plugin, this information is not available. On Wed, Mar 30, 2016 at 7:54 PM 'George Simpson' via Jenkins Developers < jenkinsci-dev@googl

Re: Plugin dependencies automatically installed

2016-03-30 Thread 'George Simpson' via Jenkins Developers
Thanks for help understanding the difference. Does anyone know the reason plugins installed via 'upload' are treated differently? On Tue, Mar 29, 2016 at 3:15 PM Michael Neale wrote: > Right - generally I like in hpi:run land until I want it in a "real" > jenkins, which would be done via an upda

Re: [JENKINS-33394][support-core plugin]

2016-03-30 Thread Arnaud Héritier
The view is in src/main/resources/com/cloudbees/jenkins/support/SupportAction/index.jelly Thus it is in the class src/main/java/com/cloudbees/jenkins/support/SupportAction.java#L109 And especially in the method doDownload You may find more details about Jelly and Stapler in our Wiki I think t

[JENKINS-33394][support-core plugin]

2016-03-30 Thread Minudika Malshan
Hi, I am trying to implement the feature requested in above subjected ticket. Since I am new to using jelly, the back end code is confusing me a bit. In the source of support core plugin, I found index.html [1] file which contains the implementation of the UI for bundle generating interface. In th

Important announcement regarding usage statistics collection

2016-03-30 Thread Daniel Beck
A bug introduced in Jenkins 1.645 and 1.642.2 caused Jenkins to send anonymous usage statistics data to the Jenkins project even if the administrator opted out of it. Read more about this issue, including how to disable data submission, here: https://wiki.jenkins-ci.org/display/JENKINS/Usage+St

Re: Accidental confluence page::deletion request

2016-03-30 Thread Keith Collison
At time of release, I was trying to comply with the wiki's recommendation that a plugin's ID not have a "-plugin" suffix. I conflated this (mistakenly) to include the name of the wiki page (or was otherwise confused about plugin ID

Re: Accidental confluence page::deletion request

2016-03-30 Thread Baptiste Mathus
Also, why did you actually create a page with the wrong name pattern btw? Having "Plugin" in the end of the page name is actually the standard. 2016-03-30 22:26 GMT+02:00 Baptiste Mathus : > Hi Keith, > > Also beware that your pom.xml points to the old page, you MUST update it > and release it (b

Re: Accidental confluence page::deletion request

2016-03-30 Thread Baptiste Mathus
Hi Keith, Also beware that your pom.xml points to the old page, you MUST update it and release it (basically, it must exist). If you don't after the page gets deleted, your plugin will become ignored/invisible from the update center. Cheers 2016-03-30 21:55 GMT+02:00 Keith Collison : > During m

Re: Need write access to EASE plugin as a new maintainer

2016-03-30 Thread Kevin Wilson
​Got it. I have access now. Thanks for your help.​ Kevin On Wed, Mar 30, 2016 at 4:18 PM, Baptiste Mathus wrote: > Hi, > Curious what led people to think that, but for future reference no, it's > not enough to just edit the pom. > But it's indeed really recommended to keep that section up-to

Re: Need write access to EASE plugin as a new maintainer

2016-03-30 Thread Baptiste Mathus
Hi, Curious what led people to think that, but for future reference no, it's not enough to just edit the pom. But it's indeed really recommended to keep that section up-to-date since this one is then used to generate the wiki page and show the current maintainer(s). The typical way to do that is t

Accidental confluence page::deletion request

2016-03-30 Thread Keith Collison
During my plugin release flailing I created this page in Confluence (whereas the actual page is this one ). I now understand the URL should match that which is de

Need write access to EASE plugin as a new maintainer

2016-03-30 Thread Oleksiy Pylypenko
Hey, acknowledging this. Gyus from IRC said adding one more developer section in pom.xml is enough to be permited to commit to repo, but seems somenthing went wrong. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from thi

Re: CPS transforming at compile time?

2016-03-30 Thread Andrew Bayer
Right, I'm aware that the code needs to either all be CPS or non-CPS. That's why I'm trying to find a way to transform code to CPS at compile time, so I don't have to load/parse that code at runtime if I want to have it be able to take a closure as an argument in a Jenkinsfile. Note also that the

Re: Plugin hosting request : Chef Sinatra Jenkins plugin

2016-03-30 Thread Baptiste Mathus
Hi, FYI, process has changed a few months ago, please follow the doc here https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins Cheers! 2016-03-30 20:20 GMT+02:00 Irfan Sayed : > All, > > I'm about ready to create the first release of my plugin to fetch the node > list based on filter from

Re: CPS transforming at compile time?

2016-03-30 Thread Jesse Glick
On Wed, Mar 30, 2016 at 2:08 PM, Andrew Bayer wrote: > if you try to pass a Closure from CPS > context to a method in non-CPS-land, you get a CpsClosure and it doesn't, > well, work Nor could it possibly work. Non-CPS code may not ever call into CPS code. > get code that gets used by Pipeline co

Plugin hosting request : Chef Sinatra Jenkins plugin

2016-03-30 Thread Irfan Sayed
All, I'm about ready to create the first release of my plugin to fetch the node list based on filter from chef server and execute the chef-client based on the configuration and I'd like to request hosting on jenkins-ci.org. - url: https://github.com/irfanjs/chefbuilder - name: Chef Sinatra

Re: CPS transforming at compile time?

2016-03-30 Thread Andrew Bayer
I was wondering if there was a way to put Pipeline code in a plugin in src/main/groovy rather than src/main/resources, and/or to get code that gets used by Pipeline code CPS transformed at compile time so that the code would use the same closures (i.e., CpsClosure rather than standard Groovy Closur

Re: connecting jenkins to artifactory

2016-03-30 Thread sara_jenkins
Hello Dominik, Thank you for your reply. It seems what I am trying to achieve is different than what these plugins does. so here is the scenario, I am trying to copy alerady build files ( for instance war or zip file) from artifactory and copy them to location A or Z. Do you know how can I

[GSoC 2016] - Status update

2016-03-30 Thread Oleg Nenashev
Hi, Thanks again to all students and mentors for your hard work during about ten office hours and dozens of other calls/chats! Just a summary of the ongoing GSoC2016 activity: - We have successfully handled the student application period - We have got a bunch of proposals (mentors cannot d

Re: CPS transforming at compile time?

2016-03-30 Thread Jesse Glick
Yes it is transformed to CPS at runtime. What is the problem exactly? -- 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...@googlegroup

Re: Plugin development: Add automatic parameters

2016-03-30 Thread Robert Sandell
The normal way that plugins has solved this in the past is to ask the user that is configuring the job to add the parameters themselves and then either name the parameter something specific or be of a specific type or provide the name of the parameter to your plugin config. But it is possible to a

Plugin development: Add automatic parameters

2016-03-30 Thread David Campos
Hi all, I have started recently to develop a few plugins for Jenkins and I got stuck in something that I don't know if can be done or not. The thing is that I want to add a custom set of parameters ("This build is parametrized") to all builds that are including my plugin. The reason why I want

Re: Request access to JenkinsCI organization

2016-03-30 Thread Oscar Serna
thanks Michael, I think that it will be enough. We will try if they can perform a new release soon. Regards On Wed, Mar 30, 2016 at 12:27 AM, Michael Neale wrote: > Hi Oscar - I have added them as a committer as per the > https://wiki.jenkins-ci.org/display/JENKINS/IRC+Bot > > I assume they hav

Re: Backporting for 1.651.1 has started

2016-03-30 Thread Oliver Gondža
All the candidates ware backported with 2 exceptions[1]: JENKINS-33467 - until consecutive fix is released in delivery-pipeline-plugin JENKINS-33693 - until it soak a bit to see if it break something [1] https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%201.651.1-rejected -- oliver --