I have the exact same problem and opened a issue for it here:
https://issues.jenkins-ci.org/browse/JENKINS-15208
On Monday, September 17, 2012 2:22:41 PM UTC+2, Olivier Chorier wrote:
>
> Well, it still happens ; average every two builds.
> If anyone had a suggestion...
>
> Thanks a lot !
>
> Le
I want to use the Configuration Slicing Plugin to enable:
"Build whenever a SNAPSHOT dependency is built"
for all projects.
I think this correlates to the following line in the job's config.xml:
false
so I need to set ignorUpstremChanges from true to false in all jobs.
I assume that i need to
We have been experiencing a problem for the past few months where
(sometimes) when we restart Jenkins we must save the System Configuration
on startup or builds won't work.
The builds will generally fail due to not finding the Git executable for
the job as if the Git tool version is not defined
Alex;
We are trying the same thing.
Have you heard anything about it or do you have replies from any one?
Thanks
Jonathan
On Thursday, July 26, 2012 1:35:17 PM UTC-5, Alex Soto wrote:
>
> Hey There,
>
> I've got the OpenId plugin integrated with Google Apps for our domain, but
> I have to enter
Alex, I'm trying the same thing, have you got this to work or have you
heard anything about it?
Thanks
Jonathan
On Thursday, July 26, 2012 1:35:17 PM UTC-5, Alex Soto wrote:
>
> Hey There,
>
> I've got the OpenId plugin integrated with Google Apps for our domain, but
> I have to enter each user'
I went to https://wiki.jenkins-ci.org/display/JENKINS/Tomcat and
double-checked. What you do depends on how you want the URLs to look.
If you have Tomcat on yourhost:8080, then adding a Jenkins war file called
“jenkins.war” will create a Jenkins instance rooted at
http://yourhost:8080/jenkins.
For anyone who encounters this problem, the magic trick is to set
-Dsvnkit.http.methods=Negotiate
This seems to be necessary because of an interesting "fix" for HUDSON-8153
http://issues.hudson-ci.org/browse/HUDSON-8153
The fix demotes negotiate to the least favoured method, but then the SVN
plu
Okay, let's say I go with the tomcat solution.
Then I would first install tomcat, and in Tomcat's home/webapps I would put
jenkins.war? And to add another jenkins just rename it Jenkins.war maybe?
If I understand the guide Tomcat will take care of the rest after I give it
a war file to play with
It appears my first post did not go through.
Does anyone know if there's a way to have one job to build a completely or
incrementally? I'm trying to do something like the below
In one job,
1) Destroy a snapshot
2) Generate a clean snapshot
In a separate job,
3) Do a complete build using maven
Excellent. I'd forgotten about the (groovy) console. Thanks!
On Mon, Sep 17, 2012 at 10:12 AM, wrote:
> FYI,
>
> You can also force log rotation (i.e. old build purging) to occur for all
> jobs by running this in the script console:
>
> ** **
>
> jenkins.model.Jenkins.instance.items.eac
FYI,
You can also force log rotation (i.e. old build purging) to occur for all jobs
by running this in the script console:
jenkins.model.Jenkins.instance.items.each { it.logRotate() }
-Chris
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Scott E
Phil Swenson wrote:
[snip]
> It appears that the jenkins service startup is flakey. Even when I run it
> manually I get stuff like this:
>
> Administrator@DAEAP86187 ~
> $ net start "Jenkins Slave"
> The service is not responding to the control function.
[snip]
As a workaround, you can configu
We have troubles with Jenkins Slaves stopping working and having to
manually restart the windows service on every node (15 nodes).
Last week, windows update ran and all the servers got restarted. The
Jenkins Slave service only started on 5 of the 15. I had to ssh into each
and start the service.
The View Job Filters plugin is related to some of what you are asking for.
For example, you could build a View that shows all jobs that have not been
run in over a month. You might also be able to address your Hung builds
scenario by creating a View for jobs that are currently building and were
st
Hello,
1. @Alex Earl for some reason your response is not shown in Google Groups
which is why I couldn't respond to it earlier. I saw it in my mail inbox
just right now, so I can respond:
$ mvn -v
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /usr/local/apache-maven/apache-
Well, it still happens ; average every two builds.
If anyone had a suggestion...
Thanks a lot !
Le lundi 10 septembre 2012 09:47:54 UTC+2, Olivier Chorier a écrit :
>
> It seems to be a bug.
> I tried once more and it worked.
>
> Olivier.
>
> Le lundi 10 septembre 2012 09:37:00 UTC+2, Olivier Ch
Hello,
try to bump your jdk version to something more recent (1.6.0_24 is pretty
old) like 1.6.0_35
Vincent
2012/9/17 Erik Bernoth
> Someone help please, this is an ongoing problem.
>
> Am Freitag, 14. September 2012 13:49:43 UTC+2 schrieb Erik Bernoth:
>
>> I got the following errors and can
Ok, thanks.
But what should I do, if I want, add second line to build number? In other
words, if I want see name blahblah\nblahblah in build history? Setter
plugin doesn't work in this case.
Regards.
There is a build description setter plugin that we've used in the past to
> add a description
I'm having some problems authenticating with our SVN server. We use
kerberos+Negotiate to do passwordless authentication.
By following the instructions
at
https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin+HTTPS+Kerberos+authentication
I've been able to get jsvn to work. The opti
Someone help please, this is an ongoing problem.
Am Freitag, 14. September 2012 13:49:43 UTC+2 schrieb Erik Bernoth:
>
> I got the following errors and can't find documentation about them. What
> am I doing wrong?
>
> The error occurs is in Jenkins Core (compiled in the github jenkins root
> fol
I get the same exception in Jenkins v. 1.477 and maven 2.2.1
Everything works fine, except for the release. There I get this exception.
[INFO] Exception in thread "main" java.lang.NoClassDefFoundError:
org/codehaus/classworlds/Launcher
[INFO] Caused by: java.lang.ClassNotFoundException:
org.cod
21 matches
Mail list logo