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
compi
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
imple
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 because
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 ops-1-jenkins-android-10-186.fam.i
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 th
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:
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
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 pl
*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 Task
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 wrote:
> We have a Jenkins install that we have been using for years for running
> a
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
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 wel
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 insta
13 matches
Mail list logo