Git-plugin: Build, BuildData objects and changelog questions

2015-02-13 Thread Kanstantsin Shautsou
Hi, could somebody shed light on what logic implied for BuildData, Build objects? What should i do if i need both cases https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/util/Build.java#L29-L39 ? How i can handle this objects for doing pull request triggered

Re: Intellij Developer License Renewal

2015-02-13 Thread Kanstantsin Shautsou
Any chance to get key? On Wednesday, December 17, 2014 at 10:41:14 AM UTC+3, Kanstantsin Shautsou wrote: > > Answer from JetBrains: > > IntelliJ IDEA OS license issued to Jenkins project was renewed on > September 2, 2014. It’s valid for one year and covers all new versions of > the software re

Re: 401 error while pushing plugin to Artifactory

2015-02-13 Thread Damien Coraboeuf
I'm attaching more details: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project ontrack: Failed to deploy artifacts: Could not transfer artifact org.jenkins-ci.plugins:ontrack:hpi:2.4.2 from/to maven.jenkins-ci.org (http://m

Re: 401 error while pushing plugin to Artifactory

2015-02-13 Thread Christopher Orr
It's a known issue; unfortunately it's the same for everybody. You can watch https://issues.jenkins-ci.org/browse/INFRA-240 for updates. On 13/02/15 20:23, Damien Coraboeuf wrote: I'm currently facing the same issue. 401 while it worked previously very well (last deploy on 2015/02/05). The up

Re: 401 error while pushing plugin to Artifactory

2015-02-13 Thread Damien Coraboeuf
I'm currently facing the same issue. 401 while it worked previously very well (last deploy on 2015/02/05). The upload is done (.hpi + .pom) and then the HTTP 401 error occurs. Damien. On Monday, 9 February 2015 08:56:26 UTC+1, Shanbin Wang wrote: > > Hi, > > My account (shanbin) used to work co

Re: Jenkins plugin's classloader isolation

2015-02-13 Thread Kanstantsin Shautsou
imho jenkins core definitely must provide good core and exclude such class mess. I also mentioned JBOSS modules on #jenkins as idea.. Is there any exising document that has comparison of various existed application, their technologies and problems? For example what is used in Jira, artifactory a

Re: Request hosting for Kubernetes plugin

2015-02-13 Thread Surya Gaddipati
Interesting work. Thanks for making this plugin. On Wednesday, February 11, 2015 at 7:10:11 AM UTC-6, Carlos Sanchez wrote: > > Hi, > > I'd like to get the Kubernetes plugin under jenkinsci org, with the > automated builds, deployments, etc. > > It is currently at https://github.com/carlossg/jenk

Re: Is there a way to debug jelly/Descriptor bindings?

2015-02-13 Thread Ivo Bellin Salarin
Problem solved: I've debugged Jenkins, and a breakpoint in ExpressionFactory2 has told me the truth. :-) As I've stated previously, the select.jelly contains an instruction: ${descriptor.calcFillSettings(field,attrs)} But this expression relies on the presence of a descriptor variable, which is n