Questions tagged [hudson]

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

95 questions
2
votes
0 answers

Switching from Hudson to Jenkins in mid 2014

We have a Hudson Version 3.1.1 running with multiple plugins installed, and after experiencing multiple problems with some of the plugins and now even in the newest auto-update, we deem it ready to switch to Jenkins finally. Sadly both projects…
Akku
  • 121
  • 3
2
votes
1 answer

How to modify the job page of individual job in hudson?

I am working with hudson and trying to modify the job specific page for each job. suppose i have created a job "ABC". After adding the job i go to the job page by clicking on the job name on the main dashboard. There in the side panel i want to add…
user163347
  • 21
  • 2
2
votes
2 answers

Hudson fails to start in tomcat5

Hudson is a continuous integration engine that runs as a Java Servlet in tomcat. https://hudson.dev.java.net/ I have Tomcat 5.5 successfully installed on my CentOS 5.3 system. I can see and interact with it on port 8080. I can upload the hudson.war…
nolandda
  • 193
  • 1
  • 9
2
votes
1 answer

Correct configuration of a reverse Proxy with IIS 6.0 and IIRF for Hudson

I have an Hudson build working on IIS 6.0 with reverse proxy (IIRF). In general it works but 2 errors are displayed in Hudson in the main configuration page called "Manage Hudson" (only if I connect through the reverse proxy): Your container…
Durden81
  • 131
  • 5
2
votes
2 answers

How to make Hudson write to remote disk?

I have a problem writing to a remote disk using Hudson. When I write in it manually, it works. The two computers implied: one is on Windows XP and the other is a Mac mini server. The disk that needs to be accessed remotely is on the Mac. I succeeded…
2
votes
1 answer

Hudson on Dreamhost

Have you successfully installed Hudson on a Dreamhost VPS? If you have, what are the steps to make it run continuously, even if the server restarts? They run debian on the servers.
amateur barista
  • 498
  • 3
  • 7
  • 21
2
votes
1 answer

Proxy setup for Hudson

I'm trying to setup a hudson server which is accessed from an apache proxy. The Hudson index page loads but no images, css or javascript are loaded. It seems as relative paths are not working correctly. My current apache configuration for the proxy…
eliocs
  • 197
  • 1
  • 2
  • 9
2
votes
3 answers

How can I start a hudson job using Python?

I need to start a hudson job from python, and then wait for it to complete. This pages suggests a Python API, where can I find further information on this? http://wiki.hudson-ci.org/display/HUDSON/Remote+access+API
chickeninabiscuit
  • 1,104
  • 6
  • 20
  • 33
2
votes
1 answer

Should one avoid using Hudson CI as a queue service?

I realize Hudson was not designed as a queue service per se - and that there are other projects like RabbitMQ, ZeroMQ, etc. We were recently in a situation where we needed to set up a windows executable as a web service with queuing. Because of the…
EMiller
  • 205
  • 2
  • 12
2
votes
1 answer

Hudson copying files with Robocopy

I have hudson setup on a CI server, I'm using robocopy to copy files across to a webserver. I'm having some problems with exit codes. Robocopy reports so many different exit codes for success and failure, hudson doesn't understand them and reports…
TDH
  • 133
  • 1
  • 6
2
votes
1 answer

Commit hook on github to trigger hudson build

I'm using Hudson as my CI server and I'm trying to get my commits to trigger a build. When I was using gitosis I just had a post-receive that ran a curl -u gituser:password http://my.hudson.url/project/?token=someToken I can't seem to find out…
brad
  • 502
  • 1
  • 10
  • 22
2
votes
2 answers

Setting up a subdomain for hudson while running other sites in II6

I've installed hudson (http://hudson-ci.org/) on our build server which also doubles as our dev server. All of our development sites are hosted on this machine under IIS6. I'm not sure how hudson hosts itself (is it using apache?) but it listens on…
Mustafakidd
1
vote
0 answers

Why are psql commands in my script suddenly being killed by jenkins / hudson?

I have an existing jenkins job that kicks off a shell script to copy my prod environment into qa. We added a lot of data to prod (gzip dump went from 2gig to 15gig) and all of the sudden my jenkins jobs started failing. We are running postgres 9.5…
Ted
  • 11
  • 1
1
vote
1 answer

Two Hudson Master on the same Windows Server

I want to setup two Hudson Master on the same Hardware. This will make administering Hudson easier, since both servers are used by two different (and independent) teams. So far I tried to install one server as a service. I verified the installation…
Peter Schuetze
  • 1,241
  • 10
  • 17
1
vote
1 answer

Hudson plugin problem

I've created almost the same plugin as JobTypeColumn. There is only one difference - it shows job description instead of job type. But after i can't add this column to my list view. I have an NullPointerException after i edited my config.xml…
Oleksandr
  • 391
  • 1
  • 2
  • 8