Cobertura Plugin not generating xml file

2013-09-11 Thread Gaurang shah
Hi Guys, 

I was trying to generate the code coverage report through cobertura, 
however I am facing weird problem. 

I am using maven project and on the *cobertura *plugin site they have 
mention that you can directly use the *cobertura:cobertua* goal to generate 
report without modifying the* pom.xml*. I am using the same thing, 

However the problem is it is* generating HTML* reports and *not a XML*file, 
however post action looks for XML file. Has anyone faced this issue 
before, can anyone let me know what's going on ?? 


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Universal Coverage plugin for Jenkins

2013-09-11 Thread Manu
Does that mean you want to run various code coverage tools in the same 
jenkins build, and then merge the results ? Is that a requirement for a 
first version ?
I would have thought the simplest thing we could do would be to extract the 
parsing code into something cobertura specific, and then add other parsers 
for other coverage formats, and an input in the UI so that the user can 
choose what format the report is in.

Also, are you saying if we were creating such a plugin, we should start 
from scratch rather than reuse the code in cobertura-plugin ?

Manu

On Monday, August 5, 2013 5:23:17 PM UTC+2, Stephen Connolly wrote:

 I am always too busy to solve the hard blocking problem: merging coverage 
 results from different toolchains...

 I have some ideas, but it is always on the back burner.

 Also, basing on cobertura is a mistake. There were some design decisions I 
 made in that plugin's architecture that in retrospect were a mistake.

 On Monday, 5 August 2013, Manu wrote:

 Hi,

 I think that, a while ago, there was a discussion about implementing a 
 universal code coverage plugin, based on the cobertura plugin, but that 
 would be able to parse code coverage results from quite a few other tools 
 (see 
 http://jenkins-ci.361315.n4.nabble.com/Re-Hudson-cobertura-plugin-td379075.html
  and 
 other pages).

 Do you know if there has been any work on this ? It doesn't seem to be 
 finished for sure, because I couldn't find any coverage plugin on Jenkins.

 The reason I am asking is that I could try to help build it.

 Thanks

 Manu

 -- 
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  



 -- 
 Sent from my phone


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Cobertura Plugin not generating xml file

2013-09-11 Thread Vivekanand S V
You should be checking about this in either maven related groups or
cobertura but not here. This is no way concerned to jenkins.


On Wed, Sep 11, 2013 at 11:41 AM, Gaurang shah gaurangns...@gmail.comwrote:

 Hi Guys,

 I was trying to generate the code coverage report through cobertura,
 however I am facing weird problem.

 I am using maven project and on the *cobertura *plugin site they have
 mention that you can directly use the *cobertura:cobertua* goal to
 generate report without modifying the* pom.xml*. I am using the same
 thing,

 However the problem is it is* generating HTML* reports and *not a XML*file, 
 however post action looks for XML file. Has anyone faced this issue
 before, can anyone let me know what's going on ??


  --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: xCode instruments support

2013-09-11 Thread Steffen Breitbach
Hi Reinhard!

On Tue, 2013-09-10 at 15:48 -0700, reinhard.kar...@gmail.com wrote: 
 Is there a plan to support xCode instruments runs or a plugin that
 understands the output of xCode instruments (automation tests and
 performance tests)?

This won't ever be Jenkins core functionality and always be something
that will be provided by plugins. Unfortunately the XCode plugin is kind
of starving because the maintainer doesn't have proper time to work on
it any more (see https://wiki.jenkins-ci.org/display/JENKINS/Xcode
+Plugin)

All I have achieved so far was static code analysis with PMD trough
OClint.

Maybe that's a place to start?

Regards
  Steffen

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Maven build fails (no error messages) but works via command-line

2013-09-11 Thread Baptiste Mathus
I suppose you're using a maven native build. There's sometimes issues with
it. Does it work using a freestyle build with a Maven step?
Le 11 sept. 2013 01:08, Jeff predato...@gmail.com a écrit :

 I have a multi-module Maven job in Jenkins v1.529 (CentOS 6.4) that fails.
  There are no error messages displayed other than Build Failed.  There
 are MANY, many INFO messages that don't help.

 When I remote into the box using the local jenkins user and run the same
 Maven command, it works fine.

 How do I figure out what's wrong if it won't show errors?  Thoughts?

 --
 Jeff Vincent
 See my LinkedIn profile at:
 http://www.linkedin.com/in/rjeffreyvincent

 --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


No sources to compile

2013-09-11 Thread Mitja
Hello,

I'm testing CI with Jenkins+Git+maven on windows 8.

I have problem with No source to compile for my java project cez.

Jenkins checks for java sources in workspace\src ... but sources are 
located in workspace\*cez*\src ...
Jenkins copies java sources from GIT server to workspace\*cez*\src.

How to fix this problem?

INFO] 
[INFO] Building CEZ 0.0.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] *--- maven-clean-plugin:2.5:clean (default-clean) @ cez ---*[INFO] 
Deleting C:\CI_server\Jenkins\jobs\eCez\workspace\target
[INFO] 
[INFO] *--- maven-resources-plugin:2.6:resources (default-resources) @ cez 
---*[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
C:\CI_server\Jenkins\jobs\eCez\workspace\src\main\resources
[INFO] 
[INFO] *--- maven-compiler-plugin:2.3.1:compile (default-compile) @ cez 
---*[INFO] No sources to compile



C:\CI_server\Jenkins\jobs\eCez\workspacedir
 Volume in drive C has no label.
 Volume Serial Number is 5631-9BFD

 Directory of C:\CI_server\Jenkins\jobs\eCez\workspace

11.09.2013  12:14DIR  .
11.09.2013  12:14DIR  ..
11.09.2013  08:23DIR  cez
10.09.2013  15:1718.222 pom.xml
11.09.2013  12:14DIR  target
   1 File(s) 18.222 bytes
   4 Dir(s)  112.904.847.360 bytes free

C:\CI_server\Jenkins\jobs\eCez\workspacecd cez

C:\CI_server\Jenkins\jobs\eCez\workspace\cezdir
 Volume in drive C has no label.
 Volume Serial Number is 5631-9BFD

 Directory of C:\CI_server\Jenkins\jobs\eCez\workspace\cez

11.09.2013  08:23DIR  .
11.09.2013  08:23DIR  ..
09.09.2013  12:07 1.515 .classpath
09.09.2013  12:07 9 .gitignore
09.09.2013  12:07 2.001 .project
09.09.2013  12:07DIR  .settings
10.09.2013  17:3518.217 pom.xml
09.09.2013  12:07   789 README.md
11.09.2013  08:23DIR  src
09.09.2013  12:07DIR  Users
   5 File(s) 22.531 bytes
   5 Dir(s)  112.904.847.360 bytes free

C:\CI_server\Jenkins\jobs\eCez\workspace\cez


Regards,

Mitja

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


multinode setup advice

2013-09-11 Thread Maureen Barger
HI - I need some advice on organizing the nodes. Running Jenkins ver.
1.509.2 on linux VMs, we have a master and 4 slaves.

Previously the slaves were only used to run long-running automated
testing but we are finding we need more executors for deploys. I
thought I would keep the builds limited to just the master node so
that the artifacts would all be retained in one location. We often
have to refer back to previous builds and I am assuming that if a
build can run on any node, its associated artifacts would only be
found on that node. Is that a correct assumption?

Conversely I suppose we could tie certain builds to certain nodes and
maintain their archives there.

The drawback with tying certain types of jobs to certain nodes is the
additional requirement to apply the label to each job. This may be an
annoyance as we roll out jenkins access to all the developers.

What kind of setup have you found to work best in your organization?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Dynamically selecting a node

2013-09-11 Thread Philippe Cambien
Hello all,

I am searching foir a solution to dynamically select a free slave.
I have several jobs but only four slaves and I want that the job executes
on any free slave.
I searched the web and saw that it is possible with the NodeLabel Parameter
Plugin.
But I can't get it to work properly.

Can anybody assist me in the setup please?
Thank you in advance!

Cheers,
Philippe

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Eric Pyle
You should not need to use any plugin. For each job, in its 
configuration make sure that the box Restrict where this job can run 
is not checked. Also make sure that each slave is configured with Usage 
set to Utilize this slave as much as possible. Jenkins will 
automatically assign waiting jobs to open slaves.


Eric

On 9/11/2013 7:45 AM, Philippe Cambien wrote:

Hello all,

I am searching foir a solution to dynamically select a free slave.
I have several jobs but only four slaves and I want that the job 
executes on any free slave.
I searched the web and saw that it is possible with the NodeLabel 
Parameter Plugin.

But I can't get it to work properly.

Can anybody assist me in the setup please?
Thank you in advance!

Cheers,
Philippe
--
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...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.


--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread CHAVANNE Robert
Philippe Cambien incubusattax at gmail.com writes:

 
 
 Hello all,
 I am searching foir a solution to dynamically select a free slave.
 I have several jobs but only four slaves and I want that the job executes
on any free slave.
 
 
 I searched the web and saw that it is possible with the NodeLabel
Parameter Plugin.
 But I can't get it to work properly.
 
 Can anybody assist me in the setup please?
 Thank you in advance!
 
 
 Cheers,
 Philippe
 
 
 
 

Hello Philippe,
I think that if usage of your slaves is set to Utilize this slave as much
as possible, you shouldn't need to do anything. To my knowledge Node and
Label Parameter Plugin is rather used for the opposite case when you want
to restrain the execution of your job on some specific nodes. Hope it can help. 
Regards,
Robert


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Philippe Cambien
I was not aware that the 'Utilize this slave as much as possible' option
would do this.
I'll try this.
Thank you very much!


On Wed, Sep 11, 2013 at 2:49 PM, CHAVANNE Robert
robert.chava...@gmail.comwrote:

 Philippe Cambien incubusattax at gmail.com writes:

 
 
  Hello all,
  I am searching foir a solution to dynamically select a free slave.
  I have several jobs but only four slaves and I want that the job executes
 on any free slave.
 
 
  I searched the web and saw that it is possible with the NodeLabel
 Parameter Plugin.
  But I can't get it to work properly.
 
  Can anybody assist me in the setup please?
  Thank you in advance!
 
 
  Cheers,
  Philippe
 
 
 
 

 Hello Philippe,
 I think that if usage of your slaves is set to Utilize this slave as much
 as possible, you shouldn't need to do anything. To my knowledge Node and
 Label Parameter Plugin is rather used for the opposite case when you want
 to restrain the execution of your job on some specific nodes. Hope it can
 help.
 Regards,
 Robert


 --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Philippe Cambien
On another node, do I need the Node Label Parameter Plugin to let the tests
run on nodes?
Or can I do this with the standard Jenkins?


On Wed, Sep 11, 2013 at 2:52 PM, Philippe Cambien incubusat...@gmail.comwrote:

 I was not aware that the 'Utilize this slave as much as possible' option
 would do this.
 I'll try this.
 Thank you very much!


 On Wed, Sep 11, 2013 at 2:49 PM, CHAVANNE Robert 
 robert.chava...@gmail.com wrote:

 Philippe Cambien incubusattax at gmail.com writes:

 
 
  Hello all,
  I am searching foir a solution to dynamically select a free slave.
  I have several jobs but only four slaves and I want that the job
 executes
 on any free slave.
 
 
  I searched the web and saw that it is possible with the NodeLabel
 Parameter Plugin.
  But I can't get it to work properly.
 
  Can anybody assist me in the setup please?
  Thank you in advance!
 
 
  Cheers,
  Philippe
 
 
 
 

 Hello Philippe,
 I think that if usage of your slaves is set to Utilize this slave as much
 as possible, you shouldn't need to do anything. To my knowledge Node and
 Label Parameter Plugin is rather used for the opposite case when you want
 to restrain the execution of your job on some specific nodes. Hope it can
 help.
 Regards,
 Robert


 --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RE: multinode setup advice

2013-09-11 Thread Matthew.Webber
The artifacts are kept on the master, in 
${JENKINS_HOME}/jobs/jobname/builds/buildid/archive/.

We use the https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin for 
copying artifacts from other jobs. We mostly zip up our artifacts before 
saving; this seems to improve performance.

Matthew

 -Original Message-
 From: jenkinsci-users@googlegroups.com 
 [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maureen
 Barger
 Sent: 11 September 2013 12:43
 To: jenkinsci-users@googlegroups.com
 Subject: multinode setup advice
 
 HI - I need some advice on organizing the nodes. Running Jenkins ver.
 1.509.2 on linux VMs, we have a master and 4 slaves.
 
 Previously the slaves were only used to run long-running automated
 testing but we are finding we need more executors for deploys. I
 thought I would keep the builds limited to just the master node so
 that the artifacts would all be retained in one location. We often
 have to refer back to previous builds and I am assuming that if a
 build can run on any node, its associated artifacts would only be
 found on that node. Is that a correct assumption?
 
 Conversely I suppose we could tie certain builds to certain nodes and
 maintain their archives there.
 
 The drawback with tying certain types of jobs to certain nodes is the
 additional requirement to apply the label to each job. This may be an
 annoyance as we roll out jenkins access to all the developers.
 
 What kind of setup have you found to work best in your organization?

-- 
This e-mail and any attachments may contain confidential, copyright and or 
privileged material, and are for the use of the intended addressee only. If you 
are not the intended addressee or an authorised recipient of the addressee 
please notify us of receipt by returning the e-mail and do not use, copy, 
retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not 
necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments 
are free from viruses and we cannot accept liability for any damage which you 
may sustain as a result of software viruses which may be transmitted in or with 
the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and 
Wales with its registered office at Diamond House, Harwell Science and 
Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Caused by: java.io.IOException: Unexpected termination of the channel

2013-09-11 Thread Murali Krishna
Hi,

Some times i got the below error and some times i didn't got what is the 
problem.My Jenkins version is 1.528 


FATAL: Unable to delete script file 
/var/folders/qd/x3ltyqxs05n_t6btw8wd_gbmgp/T/hudson6356242655423798889.sh 
hudson.util.IOException2http://stacktrace.jenkins-ci.org/search?query=hudson.util.IOException2:
 
remote file operation 
failed:/var/folders/qd/x3ltyqxs05n_t6btw8wd_gbmgp/T/hudson6356242655423798889.sh
 
at hudson.remoting.Channel@25e258af at 
hudson.FilePath.act(FilePath.java:905)http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=methodat
 
hudson.FilePath.act(FilePath.java:882)http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=methodat
 
hudson.FilePath.delete(FilePath.java:1291)http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.deleteentity=methodat
 
hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:101)http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.performentity=methodat
 
hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.CommandInterpreter.performentity=methodat
 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.performentity=methodat
 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performentity=methodat
 
hudson.model.Build$BuildExecution.build(Build.java:199)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.buildentity=methodat
 
hudson.model.Build$BuildExecution.doRun(Build.java:160)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.doRunentity=methodat
 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.runentity=methodat
 
hudson.model.Run.execute(Run.java:1603)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=methodat
 
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.runentity=methodat
 
hudson.model.ResourceController.execute(ResourceController.java:88)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=methodat
 
hudson.model.Executor.run(Executor.java:247)http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=methodCaused
 by: 
hudson.remoting.ChannelClosedExceptionhttp://stacktrace.jenkins-ci.org/search?query=hudson.remoting.ChannelClosedException:
 
channel is already closed at 
hudson.remoting.Channel.send(Channel.java:516)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.sendentity=methodat
 
hudson.remoting.Request.call(Request.java:129)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request.callentity=methodat
 
hudson.remoting.Channel.call(Channel.java:714)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.callentity=methodat
 
hudson.FilePath.act(FilePath.java:898)http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method...
 13 more Caused 
by: 
java.io.IOExceptionhttp://stacktrace.jenkins-ci.org/search?query=java.io.IOException:
 
Unexpected termination of the channel at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.SynchronousCommandTransport$ReaderThread.runentity=methodCaused
 by: java.io.EOFException 
http://stacktrace.jenkins-ci.org/search?query=java.io.EOFException at 
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2595)http://stacktrace.jenkins-ci.org/search/?query=java.io.ObjectInputStream$BlockDataInputStream.peekByteentity=methodat
 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1315)http://stacktrace.jenkins-ci.org/search/?query=java.io.ObjectInputStream.readObject0entity=methodat
 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)http://stacktrace.jenkins-ci.org/search/?query=java.io.ObjectInputStream.readObjectentity=methodat
 
hudson.remoting.Command.readFrom(Command.java:92)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Command.readFromentity=methodat
 
hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.ClassicCommandTransport.readentity=methodat
 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.SynchronousCommandTransport$ReaderThread.runentity=methodFATAL:
 hudson.remoting.RequestAbortedException: java.io.IOException: 

ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com

2013-09-11 Thread mz
I recieved the following when settin up a Maven project in Jenkins.  The 
project builds correctly from a command line.  Suggestions?
 
 
Checkout completed.

Parsing POMs

ERROR: Processing failed due to a bug in the code. Please report this to *
jenkinsci-users@googlegroups.com* jenkinsci-users@googlegroups.com

java.lang.IllegalStateException: Failed to build parent project for 
:_Domain:jar:0.0.1-SNAPSHOT

at 
org.apache.maven.project.MavenProject.getParent(MavenProject.java:381)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1285)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)

at hudson.FilePath.act(FilePath.java:909)

at hudson.FilePath.act(FilePath.java:882)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)

at hudson.model.Run.execute(Run.java:1603)

at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)

at 
hudson.model.ResourceController.execute(ResourceController.java:88)

at hudson.model.Executor.run(Executor.java:247)

Caused by: org.apache.maven.project.ProjectBuildingException: Some problems 
were encountered while processing the POMs:

[ERROR] 'build.plugins.plugin.(groupId:artifactId)' must be unique but 
found duplicate declaration of plugin 
org.apache.maven.plugins:maven-release-plugin @ line 112, column 17

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 75, 
column 15

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-source-plugin is missing. @ line 86, column 
15

 

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:179)

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:312)

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:270)

at 
org.apache.maven.project.MavenProject.getParent(MavenProject.java:377)

... 11 more

Caused by: org.apache.maven.model.building.ModelBuildingException: 3 
problems were encountered while building the effective model for 
jboss:jboss-parent:2

[ERROR] 'build.plugins.plugin.(groupId:artifactId)' must be unique but 
found duplicate declaration of plugin 
org.apache.maven.plugins:maven-release-plugin @ line 112, column 17

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 75, 
column 15

[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-source-plugin is missing. @ line 86, column 
15

 

at 
org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:195)

at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:416)

at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:368)

at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:359)

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:145)

... 14 more

*project=hudson.maven.MavenModuleSet@13937aa[Dev*project=hudson.maven.MavenModuleSet@13937aa[Dev10.x
  Domain]

project.getModules()=[]

project.getRootModule()=null

FATAL: Failed to build parent project for 
:_Domain:jar:0.0.1-SNAPSHOT

java.lang.IllegalStateException: Failed to build parent project for 
:_Domain:jar:0.0.1-SNAPSHOT

at 
org.apache.maven.project.MavenProject.getParent(MavenProject.java:381)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1285)

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)

at hudson.FilePath.act(FilePath.java:909)

at hudson.FilePath.act(FilePath.java:882)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)

at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)

at hudson.model.Run.execute(Run.java:1603)

at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)

at 

Re: Dynamically selecting a node

2013-09-11 Thread CHAVANNE Robert
Philippe Cambien incubusattax at gmail.com writes:

 
 
 On another node, do I need the Node Label Parameter Plugin to let the
tests run on nodes?Or can I do this with the standard Jenkins?
 
 
 


Philippe,
No you don't need this plugin for this.

Robert 



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Problem with zip-compressing files remotely running AutoIt scripts

2013-09-11 Thread Mateusz Polański
I'm doing some GUI-testing using AutoIt. When i run those tests manually,
everything works fine, the results are zipped. However, when i run these
through a job executed on a windows server 2003 slave, the results are not
zipped. The tests are run in an execute batch step.
Does anyone encounter similar issues and knows how to fix them?



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remotely-running-AutoIt-scripts-tp4677583.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Les Mikesell
On Wed, Sep 11, 2013 at 6:45 AM, Philippe Cambien
incubusat...@gmail.com wrote:
 Hello all,

 I am searching foir a solution to dynamically select a free slave.
 I have several jobs but only four slaves and I want that the job executes on
 any free slave.
 I searched the web and saw that it is possible with the NodeLabel Parameter
 Plugin.
 But I can't get it to work properly.

 Can anybody assist me in the setup please?
 Thank you in advance!

You don't need a plugin - just assign a label to the nodes that can
run a job, and in the job config, restrict it to the nodes with that
label.   This approach will do what you want and also allow you to add
different types of nodes for different jobs.  Note that nodes can have
multiple labels and jobs can require some combination of labels if you
have a complex set of capabilities and requirements, but you may not
need that.

-- 
  Les Mikesell
   lesmikes...@gmail.com

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: No sources to compile

2013-09-11 Thread Baptiste Mathus
Update your job configuration to point to that subdirectory directly.
Cheers
Le 11 sept. 2013 12:18, Mitja mit...@gmail.com a écrit :

 Hello,

 I'm testing CI with Jenkins+Git+maven on windows 8.

 I have problem with No source to compile for my java project cez.

 Jenkins checks for java sources in workspace\src ... but sources are
 located in workspace\*cez*\src ...
 Jenkins copies java sources from GIT server to workspace\*cez*\src.

 How to fix this problem?

 INFO] 
 [INFO] Building CEZ 0.0.1-SNAPSHOT
 [INFO] 
 
 [INFO]
 [INFO] *--- maven-clean-plugin:2.5:clean (default-clean) @ cez ---*[INFO] 
 Deleting C:\CI_server\Jenkins\jobs\eCez\workspace\target
 [INFO]
 [INFO] *--- maven-resources-plugin:2.6:resources (default-resources) @ cez 
 ---*[INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory 
 C:\CI_server\Jenkins\jobs\eCez\workspace\src\main\resources
 [INFO]
 [INFO] *--- maven-compiler-plugin:2.3.1:compile (default-compile) @ cez 
 ---*[INFO] No sources to compile



 C:\CI_server\Jenkins\jobs\eCez\workspacedir
  Volume in drive C has no label.
  Volume Serial Number is 5631-9BFD

  Directory of C:\CI_server\Jenkins\jobs\eCez\workspace

 11.09.2013  12:14DIR  .
 11.09.2013  12:14DIR  ..
 11.09.2013  08:23DIR  cez
 10.09.2013  15:1718.222 pom.xml
 11.09.2013  12:14DIR  target
1 File(s) 18.222 bytes
4 Dir(s)  112.904.847.360 bytes free

 C:\CI_server\Jenkins\jobs\eCez\workspacecd cez

 C:\CI_server\Jenkins\jobs\eCez\workspace\cezdir
  Volume in drive C has no label.
  Volume Serial Number is 5631-9BFD

  Directory of C:\CI_server\Jenkins\jobs\eCez\workspace\cez

 11.09.2013  08:23DIR  .
 11.09.2013  08:23DIR  ..
 09.09.2013  12:07 1.515 .classpath
 09.09.2013  12:07 9 .gitignore
 09.09.2013  12:07 2.001 .project
 09.09.2013  12:07DIR  .settings
 10.09.2013  17:3518.217 pom.xml
 09.09.2013  12:07   789 README.md
 11.09.2013  08:23DIR  src
 09.09.2013  12:07DIR  Users
5 File(s) 22.531 bytes
5 Dir(s)  112.904.847.360 bytes free

 C:\CI_server\Jenkins\jobs\eCez\workspace\cez


 Regards,

 Mitja

  --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Baptiste Mathus
Hi,
From what you describe, what you want is actually a standard feature, no
need for a plugin.
Just start your job, this will select a free slave. If you have more slaves
than those four, just label them (with the same label) and configure your
job with restrict where this job can run text field.

Cheers
Le 11 sept. 2013 13:45, Philippe Cambien incubusat...@gmail.com a
écrit :

 Hello all,

 I am searching foir a solution to dynamically select a free slave.
 I have several jobs but only four slaves and I want that the job executes
 on any free slave.
 I searched the web and saw that it is possible with the NodeLabel
 Parameter Plugin.
 But I can't get it to work properly.

 Can anybody assist me in the setup please?
 Thank you in advance!

 Cheers,
 Philippe

 --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Problem with zip-compressing files remotely running AutoIt scripts

2013-09-11 Thread Baptiste Mathus
Hi,
Did you double check the Jenkins slave is using the same user as the one
you use to successfully manually run it?

And how is your slave started?
Le 11 sept. 2013 16:11, Mateusz Polański mp.mateusz.polan...@gmail.com
a écrit :

 I'm doing some GUI-testing using AutoIt. When i run those tests manually,
 everything works fine, the results are zipped. However, when i run these
 through a job executed on a windows server 2003 slave, the results are not
 zipped. The tests are run in an execute batch step.
 Does anyone encounter similar issues and knows how to fix them?



 --
 View this message in context:
 http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remotely-running-AutoIt-scripts-tp4677583.html
 Sent from the Jenkins users mailing list archive at Nabble.com.

 --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Baptiste Mathus
Oups. Sorry I just realized I lag here :)
Le 11 sept. 2013 18:14, Baptiste Mathus bmat...@batmat.net a écrit :

 Hi,
 From what you describe, what you want is actually a standard feature, no
 need for a plugin.
 Just start your job, this will select a free slave. If you have more
 slaves than those four, just label them (with the same label) and configure
 your job with restrict where this job can run text field.

 Cheers
 Le 11 sept. 2013 13:45, Philippe Cambien incubusat...@gmail.com a
 écrit :

 Hello all,

 I am searching foir a solution to dynamically select a free slave.
 I have several jobs but only four slaves and I want that the job executes
 on any free slave.
 I searched the web and saw that it is possible with the NodeLabel
 Parameter Plugin.
 But I can't get it to work properly.

 Can anybody assist me in the setup please?
 Thank you in advance!

 Cheers,
 Philippe

 --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Problem with zip-compressing files remotely running AutoIt scripts

2013-09-11 Thread Mateusz Polański
The slave is started via Java Web Start, not installed as a service, and it
was started from the same user.



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remotely-running-AutoIt-scripts-tp4677583p4677592.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


NoClassDefFoundError: hudson.maven.reporters.MavenAbstractArtifactRecord

2013-09-11 Thread jcsirot


Hello,


I upgraded my Jenkins server from 1.509.2 to 1.509.3 but for each maven job I 
have this error when the artifacts are archived. This stacktrace is printed 
multiple times.


ERROR: Asynchronous execution failurejava.util.concurrent.ExecutionException 
http://stacktrace.jenkins-ci.org/search?query=java.util.concurrent.ExecutionException:
 java.lang.NoClassDefFoundError: 
hudson.maven.reporters.MavenAbstractArtifactRecord
at hudson.remoting.Channel$4.adapt(Channel.java:705) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel$4.adaptentity=method
at hudson.remoting.Channel$4.adapt(Channel.java:700) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel$4.adaptentity=method
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.FutureAdapter.getentity=method
at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:185)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutionsentity=method
at hudson.maven.Maven3Builder.call(Maven3Builder.java:105) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.Maven3Builder.callentity=method
at hudson.maven.Maven3Builder.call(Maven3Builder.java:66) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.Maven3Builder.callentity=method
at hudson.remoting.UserRequest.perform(UserRequest.java:118) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.performentity=method
at hudson.remoting.UserRequest.perform(UserRequest.java:48) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.performentity=method
at hudson.remoting.Request$2.run(Request.java:326) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request$2.runentity=method
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.InterceptingExecutorService$1.callentity=method
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRunentity=method
at java.util.concurrent.FutureTask.run(FutureTask.java:138) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.runentity=method
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runTaskentity=method
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runentity=method
at java.lang.Thread.run(Thread.java:619) 
http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.runentity=method
Caused by: java.lang.NoClassDefFoundError 
http://stacktrace.jenkins-ci.org/search?query=java.lang.NoClassDefFoundError: 
hudson.maven.reporters.MavenAbstractArtifactRecord
at 
hudson.maven.reporters.MavenArtifactArchiver$2.call(MavenArtifactArchiver.java:138)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.reporters.MavenArtifactArchiver$2.callentity=method
at 
hudson.maven.reporters.MavenArtifactArchiver$2.call(MavenArtifactArchiver.java:129)
 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.reporters.MavenArtifactArchiver$2.callentity=method
at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:404) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenBuild$ProxyImpl.executeentity=method
at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:477) 
http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenBuild$ProxyImpl2.executeentity=method
at sun.reflect.GeneratedMethodAccessor691.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at hudson.model.Executor$1.call(Executor.java:543)
at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
at $Proxy82.execute(Unknown Source)
at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:270)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at 

Re: No sources to compile

2013-09-11 Thread Mitja
Hi,
Where can I configure that subdirectory? pom.xml ?

Regards, Mitja


Dne sreda, 11. september 2013 18:14:39 UTC+2 je oseba Baptiste Mathus 
napisala:

 Update your job configuration to point to that subdirectory directly.
 Cheers
 Le 11 sept. 2013 12:18, Mitja mit...@gmail.com javascript: a écrit :

 Hello,

 I'm testing CI with Jenkins+Git+maven on windows 8.

 I have problem with No source to compile for my java project cez.

 Jenkins checks for java sources in workspace\src ... but sources are 
 located in workspace\*cez*\src ...
 Jenkins copies java sources from GIT server to workspace\*cez*\src.

 How to fix this problem?

 INFO] 
 
 [INFO] Building CEZ 0.0.1-SNAPSHOT
 [INFO] 
 
 [INFO] 
 [INFO] *--- maven-clean-plugin:2.5:clean (default-clean) @ cez ---*[INFO] 
 Deleting C:\CI_server\Jenkins\jobs\eCez\workspace\target
 [INFO] 
 [INFO] *--- maven-resources-plugin:2.6:resources (default-resources) @ cez 
 ---*[INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory 
 C:\CI_server\Jenkins\jobs\eCez\workspace\src\main\resources
 [INFO] 
 [INFO] *--- maven-compiler-plugin:2.3.1:compile (default-compile) @ cez 
 ---*[INFO] No sources to compile



 C:\CI_server\Jenkins\jobs\eCez\workspacedir
  Volume in drive C has no label.
  Volume Serial Number is 5631-9BFD

  Directory of C:\CI_server\Jenkins\jobs\eCez\workspace

 11.09.2013  12:14DIR  .
 11.09.2013  12:14DIR  ..
 11.09.2013  08:23DIR  cez
 10.09.2013  15:1718.222 pom.xml
 11.09.2013  12:14DIR  target
1 File(s) 18.222 bytes
4 Dir(s)  112.904.847.360 bytes free

 C:\CI_server\Jenkins\jobs\eCez\workspacecd cez

 C:\CI_server\Jenkins\jobs\eCez\workspace\cezdir
  Volume in drive C has no label.
  Volume Serial Number is 5631-9BFD

  Directory of C:\CI_server\Jenkins\jobs\eCez\workspace\cez

 11.09.2013  08:23DIR  .
 11.09.2013  08:23DIR  ..
 09.09.2013  12:07 1.515 .classpath
 09.09.2013  12:07 9 .gitignore
 09.09.2013  12:07 2.001 .project
 09.09.2013  12:07DIR  .settings
 10.09.2013  17:3518.217 pom.xml
 09.09.2013  12:07   789 README.md
 11.09.2013  08:23DIR  src
 09.09.2013  12:07DIR  Users
5 File(s) 22.531 bytes
5 Dir(s)  112.904.847.360 bytes free

 C:\CI_server\Jenkins\jobs\eCez\workspace\cez


 Regards,

 Mitja

  -- 
 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-use...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: No sources to compile

2013-09-11 Thread Baptiste Mathus
job configuration, so in Jenkins. Just update the path you're using.
Cheers


2013/9/11 Mitja mit...@gmail.com

 Hi,
 Where can I configure that subdirectory? pom.xml ?

 Regards, Mitja


 Dne sreda, 11. september 2013 18:14:39 UTC+2 je oseba Baptiste Mathus
 napisala:

 Update your job configuration to point to that subdirectory directly.
 Cheers
 Le 11 sept. 2013 12:18, Mitja mit...@gmail.com a écrit :

  Hello,

 I'm testing CI with Jenkins+Git+maven on windows 8.

 I have problem with No source to compile for my java project cez.

 Jenkins checks for java sources in workspace\src ... but sources are
 located in workspace\*cez*\src ...
 Jenkins copies java sources from GIT server to workspace\*cez*\src.

 How to fix this problem?

 INFO] 
 --**--**
 [INFO] Building CEZ 0.0.1-SNAPSHOT
 [INFO] 
 --**--**
 [INFO]
 [INFO] *--- maven-clean-plugin:2.5:clean (default-clean) @ cez ---*[INFO] 
 Deleting C:\CI_server\Jenkins\jobs\**eCez\workspace\target
 [INFO]
 [INFO] *--- maven-resources-plugin:2.6:resources (default-resources) @ cez 
 ---*[INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory 
 C:\CI_server\Jenkins\jobs\**eCez\workspace\src\main\**resources
 [INFO]
 [INFO] *--- maven-compiler-plugin:2.3.1:compile (default-compile) @ cez 
 ---*[INFO] No sources to compile



 C:\CI_server\Jenkins\jobs\**eCez\workspacedir
  Volume in drive C has no label.
  Volume Serial Number is 5631-9BFD

  Directory of C:\CI_server\Jenkins\jobs\**eCez\workspace

 11.09.2013  12:14DIR  .
 11.09.2013  12:14DIR  ..
 11.09.2013  08:23DIR  cez
 10.09.2013  15:1718.222 pom.xml
 11.09.2013  12:14DIR  target
1 File(s) 18.222 bytes
4 Dir(s)  112.904.847.360 bytes free

 C:\CI_server\Jenkins\jobs\**eCez\workspacecd cez

 C:\CI_server\Jenkins\jobs\**eCez\workspace\cezdir
  Volume in drive C has no label.
  Volume Serial Number is 5631-9BFD

  Directory of C:\CI_server\Jenkins\jobs\**eCez\workspace\cez

 11.09.2013  08:23DIR  .
 11.09.2013  08:23DIR  ..
 09.09.2013  12:07 1.515 .classpath
 09.09.2013  12:07 9 .gitignore
 09.09.2013  12:07 2.001 .project
 09.09.2013  12:07DIR  .settings
 10.09.2013  17:3518.217 pom.xml
 09.09.2013  12:07   789 README.md
 11.09.2013  08:23DIR  src
 09.09.2013  12:07DIR  Users
5 File(s) 22.531 bytes
5 Dir(s)  112.904.847.360 bytes free

 C:\CI_server\Jenkins\jobs\**eCez\workspace\cez


 Regards,

 Mitja

  --
 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-use...@**googlegroups.com.

 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .

  --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

 --
 Baptiste Batmat MATHUS - http://batmat.net
 Sauvez un arbre,
 Mangez un castor ! nbsp;!


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Dynamically selecting a node

2013-09-11 Thread Philippe Cambien
Hehe, no problem.
Thanks for the input, I shall try it tomorrow at work.

Op woensdag 11 september 2013 schreef Baptiste Mathus (bmat...@batmat.net):

 Oups. Sorry I just realized I lag here :)
 Le 11 sept. 2013 18:14, Baptiste Mathus 
 bmat...@batmat.netjavascript:_e({}, 'cvml', 'bmat...@batmat.net');
 a écrit :

 Hi,
 From what you describe, what you want is actually a standard feature, no
 need for a plugin.
 Just start your job, this will select a free slave. If you have more
 slaves than those four, just label them (with the same label) and configure
 your job with restrict where this job can run text field.

 Cheers
 Le 11 sept. 2013 13:45, Philippe Cambien 
 incubusat...@gmail.comjavascript:_e({}, 'cvml', 
 'incubusat...@gmail.com');
 a écrit :

 Hello all,

 I am searching foir a solution to dynamically select a free slave.
 I have several jobs but only four slaves and I want that the job
 executes on any free slave.
  I searched the web and saw that it is possible with the NodeLabel
 Parameter Plugin.
 But I can't get it to work properly.

 Can anybody assist me in the setup please?
 Thank you in advance!

 Cheers,
 Philippe

 --
 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...@googlegroups.comjavascript:_e({}, 
 'cvml',
 'jenkinsci-users%2bunsubscr...@googlegroups.com');.
 For more options, visit https://groups.google.com/groups/opt_out.

  --
 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...@googlegroups.com javascript:_e({},
 'cvml', 'jenkinsci-users%2bunsubscr...@googlegroups.com');.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Maven build fails (no error messages) but works via command-line

2013-09-11 Thread Cedric Lamalle


Em terça-feira, 10 de setembro de 2013 20h08min27s UTC-3, Jeff Vincent 
escreveu:

 I have a multi-module Maven job in Jenkins v1.529 (CentOS 6.4) that fails. 
  There are no error messages displayed other than Build Failed.  There 
 are MANY, many INFO messages that don't help.


This is a know bug: https://issues.jenkins-ci.org/browse/JENKINS-19352 


 When I remote into the box using the local jenkins user and run the same 
 Maven command, it works fine.

 How do I figure out what's wrong if it won't show errors?  Thoughts?


As Baptiste Mathus suggested you can use a Freestyle Project to see the 
error message.

 -- 
 Jeff Vincent
 See my LinkedIn profile at:
 http://www.linkedin.com/in/rjeffreyvincent
  

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Maven build fails (no error messages) but works via command-line

2013-09-11 Thread Jeff
Please vote for this bug!

https://issues.jenkins-ci.org/browse/JENKINS-19352


On Wed, Sep 11, 2013 at 6:35 PM, Cedric Lamalle cedric.lama...@gmail.comwrote:



 Em terça-feira, 10 de setembro de 2013 20h08min27s UTC-3, Jeff Vincent
 escreveu:

 I have a multi-module Maven job in Jenkins v1.529 (CentOS 6.4) that
 fails.  There are no error messages displayed other than Build Failed.
  There are MANY, many INFO messages that don't help.


 This is a know bug: https://issues.jenkins-ci.org/browse/JENKINS-19352


 When I remote into the box using the local jenkins user and run the same
 Maven command, it works fine.

 How do I figure out what's wrong if it won't show errors?  Thoughts?


 As Baptiste Mathus suggested you can use a Freestyle Project to see the
 error message.

 --
 Jeff Vincent
 See my LinkedIn profile at:
 http://www.linkedin.com/in/**rjeffreyvincenthttp://www.linkedin.com/in/rjeffreyvincent

  --
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Jeff Vincent
See my LinkedIn profile at:
http://www.linkedin.com/in/rjeffreyvincent

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.