Creating plugin error after mvn package

2012-09-20 Thread makiselev
Hi all. I have done all steps described in https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial, but get error after command "mvn package": [ERROR] BUILD ERROR [INFO] [INFO] Error building POM (may not be this proj

Incremental build in Jenkins

2012-09-20 Thread Alex
I am using Jenkins 1.462 and maven version is 3.0.4. At Jenkins I enabled check-box "Incremental build - only build changed modules" I want to figure out 2 questions: 1. *Whether incremental build is suff

Re: Can a slave can be shared between masters

2012-09-20 Thread Mark Waite
I use this technique frequently with good results.  One machine has been able to host slaves from different masters for me so long as I assign a different directory to each slave.  In my case, I include the name of the master in the slave directory path so that I will now which master is using t

Multi-configuration project jobs inherit environment variables from the flyweight node

2012-09-20 Thread alef
Suggestion in job EnvInject is to check "Prepare jobs environment" and "Unset System Environment Variables". But I would like to have jobs configurations keep their system environment variables from the node they run in without inherit them from the actual flyweight node. My problem is similar

Subversion plugin SVN 1.7 support?

2012-09-20 Thread Fredrik Orderud
The subversion plugin currently suffers from several SVN 1.7-several issues that creates a lot of problems in my organization. In particular, the following problems are annoying: * Missing support for externals: https://issues.jenkins-ci.org/browse/JENKINS-15249 * Emulate clean checkout doesn't

Abort job given a parameter value

2012-09-20 Thread Rui Fernando Hayashi
Hi Is there a way I could abort a job execution when a parameter has a given value? To be more specific. Before performing the project release, the developer must perform a task. I created a parameter that indicates whether the task's been performed. I want that the release only occurs if the

答复: Can a slave can be shared between masters

2012-09-20 Thread Shen,Hui
Thank Mark, So each slave instance(on slave machine) is running in a separated sandbox, although they are running on same machine, they are not communicate with each other. And multiply masters (when they share a same slave) will deliver job to the slave at the same time, since these masters d

svn selective checkout/update help required

2012-09-20 Thread Anshuman Mor
Hi Guys, I am looking for some help related to a particular situation in Jenkins - I have a repository where there are around 250+ SOA service resides and each directory has got trunk, release and branch as subdirectory, something looks like - ROOT_DIR/Service-1/trunk ROOT_DIR/Service-1/rele

Re: Abort job given a parameter value

2012-09-20 Thread Neil Bird
Around about 20/09/12 18:23, Rui Fernando Hayashi typed ... To be more specific. Before performing the project release, the developer must perform a task. I created a parameter that indicates whether the task's been performed. I want that the release only occurs if the developer explicitly says t