Ok, then the registration is done correctly.
Seems that the plug-ins don't detect that the corresponding maven goal is
started. How do you invoke findbugs in maven? When started with
findbugs:findbugs then everything should work out of the box…
Ulli
Am 04.10.2012 um 02:37 schrieb Rob Withers
Ok, then the registration is done correctly.
Seems that the plug-ins don't detect that the corresponding maven goal is
started. How do you invoke findbugs in maven? When started with
findbugs:findbugs then everything should work out of the box…
Ulli
Am 04.10.2012 um 02:37 schrieb Rob Withers
One last thing I see. I deleted the config.xml inside the modules
subdirectory and copied the config.xml from the modules\murmur-events
direcotory to the modules subdirectory. Then I reran the build. THe result
did NOT have the analysis done and the config.xml in the modules
subdirectory, af
Oops, I just saw that I have 2 config.xml files in my project.
One is here: C:\software\Jenkins\jobs\murmur-events
The other is here:
C:\software\Jenkins\jobs\murmur-events\modules\murmur-events$murmur-events
The one inside the modules directory does not have the analysis reporters
section.
Tchuss Ulli,
I have reporters, but no "actions", if those are a separate section of the
xml. This is coming from the config.xml inside the jobs directory, and then
inside my project directory.
Here is the reporters section...
Danke,
Rob
[CHECKSTYLE]
low
false
false
Just got it going. I switched from using labels in the Configuration
Matrix to Individual Nodes and it works.
Not sure why, but I'm happy
On Wed, Oct 3, 2012 at 3:46 PM, Richard Lavoie wrote:
> Matrix build should let you run a job multiple times and iirc there is
> aplugin to add a node label
Is there a Findbugs action in your job's config.xml file?
Ulli
Am 03.10.2012 um 19:00 schrieb Rob Withers :
> There are no logs for analysis tools in the console log.
>
> Rob
>
> -Original Message- From: Ulli Hafner
> Sent: Wednesday, October 03, 2012 12:47 PM
> To: jenkinsci-users@goog
Matrix build should let you run a job multiple times and iirc there is aplugin
to add a node label axis (might be node label plugin)
On 2012-10-03, at 17:26, phil swenson wrote:
> well, it's not running on every node. I kick off a job and it only
> goes to one node.
>
> so still stuck….
>
well, it's not running on every node. I kick off a job and it only
goes to one node.
so still stuck….
On Wed, Oct 3, 2012 at 3:21 PM, phil swenson wrote:
> trying a multi-configuration build now. think this will give me what i want
>
> On Wed, Oct 3, 2012 at 2:54 PM, phil swenson wrote:
>> I'
You may want the node-label plugin.
On Wed, Oct 3, 2012 at 2:21 PM, phil swenson wrote:
> trying a multi-configuration build now. think this will give me what i
> want
>
> On Wed, Oct 3, 2012 at 2:54 PM, phil swenson
> wrote:
> > I'm using gradle and periodically I need to run a specific task
trying a multi-configuration build now. think this will give me what i want
On Wed, Oct 3, 2012 at 2:54 PM, phil swenson wrote:
> I'm using gradle and periodically I need to run a specific task on
> every node to clean out the cache.
>
> Is there a way I can force a job to run on all nodes?
>
>
I'm using gradle and periodically I need to run a specific task on
every node to clean out the cache.
Is there a way I can force a job to run on all nodes?
thanks
Excellent I will look for that!
On Wednesday, October 3, 2012 3:10:05 PM UTC-4, Baptiste MATHUS wrote:
>
> By the way, you don't want to keep that behaviour in mind too long (I
> mean, loading everything in memory).
>
> Thanks to Kohsuke, Jenkins is actually now gonna lazy-load build results:
>
By the way, you don't want to keep that behaviour in mind too long (I mean,
loading everything in memory).
Thanks to Kohsuke, Jenkins is actually now gonna lazy-load build results:
see
https://groups.google.com/forum/#!msg/jenkinsci-dev/ri5E9LW2kDo/G3NMc65rWpcJ
.
It's already in the trunk, so it
On Tue, Oct 2, 2012 at 12:25 PM, zperry wrote:
> Hi Les,
>
> Finally, the first sentence in "Distributed builds" wiki and the list from
> Kohsuke Kawaguchi started making sense to me. Thank you once more for
> sharing your experience.
>
> Regarding the list (shown below, and somewhat shortened an
Any ideas/opinions?
On Thursday, September 27, 2012 6:06:21 PM UTC+1, joantune wrote:
>
> Hi community!
>
> First of all, thanks for having developed (those of you that can relate)
> and given support to this awesome tool that is Jenkins.
>
> So, we have been using jenkins for a bit here at work.
Hi,
I'm trying to obtain the RSS feed for the Jenkins build results.
It shows the stable, failed and aborted builds. But, it doesn't show the
currently In-Progress build.
I just want to know whether my job has currently got any In-Progress builds.
My build time takes around 3 mins.
Any help is
On Tue, Oct 2, 2012 at 11:16 AM, zperry wrote:
>>
>> I don't really see how that practice relates to a web service intended
>> for both remote and local use from multiple users. The remote api does
>> the same things as the regular http interface.It could work, of
>> course, but it's not what
Rob Thanks discarding old builds seems to have done it.
On Wednesday, October 3, 2012 12:51:23 PM UTC-4, Mandeville, Rob wrote:
>
> How many runs of these builds do you have hanging around? I had this
> problem before, and it appeared that the results of every build (except for
> the log fil
There are no logs for analysis tools in the console log.
Rob
-Original Message-
From: Ulli Hafner
Sent: Wednesday, October 03, 2012 12:47 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: no code analysis showing up with my builds
The analysis plug-ins log their results in the cons
Our Perforce server is set at security level 3 and the build scripts need
to use the P4TICKET variable to perform a checkin.
It seems that the P4TICKET variable is only available when the plugin tries
to communicate with Perforce, fails and then does a login.
So, in order to guarantee that the
How many runs of these builds do you have hanging around? I had this problem
before, and it appeared that the results of every build (except for the log
files and the artifacts) are held in memory. In my case, I stored the
environment of every build I ran and our environments get really big (a
The analysis plug-ins log their results in the console log. Is there something
printed out?
E.g. [FINDBUGS] Parsing...
Does your build produce the artifacts (e.g. FindBugs results XML file) that are
read as input by the plugins?
Ulli
Am 03.10.2012 um 17:05 schrieb Rob Withers :
> I have the
quick question.
Is there a way to tell Jenkins to invoke maven itself via one jdk version
but have maven build a java project with a different jdk?
Example: The current version of Maven will not run on jdk 1.4.2, but we have
a project for IBM WebSphere 5.1 that requires jdk 1.4.2. I want Maven t
I have installed jenkins on a fedora core 17 linux server. When I start
jenkins it seems to take a ton of ram (12GB+). I start jenkins with the
command.
I am using open jdk 1.7
start command is
/usr/bin/java -Djava.awt.headless=true -DXmx4g -XX:MaxPermSize=128m
-DJENKINS_HOME=/var/lib/jenkins
I have the following plugins loaded:
1) JUnit Attachments Plugin
2) Static Analysis Utilities
3) Static Analysis Collector Plug-in
4) Checkstyle Plug-in
5) PMD Plug-in
6) FindBugs
7) DRY
My issue is no results are showing up when I do a build. I have enabled the
project to get these results. Wh
I am using 1.484 I set my workspace to my eclipse workspace. There is no
pom file there. I have no global MAVEN_OPTS and the local Maven repository
is local to the workspace.
When I add a project, I cannot simply use pom.xml as my Root POM – I have to
specify the subdirectory it is in “murmu
I will try to reproduce your issue, but being at JavaOne can't do it before
next week
2012/10/3 dhyix
> Editing a Build Flow always saves an empty DSL. I configure it, enter in:
> build("job"). Then after saving, if I reconfigure it or look at the config
> file in the filesystem the dsl is alway
Editing a Build Flow always saves an empty DSL. I configure it, enter in:
build("job"). Then after saving, if I reconfigure it or look at the config
file in the filesystem the dsl is always empty. Is there something I'm
missing?
I have a new install of Jenkins version 1.484 and I've added the B
I stopped using git and went back to what was working before, which was
setting up a maven2 project. Now I develop in eclipse and I can launch a
build manually, whenever I want to build the jar and run the tests. To get
it working, I set the global workspace to my eclipse workspace and then
s
Can you provide the code you have added in the file bashrc?
Segunda-feira, 6 de Junho de 2011 10:06:44 UTC+1, sebboon escreveu:
>
> Thank you teilo, you show the right way !
>
> I gave a password to the jenkins user with a ssh private key.
> I added ssh-agent with ssh-add to the bashrc file to pre
HI,
I've successfully got Jenkins running on my Windows 7 machine. However
I'm having an issue with Hudson not finding a Kernel32 class on the XP
machine.
I'm remotely logged on to the XP machine with Administrator permissions.
However it looks like it could be a permission problem, could I g
Hi,
i guess this problem is related to files still opened by Jenkins or
another process.
I experience this problem only on Windows when cleaning the workspace.
You should use the equivalent of 'lsof' to find out what file is still
in use by which process.
regards
Dirk
On 03.10.2012 03:51, Rob
I've got some users who are trying as a post build action to deploy artefacts
to Nexus
Using the maven goal deploy the build picks up the settings.xml from the maven
install on the build box.
Using the plugin, it appears to be trying to access the user settings.xml
(jenkins user in .m2/reposit
34 matches
Mail list logo