Questions tagged [hudson]

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

95 questions
0
votes
1 answer

Nginx as reverse proxy to Hudson-Logout issue

I have configured nginx as a reverse proxy to our hudson build server as follows: server { listen 80; server_name koala.proxy.internal; location /hudson/ { proxy_pass http://build.example.com/hudson/; …
Nagaraj
  • 13
  • 5
0
votes
1 answer

Getting Hudson to connect to a sasl svnserve install

We are unable to get hudson to connect to our SVN server. We are using SASL and we can connect just fine with tortoisesvn and the standard cli client. However when we try to use hudson we get this error: Passing user name someuser1 and password you…
Zombies
  • 495
  • 2
  • 5
  • 13
0
votes
1 answer

Configuration Rmetric with Rcov in hudson error

When I attempt to save a job that runs code coverage tests and is configured to publish an rcov report I get the error message listed below and the changes I made aren't saved. This problem cropped up with Hudson version 1.362 and exists in 1.363.…
user46652
-1
votes
2 answers

Setting up Hudson on ec2 and configuring with web gui

I would like to setup hudson on a ec2 micro linux instance. My question is exactly how to configure hudson after i install it remotely via ssh on the ec2 instance. I would like to configure using the hudson web gui. When I have done this locally,…
-5
votes
2 answers

Installing Hudson on CentOS

Following the instructions here: http://wiki.hudson-ci.org/display/HUDSON/Installing+Hudson+using+RPM+repository fails at the very first step: sudo wget -O /etc/yum.repos.d/hudson.repo http://hudson-ci.org/redhat/hudson.repo Connecting to…
Ali
  • 290
  • 4
  • 10
1 2 3 4 5 6
7