I note you asked Ant mailing list, probably best place to get a workaround.
Some Ant tasks let you set path to JVM to use, so you can use Hotspot to
run Ant and J9 to compile and run tests.
> Hi Nicolas,
>
> Thanks!!
>
> Running build manually also failing of Window2008 server and works on XP.
Hi All,
I want to CI test a script which sets up an array of machines in a new
environment. This script needs to work from bare metal machines.
The only way I can think to do this is to have those jobs clone a
"blank" (OS installed but nothing else) set of VMs and then run the job
against th
Hi all,
I've been using Jenkins for a year now, and I'm missing the following
features...
Do they exist in a plugin that I missed?
More context is available at
http://xnodet.blogspot.fr/2012/09/suggestions-for-jenkins-on-multi.html
Thanks.
Detect stale jobs
We sometimes have jobs that stop runni
Hi,
I'm using Jenkins 1.472. I configured a slave on a different machine I had via
java web start. When I create a job for that machine the checkout fails with:
Started by user X
[EnvInject] - Loading node environment variables.
Building remotely on Y in workspace
Checking out a fresh works
Try doing the checkout from the command line, as the Jenkins user, on the new
slave.
My guess as to possible causes:
- There was a problem on the server
- Network proxy not set correctly
- Jenkins on the slave needs to accept the subversion server’s key
From: jenki
May not be enough log to tell, but may need to enable TLS on server?
On 9/13/12 4:47 AM, Levin, Ilya wrote:
Hi,
I’m using Jenkins 1.472. I configured a slave on a different machine I had via
/java web start. When I create a job for that machine the checkout fails with:/
//
//
Started by
There's no built in plugin that will do it. However, you should be able to get
the time a build started, the time it finished, and then calculate how long it
took.
Once you do that you can run the following command (using the Jenkins Command
Line Tool):
java -jar jenkins-cli.jar set-build-
Jenkins on the slave needs to accept the subversion server’s key
Isn’t it something that should be defined by the master.
I kinda thought that after I connect the slave to the master I’m good to go,
Are there any additional things I need to do on the slave after connecting it?
thanks
From: je
Are you saying that was the problem, or are you just quoting and asking for
clarification?
My list was a list of possible causes of your problem, not a list of things you
have to do.
Did you try the subversion checkout from the command line? Get it working there
first before Jenkins.
From: jenk
I’m quoting (sorry if I didn’t make myself clear).
The subversion work fine from the command line.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of
matthew.web...@diamond.ac.uk
Sent: יום ה 13 ספטמבר 2012 14:53
To: jenkinsci-users@googlegroups.com
Su
Thanks for the information.
We are still seeing many crashes:
GLib-WARNING (recursed) **: gmain.c:1429: ref_count == 0, but source is
still attached to a context!
GLib-WARNING (recursed) **: g_main_loop_run() was called from second thread
but g_thread_init() was never called.
...
Running Jenk
We do something similar to this with the vSphere Cloud Plugin But instead
of cloning a new VM (which the plugin does not do), we revert a VM to a
previously clean state. The "clean" state already has the Jenkins slave
agent setup and automatically connecting when the VM starts. So when
Jenki
Hi,
the icon provided by the Embeddable Build Status Plugin does not show the
"running" state with my Jenkins 1.472.
Looking at the sourcecode of this plugin I would expect that the image
shows the following states:
failure, unstable, success, running
However, I only see the
states "failure
I've done some google searching, and haven't seen anything about this.
Is there a way to tell/force the auto-installer to install the 32-bit vs.
64-bit version of the SDK? Our product is such that older legacy jobs need
to use the 32-bit JDK.
Thanks!
--
*Michael Chmielewski* | Senior Release E
We have been using Jenkins for a while and we have an ant task that
generates an html report - a single html file. Lately we started having
some build errors that were tracked back to space issues on the hard drive.
As part of the research, we noticed that Jenkins/HTML Publisher logs this
me
Hi Michael
There is an open JIRA[1] about this. (workaround is to package (which is not
hard) your own and call it jdk1.7.0_64 jdk1.7.0_32) and the job is then
explicitly tied to a 32bit or 64bit jdk regardless of the platform that it is
running on.
/James
[1] https://issues.jenkins-ci.org/br
Hi,
I want to change quiet period at run time by passing a parameters from
upstream to downstream field.
I have a dependency chain where upstream job triggers the downstream job.
On the other side, svn hooks notify jobs. I want to one logical change set
is delivered in several commit operatio
Oh, duh. Should have checked jira.
Is there a wiki on packaging and registering my own, or is it a matter of
defining it in the jenkins config and hand installing it on all slaves?
Thanks again!
On Thu, Sep 13, 2012 at 12:58 PM, Nord, James wrote:
> Hi Michael
>
>
>
> There is an open JIRA[1]
On 09/12/2012 11:46 PM, Darren Rowley wrote:
> yes exactly..
so why not using a groovy postbuild script? See Example 4 on the wiki
https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin
Felix
I need to clear out some drive space on our build machine by deleting
old builds, but manually selecting each one and deleting it is too
painful.
If I change Max # of builds to keep from 100 to 10, will Jenkins
automatically delete the 90 that I no longer want, or do I need to
delete them by hand?
Yes as I said originally said I thought I would end up doing it this way.
Just sometimes it's nicer to do it with a plugin or something built in
rather than having a duplicated groovy script pasted into every test. But
that's fine...
thanks.
d.
On Friday, September 14, 2012 7:42:52 AM UTC+1
Ed,
Based on my experience, it will purge old builds (by date or quantity) only
when a new build of that type completes. In your case, once you run one,
it'll should automatically delete the 91 "extra" builds which are no longer
within the retention policies for that build type. Note that it wil
Scott, kicking off the build seems to have deleted the old builds,
although I'm not seeing the diskspace usage go down the way I'm
hoping. I have a lot of builds to reconfigure and kick off though so
this make some time.
What do you mean by multiconfiguration builds?
On Thu, Sep 13, 2012 at 3:33
Is it possible to retry a build upon a failure? Maybe with a retry count?
Hi All,
I'm new to Jenkins.Today only i have started to learn CI by using Jenkins.
My current project i'm using Starteam so that I tried to download the
starteam plugin in Jenkins , but i'm getting below error
Sep 13, 2012 5:30:02 PM hudson.model.UpdateCenter$DownloadJob run
SEVERE: Fail
25 matches
Mail list logo