Concurrency control of downstream project

2014-09-30 Thread Vikas Roonwal
Hi, We have a set of projects A, B, C, D which are set in Jenkins and built on request. These are all Maven 2.x projects. All the above mentioned project depend on a 'common' project from which certain jars are copied to them. Common project is also a maven project and starts with a clean

Re: Jenkins Perforce plugin error: Perforce password (P4PASSWD) invalid or unset

2014-09-30 Thread David Rabinowitz
Unfortunately, p4 is run by the maven release plugin, which in turn run by Jenkins. If I run mvn release directly it works fine. David On Tuesday, July 16, 2013 3:43:48 AM UTC+3, Mishael Kim wrote: having a valid ticket on the machine and using the ticket instead of the password works well

Latest Git Client plugin not showing submodule timeout setting

2014-09-30 Thread abierbaum
We have a Jenkins install that we have been using for years for running all of our build jobs. Recently we ran into an issue with one of our git repositories where the initial submodules update would take longer than the 10 minute limit and would timeout. I started looking for a solution and

Re: Latest Git Client plugin not showing submodule timeout setting

2014-09-30 Thread Mark Waite
I believe the clone timeout value specified in the Additional Behaviours section Advanced clone opitions is also applied to submodules fetch operations. Mark Waite On Tue, Sep 30, 2014 at 6:31 AM, abierbaum abierb...@gmail.com wrote: We have a Jenkins install that we have been using for years

Build step 'Invoke Ant' marked build as failure

2014-09-30 Thread Cesar Medeiros
*Olá, tenho um projeto java onde eu quero executar as analises do código que o sonarqube oferece, porém quando vou construir meu arquivo build.xml me deparo com o seguinte erro.* *sonar*: [sonar:sonar] Apache Ant(TM) version 1.8.2 compiled on December 20 2010 [sonar:sonar] SonarQube Ant

Re: Latest Git Client plugin not showing submodule timeout setting

2014-09-30 Thread Mark Waite
Thanks. You're correct. If the timeout= value shows 10, then the timeout is not being passed to the submodule fetch. Since there is code in the plugin to configure a timeout, there must be something missing which is preventing that option from displaying in the submodule config options of the

Re: Latest Git Client plugin not showing submodule timeout setting

2014-09-30 Thread abierbaum
Mark: As best I can determine that timeout is not flowing through to submodules. In the console output of my build job I see: git init /jenkins_root/workspace/pylint_0_dev # timeout=10 Fetching upstream changes from g...@github.com:domain/project.git git --version # timeout=10 git fetch

RE: Build step 'Invoke Ant' marked build as failure

2014-09-30 Thread Matthew.Webber
Don’t these error messages tell you what the problem is? Caused by: java.lang.IllegalStateException: Fail to connect to database Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connection is broken: java.net.ConnectException: Connection refused:

Problem launching ssh slave

2014-09-30 Thread Jason Reslock
I'm having trouble launching an ssh slave and I am hoping someone can help me out. I have a slave configured which fails to launch due to a permission error. I will paste the error below. So far I have verified that I am able to ssh and scp to the slave machine from the jenkins master as

Slave job successful but throwing error

2014-09-30 Thread Douglas Ferguson
I just setup a slave node for a specific job. The job executes successfully and even archives artifacts. Then it throws an exception and marks the build as failure. Completed build, now archiving -- printed out as the last step in my job FATAL: Remote call on

Re: Use Groovy Postbuild Plugin to call REST API (by HTTPBuilder)

2014-09-30 Thread dennys
Sorry, I don't find the solution yet. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Use-Groovy-Postbuild-Plugin-to-call-REST-API-by-HTTPBuilder-tp4720014p4721999.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message

Re: Project structure with git and Jenkins

2014-09-30 Thread Ritesh Patel
Thank you Mark. Actually, we are facing compilation time issue on local servers as we are using GWT. To solve it, we set a central server with very good configuration. So, developers can use that server for compilation. Now, the idea is that developers have code on some shared drive, they

Re: Project structure with git and Jenkins

2014-09-30 Thread Mark Waite
Given that condition (developer computers are too slow for reasonable compilation), I don't have any suggestion that I would consider very helpful. You could try having them commit to git on their local computer using feature branches, then push the feature branch to a central repository for