trigger parameterized 'perform maven release',

2014-07-23 Thread lata
I want to trigger a parameterized 'perform maven release', is that possible? current default behaviour of 'trigger parameterized build' is that it always triggers a 'build' and not 'perform maven release' (which is also configured in the downstream jenkins job). is this possible, maybe pass an

Re: Need help with Plot Plugin for Jenkins

2014-07-23 Thread Andrew Pritykin
CODE: /* *** PhantomJS Script below will load a webpage pre defined in terminal and return the time it took to load the webpage in full. After the load test it will write the result into a local .csv file to later be used in Jenkins to graph using the Plot Plugin. By: A

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Mark Waite
Much appreciated for the lateral thinking! Thanks for the suggestions. I've embedded comments into the items. On Wed, Jul 23, 2014 at 12:54 PM, Rob Mandeville < rmandevi...@dekaresearch.com> wrote: > Okay, thinking laterally here. > > > > Let’s assume that the Git plugin timeout is hardcoded

Re: Maven lastupdated file problem

2014-07-23 Thread Juan Ignacio Garzón
Thanks Daniel for your response. I solved this problem inside Project -> Configure -> Build. If I put "-U clean install" in the "Goals and Options" item, it works! 2014-07-23 15:16 GMT-03:00 Daniel Beck : > Not a Jenkins issue. > > Try passing `-U` argument to Maven to force repository che

RE: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Rob Mandeville
Okay, thinking laterally here. Let’s assume that the Git plugin timeout is hardcoded to 10 minutes. Now, all you have to do is bring the checkout under 10 minutes. This may well be solvable. First, if you haven’t done it already, use shallow checkouts. The Git plugin has had that since 1.1.

Re: Maven lastupdated file problem

2014-07-23 Thread Daniel Beck
Not a Jenkins issue. Try passing `-U` argument to Maven to force repository check. On 23.07.2014, at 17:40, Juan Ignacio Garzón wrote: > Hi, > > I'm having this problem. I use an Artifactory server to store my maven > libraries. I configured the maven installation inside the jenkins server t

Jenkins fails when it marks as success

2014-07-23 Thread Sean Last
Full log here: http://pastebin.com/ZF5h3y9e [INFO] Loaded 0 module information files [INFO] Completed Sonatype CLM scan [INFO] Uploading scan to https://lunabuild.akamai.com/clm [INFO] Waiting for report to be processed (estimate 5s) [ssh-agent] Stopped. Skipping sonar analysis due to bad build s

Using Maven Metadata Plugin with Gradle

2014-07-23 Thread Jay Askren
I'm using the Maven Metadata plugin in a Jenkins build to allow me to choose the version of an internal dependency I want to use when making a build. It works wonderfully in Maven. One of our builds however is in Gradle. How do I access the version parameter in Gradle? I'm running the prope

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Mark Waite
Please, read my earlier reply on this same thread. The answer is the same to this question, since they are the same failure. The problem is in the git client plugin or in the combination of the git client plugin, your

Maven lastupdated file problem

2014-07-23 Thread Juan Ignacio Garzón
Hi, I'm having this problem. I use an Artifactory server to store my maven libraries. I configured the maven installation inside the jenkins server to use that artifactory server as central repository. Sometimes an app being built uses a library that does not exist in the Artifactory server an

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread bandi pavankumar reddy
Hi mark please suggest me any thing still i am getting this error even i mentioned time out also.. problem is with Jenkins or git i configured correctly and i configured time out 60 minutes and while starting build OK after 13 to 14 minutes it was giving error time out..some files fetching and

Re: New black design?

2014-07-23 Thread Ilya Ivanov
Thanks, I'll try to discuss the original issue on github. On Wed, Jul 23, 2014 at 8:55 PM, Michael Nothhard < michael.nothh...@gmail.com> wrote: > That's is the new based UI for Jenkins. This was added in 1.572. > See the Jenkins changelog: http://jenkins-ci.org/changelog > > On Wednesday, Ju

Re: New black design?

2014-07-23 Thread Michael Nothhard
That's is the new based UI for Jenkins. This was added in 1.572. See the Jenkins changelog: http://jenkins-ci.org/changelog On Wednesday, July 23, 2014 3:53:05 PM UTC+2, Ilya Ivanov wrote: > > I just updated Jenkins to the latest version, and I'm seeing the UI as > attached (builds go below a

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
Just verified. I reloaded Jenkins from the original WAR. After that I received the same error you did. Updating the log4j JAR resolved the issue. On Wednesday, July 23, 2014 3:39:56 PM UTC+2, Michael Nothhard wrote: > > I was actually just testing that. But yes, I think its because I still >

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
I was actually just testing that. But yes, I think its because I still had that log4j jar updated to the new version. I will reply once I verify that. On Wednesday, July 23, 2014 3:37:11 PM UTC+2, roman...@fluidtime.com wrote: > > can it be that you have updated the log4j file? > > On Wednesday

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
can it be that you have updated the log4j file? On Wednesday, July 23, 2014 3:12:51 PM UTC+2, roman...@fluidtime.com wrote: > > I tried both copying the files form jboss and the files from the new > plugin to thelib folder of the plugin. The classpath problem is resolved, > but now I get the fol

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
I tried both copying the files form jboss and the files from the new plugin to thelib folder of the plugin. The classpath problem is resolved, but now I get the following error: Deploying /var/lib/jenkins/jobs/test/workspace/target/test.war to container JBoss 7.x Remote The undeployment phase

How can I add two same post-build steps in one job?

2014-07-23 Thread Zhao Zhiming
HI ALL, One item in post-build actions just can only add one time within one job. What I want to do is add one post build action *twice* with different parameters in one job. For example, I want to add two code coverage reports in one job, one show the unit test coverage report, another show th

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
I was able to resolve the classpath issue by copying *.jars from JBoss into the plugin's WEB-INF directory(see my first reply). These jars appear to already be included with the fork but not the original deploy plugin. After I did that I had a different error but that was caused by an earlier

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
Hi Michael, which settings were wrong? What do you mean by "normal deploy plugin"? with or without your previous changes (jar files, log4j,...) I still get the same error as described in the first post. On Wednesday, July 23, 2014 9:56:54 AM UTC+2, Michael Nothhard wrote: > > I was able to get

Re: Can't get a response body any more when launching a job via curl

2014-07-23 Thread Barthélémy von Haller
Thank you, this is exactly the information I was looking for. I have changed my password. Thank you Barth On Wed, Jul 23, 2014 at 9:05 AM, Daniel Beck wrote: > This was changed in 1.561. Here's the issue: > https://issues.jenkins-ci.org/browse/JENKINS-13546 > > (You should probably change you

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
I was able to get the normal deploy plugin 1.10 to work with JBoss 7.1.1(I had some of my settings wrong). What error(s) are you having now? On Wednesday, July 23, 2014 9:48:17 AM UTC+2, roman...@fluidtime.com wrote: > > i reopend the ticket https://issues.jenkins-ci.org/browse/JENKINS-19256. >

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
i reopend the ticket https://issues.jenkins-ci.org/browse/JENKINS-19256. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroup

Openldap and empty root DN values

2014-07-23 Thread Suresh Prajapati
Hi, I have configured jenkins authentication using openldap and keeping the ManagerDN as emtpy .But there is a strange issue I am facing , every now and then jenkins is changing the ManagerDN to some user's name and some password. Hence we are getting locked out of our jenkins installation. I've

Re: Can't get a response body any more when launching a job via curl

2014-07-23 Thread Daniel Beck
This was changed in 1.561. Here's the issue: https://issues.jenkins-ci.org/browse/JENKINS-13546 (You should probably change your password.) On 23.07.2014, at 08:57, Barthélémy wrote: > Hello, > > I used to be able to start a job with "buildWithParameters" using curl and to > get a json resp