Package Details: hudson 3.1.2-1

Package Base: hudson
Description: Extensible continuous integration server
Upstream URL: http://hudson-ci.org
Category: devel
Licenses: EPL
Submitter: triplem
Maintainer: marcelhuber
Last Packager: None
Votes: 17
First Submitted: 2009-11-22 17:30
Last Updated: 2014-04-17 07:58

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by rectec

2014-09-01 03:36

Source URL has changed. It's now at:

http://hudson-ci.org/downloads/war/hudson-$pkgver.war

Please update the PKGBUILD. Thanks.

Comment by marcelhuber

2013-10-29 23:17

Hi to everybody, this is the first package release of me introducing hudson production release 3.1.0.

I got rid of unneded inner package dependencies (wrapper) and streamlined for systemd usage. Most of the package stuff was just copied from the jenkins-ci(-latest) package.

Enjoy

Comment by barnacs

2012-03-05 12:30

2.2.0 has been out for quite a long time, needs update

Comment by audrius

2011-08-03 10:45

New version is out. Please update.

Comment by pztrn

2011-06-06 01:39

Hudson 2.0.1 is out, please update pkgbuild

Comment by yaya_2013

2011-04-30 13:08

updated yo Hudson2

changelog
http://hudson-ci.org/changelog.html

Comment by yaya_2013

2011-03-15 20:49

updated to 1.398

* changed hudson source and war file name
* backup (wrapper.conf)
* change owner /opt/hudson to hudsun user on update

Comment by triplem

2011-02-08 16:05

yaya_2013, thanks for your quick and comprehensive reply.

I was just asking, because I don't think that hudson and jenkins should split the same directory structure (e.g. /var/lib/hudson), in that jenkins is a pretty new branch of hudson and IMHO hudson is going to live on. Therefor I do like to suggest to put jenkins in /var/lib/jenkins. IMHO it is even questionable if the jenkins package is really a replacement for hudson. Right now, it really does look that way, but in the future? Why I do still believe in Hudson? Because of the sonatype announcement just made last week: http://www.sonatype.com/people/2011/02/hudsons-bright-future/

R,

Markus

PS: your english is fine.

Comment by yaya_2013

2011-02-06 07:33

Hudson store projects data,configs,plugins,users and ... in /var/lib/hudson. Until 1.395-2 , this folder removed on removeing hudson's package ( not on update)
Now ( 1.395-2 and later ) when you remove hudson this folder remains

also

These days i'm worknig on Jenkins
https://aur.archlinux.org/packages.php?ID=46156
Jenkins use /var/lib/hudson too
if you use Hudson 1.359-2 and if you want switch to Jenkins you can remove Hudson and install Jenkins
otherwise backup /var/lib/hudson for Jenkins

sorry for my bad English

Comment by triplem

2011-02-05 23:15

Hi yaya, could you please elaborate a little on the last two statements?

Comment by yaya_2013

2011-02-05 18:18

attention please

if your hudson package befor 1.395-2 please backup /var/lib/hudson befor remove hudson

Comment by yaya_2013

2011-02-05 16:54

updated to 1.395

i've workd on jenkins

it's raedy now but it uses /var/lib/hudson

so /var/lib/hudson remains on package remove

Comment by triplem

2011-01-12 21:33

See http://pastebin.com/mzWefqa6

Anonymous comment

2011-01-12 19:02

Please update the package to 1.392, as the new version supports Maven 3 projects.

Comment by yaya_2013

2010-10-30 17:57

update to 1.383

changelog

http://hudson-labs.org/changelog

Comment by yaya_2013

2010-10-23 10:56

update to latest version with java-hudson PKGBUILD

Comment by bostonvaulter

2010-06-12 07:55

There was a problem with the PKGBUILD

Here's a fixed PKGBUILD: http://gist.github.com/435546

Here's the diff

$ diff PKGBUILD PKGBUILD.orig
52d51
< echo "CARCH isis x86_64";
55c54
< elif [ $CARCH = 'i686' ]; then
---
> elif [ $CARCH} = 'i686' ]; then

Comment by bostonvaulter

2010-06-12 06:42

It looks like the wrapper wasn't installed on my system. Is it still working for other people?

$ sudo /etc/rc.d/hudson start
Unable to locate any of the following binaries:
/opt/hudson/bin/wrapper-linux-intel(r)pentium(r)4cpu2.40ghz-32
/opt/hudson/bin/wrapper-linux-intel(r)pentium(r)4cpu2.40ghz-64
/opt/hudson/bin/wrapper

$ sudo /opt/hudson/bin/hudson
Unable to locate any of the following binaries:
/opt/hudson/bin/wrapper-linux-intel(r)pentium(r)4cpu2.40ghz-32
/opt/hudson/bin/wrapper-linux-intel(r)pentium(r)4cpu2.40ghz-64
/opt/hudson/bin/wrapper

Comment by triplem

2010-03-26 21:44

Thanks for reporting this failure. A new version is uploaded.

Anonymous comment

2010-03-26 20:58

The checksum is not validation hudson.war. Is there a problem with it?