Source URL has changed. It's now at:
http://hudson-ci.org/downloads/war/hudson-$pkgver.war
Please update the PKGBUILD. Thanks.
Search Criteria
Package Details: hudson 3.1.2-1
Package Actions
| Package Base: | hudson |
|---|---|
| Description: | Extensible continuous integration server |
| Upstream URL: | http://hudson-ci.org |
| Category: | devel |
| Licenses: | |
| 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
- http://hudson-ci.org/downloads/war/3.1.2/hudson.war
- hudson.conf
- hudson.service
- hudson.tmpfiles.d
Latest Comments
Comment by rectec
Comment by marcelhuber
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
2.2.0 has been out for quite a long time, needs update
Comment by audrius
New version is out. Please update.
Comment by pztrn
Hudson 2.0.1 is out, please update pkgbuild
Comment by yaya_2013
updated yo Hudson2
changelog
http://hudson-ci.org/changelog.html
Comment by yaya_2013
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
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
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
Hi yaya, could you please elaborate a little on the last two statements?
Comment by yaya_2013
attention please
if your hudson package befor 1.395-2 please backup /var/lib/hudson befor remove hudson
Comment by yaya_2013
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
Anonymous comment
Please update the package to 1.392, as the new version supports Maven 3 projects.
Comment by yaya_2013
update to 1.383
changelog
http://hudson-labs.org/changelog
Comment by yaya_2013
update to latest version with java-hudson PKGBUILD
Comment by bostonvaulter
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
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
Thanks for reporting this failure. A new version is uploaded.
Anonymous comment
The checksum is not validation hudson.war. Is there a problem with it?