It could be the kernel running out of virtual memory and the OOM (out of
memory) killer is killing jenkins. Run the "dmesg" command in a terminal
window on your jenkins server and see if the OOM kill has been active.
Also see.
https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemo
Configure the Deploy job to also check out source code from SCM (even though it
would not use it) and make it poll only at midnight.
Alternatively, make the Test job trigger a job which waits until next midnight
and then triggers Deploy.
-- Sami
Miguel Almeida kirjoitti 12.6.2012 kello 14.30:
Try 1.469.
-- Sami
Ove Ranheim kirjoitti 12.6.2012 kello 15.44:
> Hi,
>
> I experience this strange problem with Jenkins (build: #1468). It's running
> under its own non-privileged user on Centos 6. During execution of Maven 3
> tests, all of a sudden the Jenkins process gets killed. I'm clue
When I've seen the message "Killed ..." it usually meant that there was an
operating system process which caused the kill, either by kill or
by killall java, or something similar.
If that doesn't point to the source of the process death, you could use top to
watch the memory size of the proces
Did you come up with a good solution to this? I am on a tram in the same
situation.
Thanks,
James
I've found a partial solution, at least.
I installed the Groovy Post-build plugin and for every job add a Groovy script:
manager.build.getBuiltOn().toComputer.setTemporarilyOffline(true)
-- Sami
Sami Tikka kirjoitti 11.6.2012 kello 21.24:
> Can I pick your brains for a moment? I have suddenl
The docs make reference to a "Push GIT tags back to origin repository"
option but we're on 1.1.19 version of the plugin and I'm looking at the
Post Build options that appear when you add a Post-build Action for Git
Publisher:
Git Publisher
Push Only If Build Succeeds
Merge Results
Rob,
Your answer make me think in oder possibilities.Thank you
Roy
2012/6/12 Mandeville, Rob
> That's an odd mode, I don't think Jenkins would support this.
>
> I'm guessing that the problem is that svn isn't running on the machine you
> want the files on. I'm in a unix shop, so I can handle
Hi,
I would prefer if you could join the users mailing list for such
questions as you may have more replies.
Otherwise about your issue, your setup seems ok, but I have a doubt about
the copy of the provisionning profile
Myself I use the xcode provisioning to make an export/import between
ho
Hi,
What you did is good.
The issue is that there are no more logs (
https://github.com/jenkinsci/xcode-plugin/blob/master/src/main/java/au/com/rayh/XCodeBuilder.java
)
Everything is already displayed in the job console
You can open an issue with all logs you have and we'll try to help you
see https://issues.jenkins-ci.org/browse/JENKINS-14080
my shortterm-solution : complete disable security and LDAP ( in config.xml
).
On Tuesday, June 12, 2012 9:09:42 AM UTC+2, MR wrote:
>
> I've got the same problem - currently testing with different
> jenkins-versions -- but still the same
That's an odd mode, I don't think Jenkins would support this.
I'm guessing that the problem is that svn isn't running on the machine you want
the files on. I'm in a unix shop, so I can handle this with a command called
rsync. The rsync algorithm automagically figures out what changed and only
I have jenkins installed in a server and create a job that every
commit in svn I want to send changed files over ftp,
Maybe what i need is some plugin that copy svn changed files to a temp
dir after that I can send this files over ftp.
Now can you understand?
Thank you
Roy
On Jun 12, 3:16 pm, "Br
On 12-06-12 02:10 PM, Roy wrote:
> There are some way to do that?
>
> I'm trying to do find some plugin or solution since yesterday.
> Can someone help me?
I don't know about anyone else but I don't think I really understand
what it is you want.
b.
signature.asc
Description: OpenPGP digital
There are some way to do that?
I'm trying to do find some plugin or solution since yesterday.
Can someone help me?
Hi Tim,
The following page should give detailed information about this:
https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup
Specifically Within the Job”permission group there will be a permission
called“Release”
/James
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-
Hello!
Wanted to send this out one more time before I headed out the door...
Thanks to those of you who submitted a plugin to our contest (
http://register.sourcesquare.org), and for those who haven't there is still
time (deadline June 15, 2012). We look forward to seeing what you develop.
If you
On Tue, Jun 12, 2012 at 10:38 AM, Jaime Gago wrote:
> Same here on yum repo, following these
> instructions https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions
> is throwing
>
> Error Downloading Packages:
> jenkins-1.469-1.1.noarch: failure: jenkins-1.469-1.1.
We recently upgraded from Hudson 1.385 to Jenkins 1.467. On Hudson, we had
a plugin that we used to create jobs, which had a predetermined set of
criteria for how a job was set up. The create permission was revoked
across almost every ACL, and people that did not have create permission
could
Same here on yum repo, following these
instructions
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions
is throwing
Error Downloading Packages:
jenkins-1.469-1.1.noarch: failure: jenkins-1.469-1.1.noarch.rpm from
jenkins: [Errno 256] No more mirrors to tr
Strange: not even a forced install proceeds for me ;(
best
Jan
>
Hi,
Can anyone help me with the right settings in Jenkins > Log > Log Recorder
to get logs out of the XCode plugin
(https://wiki.jenkins-ci.org/display/JENKINS/Xcode+Plugin)?
I've tried various things like au.com.rayh.XCodeBuilder but without success.
The reason for needing the logs is that th
Upgrade to the latest version whatever for jenkins or m2 release plugin,
collabet net plugin, problem still happens.
Does anyone know how to auth the M2 release plugin?
Br,
Tim
2012/6/12 吴亭
> Does any one met this problem before?
>
> Br,
> Tim
>
>
> 2012/6/12 吴亭
>
>> Hi Nord,
>>
>> Thanks for
Hello,
I saw this in the change log:
"Added a new hook to enable matrix project axes to change its values per
build. "
Does this mean that we will be able to use environment variables and/or
parameters (i.e.${MY_VAR}) to change the axes before launching the build?
This would be awesome in situati
Hi,
I experience this strange problem with Jenkins (build: #1468). It's running
under its own non-privileged user on Centos 6. During execution of Maven 3
tests, all of a sudden the Jenkins process gets killed. I'm clueless to
what's causing this.
The console log is really not too informative
It looks like bug in the JVM. I'd suggest to report this issue to the IBM
support.
On Thu, May 31, 2012 at 11:15 AM, Gildas Cuisinier <
gildas.cuisin...@gcuisinier.net> wrote:
> Hi,
>
> I wanted to install Jenkins on WAS 7.0.
> As I read on the wiki, Jenkins was not working on version before 7.0.
Hi,
I have the same problems. Did anyone manege to solve them ?
Regards
Esben
On Tuesday, January 24, 2012 10:47:06 PM UTC+1, Etienne, Stephane wrote:
>
> This may not be the most appropriate list for these but here it goes
> anyway. In an effort to debug and better understand some issues we a
Dear all,
I have a Maven project with two jobs:
1) Test - runs all tests (with surefire), and runs on every SCM commit
2) Deploy - deploys the new version on a server, and runs once at midnight
Everything is running great. However, we're now on a phase where changes
don't happen very often. Still
So, I tried again with the new Active Directory plugin.
When using our Service_Build user, there is no authentication request coming
into Active Directory, which is how it should be.
So the problem was the old, buggy Active Directory plugin.
Thanks for the help & best regards,
Eric
-Ursprü
Same here :-).
Regards Mirko
On Tue, Jun 12, 2012 at 9:06 AM, Miguel Moquillon
wrote:
> I'm trying again today to upgrade jenkins without any success :-(
> $ sudo apt-get update
> ...
> $ sudo apt-get dist-upgrade
> Reading package lists... Done
> Building dependency tree
> Reading state informa
Does any one met this problem before?
Br,
Tim
2012/6/12 吴亭
> Hi Nord,
>
> Thanks for your reply, could you see more detail about this, I search a
> lot from my jenkins config tab and do not find this configuration.
>
> Thanks in advance.
>
> Br,
> Tim
>
> 2012/6/11 Nord, James
>
> There is a
Hello!
Thanks to those of you who submitted a plugin to our contest (
http://register.sourcesquare.org), and for those who haven't there is still
time (deadline June 15, 2012). We look forward to seeing what you develop.
If you have any questions, just send me an email here.
Really appreciate the
I've got the same problem - currently testing with different
jenkins-versions -- but still the same error.
Am Dienstag, 12. Juni 2012 08:17:51 UTC+2 schrieb fxp:
>
> Hi,
>
> Jenkins 1.468 crashes at startup:
>
> Running from: /usr/share/jenkins/jenkins.war
> 12.06.2012 08:09:45 winstone.Logger lo
I'm trying again today to upgrade jenkins without any success :-(
$ sudo apt-get update
...
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
jenkins
1 upgraded
There is still something wrong with the package of 1.469 in the debian
repository:
# aptitude upgrade
The following packages will be upgraded:
jenkins
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 48.7 MB of archives. After unpacking 1,122 kB will be used
35 matches
Mail list logo