Questions about ideology of complex project: 3 OS compile + 3 OS package installers + upload to FTP

2013-09-30 Thread Ruslan Zasukhin
Hi Jenkins Gurus and Jenkins Team,

I am very newbie to Jenkins, playing with it last 3 weeks.
With big fights (mainly with weak confusing docs, so googling googling)
we have got working configuration as:
 *  macmini - master of Jenkins
 * VirtualBox - Win7 - slave
 * VirtualBox - Ubuntu - slave
 ** they use SHARED folder to put here few files to exchange.

Before we have start try Jenkins, we have automate builds of allow products
into the next 7 scripts, which should go one by one:
   1) compile_mac
   2) compile_win  
   3) compile_lin

4) package_mac   -- must be first, because it builds
special REALbasic plugin
using DLLs from 3OS
RESULT file will go to Win and Linux

5) package_win
6) package_lin

7) put_on_ftp_all_archives


Quite SIMPLE construction...

ORIGINAL MY HOPE/DREAM was that I can make:
* ONE project in Jenkins
* Specify 7 Build Steps -- one step calls one bash script.
* DONE.

But problem 1: 
Build step cannot be restricted to some machine.
Only the whole project can be.
So hmm, I cannot have in ONE project
build step -- compile on mac
build step - compile on win

PROBLEM 2: 
Sequential execution -- inet has many enough HOW TO advices.

YES, I was able to solve task, making 7(!!!) projects, which call in
post_build next in chain.
compile_mac
-> compile_win
-> compile_lin
-> package_mac-- very cool ??
...

Probably behind this are hidden some great ideas...
Which I do not understand yet.

* I do not like that I need 7 projects instead one.
* I do not like that now I cannot reuse compile_mac as independent project,
which runs each 6 hours for example, because it will starts all following
projects.  So I will need to make compile_mac_period.


===
I do not see any reason, why not allow us
do simple things in a simple way:

FEATURE REQUEST:   
A) Please allow me to specify where to run  each Build Step
B) Please allow me tp specify by checkbox that I want steps to be
sequential



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


-- 
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 spinning VM through Jenkins using libvirt.

2013-09-30 Thread Rishabh Das
I have a script which spins out virtual machines using libvirt. The script 
uses a kickstart file for the automated installation and thus requires no 
human intervention. The script runs perfectly fine when run through the 
shell.
I decided to integrate it with Jenkins by creating a job to spin VMs based 
on some trigger condition. Job gets triggered as expected, but it can not 
continue. It throws the following error and exits.  

error: Cannot run interactive console without a controlling TTY

Is there a possible solution that I can either get a controlling TTY or 
spin out VMs without the need of interactive console?

-- 
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: Git plugin, problem cloning

2013-09-30 Thread ycollet

I reported a bug on the issu tracker: 
https://issues.jenkins-ci.org/browse/JENKINS-19822

-- 
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: Question on Jenkins Deployment

2013-09-30 Thread Mark Waite
Upgrading a plugin on the master node upgrades it on all slave nodes.

Upgrading Jenkins on the master node upgrades the relevant Jenkins
components on the slave nodes.

Mark Waite


On Mon, Sep 30, 2013 at 4:30 PM, Rajesh  wrote:

> Hi,
> As the Jenkins deployment scales and you have a number of helper \ slave
> nodes added to the infrastructure, when you have a Jenkins version upgrade
> across multiple servers or plugin that needs to be installed across
> multiple slave machines .. How does that work?
>
> Also a related question .. are the plugins for jobs scheduled from the
> slave using installed plugins on the slave or the master .. ?
>
> Regards,
> Raj
>
> --
> 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.


Question on Jenkins Deployment

2013-09-30 Thread Rajesh
Hi,
As the Jenkins deployment scales and you have a number of helper \ slave
nodes added to the infrastructure, when you have a Jenkins version upgrade
across multiple servers or plugin that needs to be installed across
multiple slave machines .. How does that work?

Also a related question .. are the plugins for jobs scheduled from the
slave using installed plugins on the slave or the master .. ?

Regards,
Raj

-- 
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: Failing to run FEST Swing tests on Jenkins

2013-09-30 Thread Eric Pyle
The way I have usually seen it is to run GUI tests on a Jenkins slave, 
one which is connected by JNLP.


Eric

On 9/30/2013 4:32 PM, djaildo.jun...@ccc.ufcg.edu.br wrote:


I'm trying to run FEST Swing tests on Jenkins as a service on Windows 7.

I have already allowed the service to interect with the desktop with 
the necessary permission to do so. It was no use, though.


Most of what I found on the internet either shows how to do it on 
Linux (through the CLI shell) or how to run it on the prompt, which is 
not what I'm looking for.


I have also found some vague discussions on how to run the tests 
letting the desktop available (which was by running it on a VM). But 
that's not what I need either.


I need to run the GUI tests just as they are run on Eclipse, with the 
graphical appearance on the desktop. When I try to do it, the 
following happens:


|execguitest:
[echo] --
[echo] project-name: Executing project's GUI tests
[echo] --
[junit] Running dev.AllGUITests
[junit] null
[junit] null
[junit] null
[junit] Tests run:33, Failures: 3, Errors: 30, Skipped: 0, Time 
elapsed: 112,375 sec

[junit Test dev.AllGUITests FAILED|

Does anyone have a clue on how can it be done?

P.S.: Sorry for any english mistakes. English is not my mother language.

--
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.


Failing to run FEST Swing tests on Jenkins

2013-09-30 Thread djaildo . junior


I'm trying to run FEST Swing tests on Jenkins as a service on Windows 7.

I have already allowed the service to interect with the desktop with the 
necessary permission to do so. It was no use, though.

Most of what I found on the internet either shows how to do it on Linux 
(through the CLI shell) or how to run it on the prompt, which is not what 
I'm looking for.

I have also found some vague discussions on how to run the tests letting 
the desktop available (which was by running it on a VM). But that's not 
what I need either.

I need to run the GUI tests just as they are run on Eclipse, with the 
graphical appearance on the desktop. When I try to do it, the following 
happens:

execguitest:
[echo] --
[echo] project-name: Executing project's GUI tests
[echo] --
[junit] Running dev.AllGUITests
[junit] null
[junit] null
[junit] null
[junit] Tests run:33, Failures: 3, Errors: 30, Skipped: 0, Time elapsed: 
112,375 sec
[junit Test dev.AllGUITests FAILED

Does anyone have a clue on how can it be done?

P.S.: Sorry for any english mistakes. English is not my mother language.

-- 
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: Tomcat in parallel with Jenkins

2013-09-30 Thread Peter Soncek
Thank you both for the information.  I think I will take the advice and 
just run Tomcat on a different port.  I've read about people having issues 
running Jenkins on an existing Tomcat installation so I think I will avoid 
that.

Peter

On Monday, September 30, 2013 2:26:08 PM UTC-5, LesMikesell wrote:
>
> On Mon, Sep 30, 2013 at 1:43 PM, Peter Soncek > 
> wrote: 
> > I run Jenkins as a Windows service and NOT on Tomcat.  However, I would 
> like 
> > to install Tomcat on this same server.  This Tomcat would be to run a 
> > different webapp, but not Jenkins.  Will this work or will installing 
> Tomcat 
> > break my Jenkins install?  Would I need to run this Tomcat on a 
> different 
> > port other than 80 maybe? 
>
> If you run on different ports, they can run in parallel.  On Linux I 
> typically run apache on port 80 and reverse-proxy to any other web 
> services that want to run standalone on their own port. 
>
> > Instead of using Tomcat, can I somehow load my .war to the Jenkins 
> > installation and use its web server instead? 
>
> I don't think so, but it should work the other way around.  That is, 
> switch to the war version of jenkins and drop it under tomcat if you 
> want everything under one server. 
>
> -- 
>Les Mikesell 
>  lesmi...@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: Tomcat in parallel with Jenkins

2013-09-30 Thread Les Mikesell
On Mon, Sep 30, 2013 at 1:43 PM, Peter Soncek  wrote:
> I run Jenkins as a Windows service and NOT on Tomcat.  However, I would like
> to install Tomcat on this same server.  This Tomcat would be to run a
> different webapp, but not Jenkins.  Will this work or will installing Tomcat
> break my Jenkins install?  Would I need to run this Tomcat on a different
> port other than 80 maybe?

If you run on different ports, they can run in parallel.  On Linux I
typically run apache on port 80 and reverse-proxy to any other web
services that want to run standalone on their own port.

> Instead of using Tomcat, can I somehow load my .war to the Jenkins
> installation and use its web server instead?

I don't think so, but it should work the other way around.  That is,
switch to the war version of jenkins and drop it under tomcat if you
want everything under one server.

-- 
   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: Tomcat in parallel with Jenkins

2013-09-30 Thread Eric Pyle
You should be able to run Tomcat alongside Jenkins service. I have not 
done exactly that, but I've run multiple instances of Tomcat on the same 
machine. You just need to make sure they run on different ports. Default 
port for Tomcat is 8080, so as long as you don't have Jenkins on that 
port (or any other port used by Tomcat), you should be all set.


I'm not aware of a way to run other webapps from Jenkins' Winstone 
container.


Eric

On 9/30/2013 2:43 PM, Peter Soncek wrote:
I run Jenkins as a Windows service and NOT on Tomcat.  However, I 
would like to install Tomcat on this same server.  This Tomcat would 
be to run a different webapp, but not Jenkins.  Will this work or will 
installing Tomcat break my Jenkins install?  Would I need to run this 
Tomcat on a different port other than 80 maybe?


Instead of using Tomcat, can I somehow load my .war to the Jenkins 
installation and use its web server instead?


Thank you,
Peter
--
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: global properties

2013-09-30 Thread Les Mikesell
On Thu, Sep 26, 2013 at 12:01 PM, Tânia Magalhães
 wrote:
> Yes, of course there is a logic behind my needs...
> I just think that it is useless explain the all process here.

By 'logic' I meant some external program driving/controlling the
choice of the build node at any particular time.   If there is such a
program that knows when and where to do the build (or you can write
one, based on your logic), you should be able to use the NodeLabel
Parameter plugin so that you can parameterize  the node to build on,
and then pass that parameter when you request a build through the rest
API.

> What I need is what I described above.
> Any ideas?
> So far I was not able to do it...

Another option would be to also use the 'build flow' plugin and have a
controlling job invoke the real job with the node parameter based on
something it can determine with its somewhat restricted groovy syntax.
  Or use a similar controlling job with a system groovy build step to
do the same thing but with unrestricted access to all of jenkin's
objects.   The examples on the groovy plugin page shows how to
retrieve system properties and trigger another build.

> To remind, I am running jenkins on windows.

Groovy is very portable - the OS shouldn't matter.

-- 
   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.


Tomcat in parallel with Jenkins

2013-09-30 Thread Peter Soncek
I run Jenkins as a Windows service and NOT on Tomcat.  However, I would 
like to install Tomcat on this same server.  This Tomcat would be to run a 
different webapp, but not Jenkins.  Will this work or will installing 
Tomcat break my Jenkins install?  Would I need to run this Tomcat on a 
different port other than 80 maybe?

Instead of using Tomcat, can I somehow load my .war to the Jenkins 
installation and use its web server instead?

Thank you,
Peter

-- 
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.


Git plugin, problem cloning

2013-09-30 Thread ycollet
Hello,

I updated my jenkins installation to the last version (1.533) and all the 
plugins have been updated.
I've got a problem with a project which must be cloned onto a slave (I just 
created the project, so this is the first time the repo is cloned).
When jenkins is trying to clone, an error is displayed:

Using strategy: Default
Using shallow clone
hudson.util.IOException2: remote file operation failed: 
/home/admin/jenkins/workspace/TESTLinux3 at 
hudson.remoting.Channel@69d99bff:Compilation Debian 6 64 bits
at hudson.FilePath.act(FilePath.java:912)
at hudson.FilePath.act(FilePath.java:889)
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:948)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1114)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:657)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562)
at hudson.model.Run.execute(Run.java:1665)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: java.io.IOException: Remote call on Compilation Debian 6 64 bits 
failed
at hudson.remoting.Channel.call(Channel.java:723)
at hudson.FilePath.act(FilePath.java:905)
... 11 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class 
jenkins.model.Jenkins$MasterComputer
at hudson.FilePath.act(FilePath.java:916)
at hudson.FilePath.act(FilePath.java:889)
at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:65)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:956)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:948)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2444)
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(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Finished: FAILURE


When I looked at the code on github (GitSCM.java:948), the error seems to be 
located here:

public void buildEnvVars(AbstractBuild build, java.util.Map env) {
super.buildEnvVars(build, env);
Revision rev = fixNull(getBuildData(build)).getLastBuiltRevision();
if (rev!=null) {
Branch branch = Iterables.getFirst(rev.getBranches(), null);
if (branch!=null) {
env.put(GIT_BRANCH, branch.getName());

String prevCommit = getLastBuiltCommitOfBranch(build, branch
);
if (prevCommit != null) {
env.put(GIT_PREVIOUS_COMMIT, prevCommit);
}
}

env.put(GIT_COMMIT, fixEmpty(rev.getSha1String())); ## 
< error located here (line 948)
}


But because I cloned for the first time, I shouldn't be here as far as I 
understand ?!?

Maybe the problem comes from another place ...

YC

-- 
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.


Order of Module Builds in job Status page

2013-09-30 Thread Farrukh Najmi
I am not sure I understand how the order the Module Builds section of the 
job Status page is determined for a maven project.
I would have assumed the listing would be in the order the modules are 
built according to maven parent pom. It does not seem to be the case.
The build itself is in correct order. Its just that the Module Builds 
section seems to list in a different order whose sort criteria seems random.

Thanks for sharing any insights.

-- 
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.


ERROR: Processing failed due to a bug in the code

2013-09-30 Thread Mattias Persson
Got this random failure which itself said it should be forwarded here, so 
here it is:

*10:03:08* ERROR: Processing failed due to a bug in the code. Please report 
this to jenkinsci-users@googlegroups.com*10:03:08* 
java.lang.NullPointerException 
: 
no workspace from node hudson.slaves.DumbSlave@506fa283 which is computer 
hudson.slaves.SlaveComputer@2626c3f9 and has channel null*10:03:08* at 
hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70) 
*10:03:08*
 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60) 
*10:03:09*
 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 
*10:03:09*
   at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
 
*10:03:09*
 at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:876)
 
*10:03:09*
   at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:827)
 
*10:03:09*
   at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567) 
*10:03:09*
 at hudson.model.Run.execute(Run.java:1603) 
*10:03:09*
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506) 
*10:03:09*
 at hudson.model.ResourceController.execute(ResourceController.java:88) 
*10:03:09*
 at hudson.model.Executor.run(Executor.java:246) 
*10:03:09*
 project=hudson.maven.MavenModuleSet@4658b6c8[neo4j-1.9-windows]*10:03:09* 
project.getModules()=[hudson.maven.MavenModule@39097e5b[neo4j-1.9-windows/org.neo4j:neo4j][neo4j-1.9-windows/org.neo4j:neo4j][relativePath:community/neo4j],
 
hudson.maven.MavenModule@5389127d[neo4j-1.9-windows/org.neo4j:neo4j-advanced][neo4j-1.9-windows/org.neo4j:neo4j-advanced][relativePath:advanced/neo4j-advanced],
 
hudson.maven.MavenModule@2c405dae[neo4j-1.9-windows/org.neo4j:neo4j-backup][neo4j-1.9-windows/org.neo4j:neo4j-backup][relativePath:enterprise/backup],
 
hudson.maven.MavenModule@25cd3aa1[neo4j-1.9-windows/org.neo4j:neo4j-cluster][neo4j-1.9-windows/org.neo4j:neo4j-cluster][relativePath:enterprise/cluster],
 
hudson.maven.MavenModule@7cd17012[neo4j-1.9-windows/org.neo4j:neo4j-com][neo4j-1.9-windows/org.neo4j:neo4j-com][relativePath:enterprise/com],
 
hudson.maven.MavenModule@2f6d4b84[neo4j-1.9-windows/org.neo4j:neo4j-community][neo4j-1.9-windows/org.neo4j:neo4j-community][relativePath:community/neo4j-community],
 
hudson.maven.MavenModule@2412bdf9[neo4j-1.9-windows/org.neo4j:neo4j-consistency-check][neo4j-1.9-windows/org.neo4j:neo4j-consistency-check][relativePath:enterprise/consistency-check],
 
hudson.maven.MavenModule@3ebeb9f0[neo4j-1.9-windows/org.neo4j:neo4j-cypher][neo4j-1.9-windows/org.neo4j:neo4j-cypher][relativePath:community/cypher],
 
hudson.maven.MavenModule@5445a0a7[neo4j-1.9-windows/org.neo4j:neo4j-enterprise][neo4j-1.9-windows/org.neo4j:neo4j-enterprise][relativePath:enterprise/neo4j-enterprise],
 
hudson.maven.MavenModule@3e213f1a[neo4j-1.9-windows/org.neo4j:neo4j-enterprise-performance-tests][neo4j-1.9-windows/org.neo4j:neo4j-enterprise-performance-tests][relativePath:enterprise/enterprise-performance-tests],
 
hudson.maven.MavenModule@5199661d[neo4j-1.9-windows/org.neo4j:neo4j-graph-algo][neo4j-1.9-windows/org.neo4j:neo4j-graph-algo][relativePath:community/graph-algo],
 
hudson.maven.MavenModule@52f88ce6[neo4j-1.9-windows/org.neo4j:neo4j-graph-matching][neo4j-1.9-windows/org.neo4j:neo4j-graph-matching][relativePath:community/graph-matching],
 
hudson.maven.MavenModule@52c2cc70[neo4j-1.9-windows/org.neo4j:neo4j-graphviz][neo4j-1.9-windows/org.neo4j:neo4j-graphviz][relativePath:community/graphviz],
 
hudson.maven.MavenModule@56476337[neo4j-1.9-windows/org.neo4j:neo4j-ha][neo4j-

Re: Jenkins Automatically Deleting Build Logs

2013-09-30 Thread Manjunath DG
Yes Daniel,Is that causing this problem.So who do i now proceed with...

Thanks in advance Daniel..!

Regards,
Manju



 From: Daniel Beck 
To: jenkinsci-users@googlegroups.com 
Sent: Monday, September 23, 2013 10:37 PM
Subject: Re: Jenkins Automatically Deleting Build Logs
 

Did you rename these projects since the last Jenkins restart?

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

On 23.09.2013, at 12:42, Manjunath DG  wrote:

> 
> Hi All,
> There are three projects for which Jenkins is automatically deleting the logs 
> despite the fact settings are otherwise, The logs are getting deleted hourly 
> only specific to those 3 projects. Rest all other projects are not having any 
> concern.Unable to find the root cause of this issue. Can someone please help 
> us to fix this and if noticed the same in past.
> Our environment is with Jenkins version 1.522 and running on Ubuntu Os.
> I have all set with Discard Old Builds, But still noticing the logs are not 
> stored. This is not the case with other projects. I have almost 100 projects 
> and out of this only 3 projects are having issue.
>  
> Discard Old Builds
>  
> Strategy
> 
>  
>  
> Days to keep builds
> if not empty, build records are only kept up to this number of days
>  
> Max # of builds to keep
> if not empty, only up to this number of build records are kept
>  
>  
> Thank  you and Best Regards,
> Manjunath D G
> 
> -- 
> 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.

-- 
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.