Re: ANN: Welcome Google Summer of Code 2018 students!

2018-04-26 Thread Kohsuke Kawaguchi
Woohoo! Welcome!! I love that you guys are from all over the world. In the past years, I had the pleasure of mentioning some of the GSoC projects in Jenkins World keynotes, and other projects have made it to the exhibit hall floor. I'm looking forward to productive GSoC this year, and I know you

Re: [Essentials] Defining the client/server "update lifecycle"

2018-04-26 Thread R. Tyler Croy
A heads up on this thread, this work has become a Draft JEP: https://github.com/jenkinsci/jep/tree/master/jep/307 Of particular note since I last updated this thread is the security section which has come after a plethora of reading and reasoning on my part :)

Simple pull request job plugin (GSOC 2018 project)

2018-04-26 Thread Abhishek Gautam
Previous discussion, By Oleg Nenashev, Hi all, I suggest to think a bit about the repo name. IMHO the proposed design needs some discussion. Over last weeks I did some surveys about existing Jenkins & YAML projects. Here are some ones I discovered: -

Re: Jenkins 2.107.3 LTS RC testing started

2018-04-26 Thread Oleg Nenashev
Unfortunately, I know many instances where Java Web Start is still actively used. Removal of code signing may be extremely painful for them, and I am not ready to support that while I am a Remoting maintainer. Code signing is easy if you configure it once. BR, Oleg On Thu, Apr 26, 2018 at 7:11

Re: Jenkins 2.107.3 LTS RC testing started

2018-04-26 Thread Jesse Glick
On Thu, Apr 26, 2018 at 11:28 AM, Oleg Nenashev wrote: > Remoting code signing update Do we even care about signing `remoting.jar` any more? IIUC the only purpose of doing so was to allow people to attach agents using `javaws`. But that is scheduled for removal in an

Re: Jenkins 2.107.3 LTS RC testing started

2018-04-26 Thread Oleg Nenashev
List of backported fixes: https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.107.3-fixed One thing which we may be missing is Remoting code signing update: https://github.com/jenkinsci/remoting/blob/master/CHANGELOG.md#320 . My certificate expires on April 27, and maybe we want to

Re: .getExtensionList('org.jfrog.hudson.ArtifactoryPlugin') returns empty list

2018-04-26 Thread Calvin
What I needed turned out to be jenkins.getDescriptor(org.jfrog.hudson.ArtifactoryBuilder) which gives me org.jfrog.hudson.ArtifactoryBuilder.DescriptorImpl which allows me to call

[Jenkins-infra] Fwd: Ldap Maintenance: 2018/04/28 - 1PM UTC

2018-04-26 Thread Olblak
Hi, This was already posted on the infra mailing list but to make it short, the ldap server will be on maintenance this Saturday at 1PM UTC. More information below or irc #jenkins-infra - Original message - From: Olblak To: jenkins-in...@lists.jenkins-ci.org Subject:

Jenkins 2.107.3 LTS RC testing started

2018-04-26 Thread Oliver Gondža
Hello everyone, Latest LTS RC was made public and it is ready to be tested. Release is scheduled for 2018-05-09. Report your findings in this thread. Download bits from http://mirrors.jenkins-ci.org/war-stable-rc/2.107.3/jenkins.war Thanks -- oliver -- You received this message because you

Re: How to contribute to jenkins sci

2018-04-26 Thread raj-prince
Thanks Oleg, for the help! -Prince On Wednesday, April 25, 2018 at 12:22:57 AM UTC+5:30, raj-prince wrote: > > Hi, > > My self, Prince Raj Kumar working for Adobe. I am working on a project, > which are totally based on jenkins. I am using jenkins declarative > pipeline. I found some of the

Re: .getExtensionList('org.jfrog.hudson.ArtifactoryPlugin') returns empty list

2018-04-26 Thread Robert Sandell
org.jfrog.hudson.ArtifactoryPlugin is not implementing an extension point (is not annotated by @Extension) so it's not in the extension list. So jenkins.getPlugin(org.jfrog.