Questions tagged [hudson]

An extendable open source continuous integration server - something that monitors the status of repeating jobs

95 questions
1
vote
1 answer

Convention location for JAR files for a LaunchDaemon on OS X?

I'm setting up a Hudson build slave on an OS X machine. I'm using launchd to start the slave using the following plist in `/Library/LaunchDaemons/':
Barry Wark
  • 121
  • 5
1
vote
1 answer

Hudson and Heartbeat causing VPS pain :(

I am running a 3 node VPS on vps.net and am having a few weird CPU / Memory usage issues. The box is running the debian binary of Hudson CI, HAProxy and Heartbeat. Over the last week I have been getting various high loads, resulting in the VPS…
user49226
  • 11
  • 1
1
vote
3 answers

Mercurial SSH process blocks when run from Local System

We are using Mercurial over SSH for our development. We use Hudson for continous integration, and have deployed it on Tomcat, running on a Windows 2003 Server using the Local System account. Mercurial is configured to use Putty's plink.exe as its…
Liedman
  • 111
  • 1
  • 5
1
vote
1 answer

How to allow Hudson build URL through Nginx auth_basic?

I have Hudson running and made available to the world via nginx. I have protected Hudson with nginx's auth_basic and that works great. The trouble is, I want to allow unauthenticated requests to the build URL, i.e. /job//build. Currently I…
rodreegez
1
vote
1 answer

Hudson on debian lenny

I installed Hudson deamon on one server (running on debian lenny testing) some time ago. All was working until I perform an upgrade. At this time Hudson isn't accessible at port 8080 (which is the default port used). I have looked for iptables…
Laurent
  • 321
  • 3
  • 14
0
votes
2 answers

Hudson deploy specific git revision

I'm using hudson to auto-deploy my Rails app to heroku. In my main build job I pull from a Git repo (hosted using gitosis on the same machine), master branch with the following: URL of repository: /home/git/repositories/my_app.git Name of…
brad
  • 492
  • 1
  • 10
  • 22
0
votes
1 answer

Running Hudson, Sonar and HA Proxy on the same server

I am running Hudson, Sonar and HA Proxy on the same server (Doing this for the sake of a POC so do not have access to multiple servers. I am Using HAProxy to enable SSL for both servers. I can access each of these servers locally using the following…
remudada
  • 57
  • 8
0
votes
2 answers

Hudson GUI cannot run a job with same command that runs fine from the shell

I get this error while trying to run a job in hudson here is the log Started by user anonymous [workspace] $ /bin/bash -x /tmp/hudson3189813701500418318.sh + date Thu Feb 19 17:02:03 EST 2015 + fab -f /FABRIC/FABFILESv1/deploy_ansiblev1.py -H…
grant tailor
  • 495
  • 2
  • 6
  • 13
0
votes
3 answers

How do I capture the Maven Jar name as a part of a Hudson job?

I have a Maven 3 job configured in my Hudson server. When the Hudson server successfully builds the Maven jar, I have the jar being deployed to an SCP repository on another server. I want to execute a relink.sh script on the remote host where one of…
Lorin S.
  • 95
  • 2
  • 10
0
votes
1 answer

Hudson Get Current Working Directory (MSBuild)

I'm trying to set the Outdir for a MSBUILD task on Hudson. How can I include the working directory environment value?
LiamB
  • 270
  • 5
  • 13
0
votes
1 answer

Hudson kills the process at end of the shell script

Im configuring Hudson to automate deployment process. In shell script I start the server using different user and Im able to see the logs which says server is successfully started and able to access the application. But Once Hudson reaches end of…
Selvakumar P
  • 305
  • 2
  • 8
  • 16
0
votes
2 answers

Issues in Play framework Server when I start using su deploy -c "play start"

I have play framework server and Im doing Automation using Hudson, When I start the play server using su deploy -c "play start" it's fine the logs are getting updated and server is started. The same command I'm using in shell script which is in…
Selvakumar P
  • 305
  • 2
  • 8
  • 16
0
votes
2 answers

Configuring jenkins with bitbucket error

I've got an ssh key in ~/.ssh/id_rsa.pub when I login as the jenkins user. I've imported this into bitbucket correctly and it has accepted the key. When I try to do a git clone (to the correct URL) I still get.... Building in workspace…
David
  • 143
  • 1
  • 1
  • 6
0
votes
1 answer

Hudson installation proxy failed

I have a fresh installation of Hudson, default directories and all that. I have been following This Guide I have followed what it said, up to the actual 000-default modification. I'm sort of stuck on this part. This is what I have as my…
Ryan
  • 147
  • 6
0
votes
1 answer

How do I upgrade tomcat server in production environment

Is there a way to upgrade tomcat servers... without causing too much down time? automatically copying(or configuring) all the existing configurations and webapps. ex: tools like hudson can be upgraded automatically without even reaching out to…