Re: Cannot Create Account

2017-11-07 Thread Daniel Beck
> On 4. Nov 2017, at 00:59, Andrew Armaneous wrote: > > However, every time I've tried to create an account, I've run into a > connection timeout exception with a Java stack trace output to the browser. Known issue tracked as

Re: Cannot Create Account

2017-11-07 Thread Martijn Verburg
I'm getting similiar issues.. Cheers, Martijn On 3 November 2017 at 23:59, Andrew Armaneous wrote: > Hi, > > Trying to create an account to submit an issue for hosting a new plugin. > However, every time I've tried to create an account, I've run into a > connection

Re: The Jenkins Enhancement Process (JEP) is ready for review

2017-11-07 Thread Jesse Glick
On Fri, Nov 3, 2017 at 6:23 PM, Liam Newman wrote: > there are still some discussions occurring around some details https://github.com/jenkinsci/jep/pull/29 for example. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Ravi H K
Hi Victor, Thanks a lot.I don't see any warning when used below command.But i noticed one thing that when i do unzip of *.hpi files few missing files are not built and not part of *.hpi files. For instance: Output of the "unzip jquery-detached.hpi " which is built from source. bash-4.2#

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Victor Martinez
what if you copy that settings.xml somewhere else and run mvn -U clean package -s where is just the full path of the settings which its content is https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment Cheers -- You received this message because you

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Ravi H K
Hi Victor, Thanks for the response! Actually in my case settings.xml file path present under /usr/local/bin/apache-maven-3.5.2/conf/settings.xml path.I tried with default settings and also tried with https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment ?

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Victor Martinez
As far as I see that particular dependency exists: - https://mvnrepository.com/artifact/org.jenkins-ci.tools/maven-hpi-plugin/2.0 Can you confirm check what remote repos are configured in your ~/.m2/settings.xml as suggested

Re: Failed to build js-lib plugins from source

2017-11-07 Thread Ravi H K
I could resolve the 4 warnings by replacing ${project.basedir} to ${basedir} in "js-module-base/pom.xml" file and could see some of the warnings are cleared.But still below warnings are present. [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:2.0 is missing, no dependency

Draft JEP: Configuration as Code

2017-11-07 Thread nicolas de loof
Hi, Some of you who joined Contributor Summit at Jenkins World'17 already know about the resurrecting effort to provide configuration-as-code for Jenkins management (JENKINS-31094) Both Praqma and CloudBees have been investigating on this topic last months, and have wrote prototypes to cover