Questions tagged [hudson]

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

95 questions
1
vote
0 answers

Hudson proxy configuration on amazon EC2-VPC instance

I am using EC2 VPC instance. For Hudson installation of plugins, I hit the command java -jar Hudson.war --httpPort=8888 After this, I opened url http://127.0.0.1:8888 in instance's internet explorer. Hudson asks for proxy configuration to access…
Min
  • 11
  • 3
1
vote
2 answers

How to change the HUDSON owner on ubuntu:

I am working with tomcat6 and HUDSON, when I run the hudson job it is running as tomcat6 user, what I want to know is there any way to change the HUDSON user as my system login user instead of tomcat6 so that I can run hudson job as my system…
Anil
  • 13
  • 2
1
vote
1 answer

Jenkins (JVM) crashes after few minutes after start

Host OS: OpenVZ host Guest OS: Debian 6.0 minimal Java: java6 sun Servlet container: Winstone Jenkins for debian: http://pkg.jenkins-ci.org/debian/ Jenkins version: 1.449 uname -a: Linux hostname 2.6.18-238.9.1.el5.028stab089.1 #1 SMP Thu Apr 14…
iElectric
  • 358
  • 1
  • 5
  • 14
1
vote
1 answer

Jenkins VM Crashed, now there are no jobs

The VM that was running Jenkins for me crashed, and when I rebooted it there were no Jobs on Jenkins. These weren't terribly complicated scripts, but it did take several hours to write is there any way I can recover them? There are still…
1
vote
3 answers

How to configure basic Jenkins HTTP authentication with Nginx?

I have installed nginx and made follow host: server { listen 80; # Listen on port 80 for IPv4 requests server_name jenkins.mydomain.ru; root /var/lib/jenkins; access_log …
Dmitro
  • 13
  • 1
  • 3
1
vote
1 answer

Hudson Mercurial checkout throws exception on Debian

I'm trying to configure Hudson to checkout my site's sources from Mercurial but it throws an exception. The /var/lib/hudson/jobs/jobname directory does exist, and I can create a workspace directory in there (even after su hudson), but as soon as I…
Jack
  • 121
  • 3
1
vote
0 answers

hudson/jenkins: help needed to get started with customization work

I'm would to customize jenkins by adding links to the left hand side panel and use the pages associated with these links to serve some custom content in place of the jobs/views table displayed by default. I managed to add links to the side-bar using…
Max
  • 3,373
  • 15
  • 51
  • 71
1
vote
3 answers

HUDSON: how to manually encode the LDAP managerPassword?

I need to know how to manually encode the LDAP managerPassword which controls the authentication to hudson: ldap.example.org dc=example,dc=org
Max
  • 3,373
  • 15
  • 51
  • 71
1
vote
1 answer

Set up Jenkins to use Crowd's OpenID for SSO?

Been trying to get Jenkins to work with Crowd's OpenID server so we can use single sign-on like with our Atlassian stuff (the Jenkins Crowd plugin can't do SSO). Can't seem to find the proper OpenID URL to give Jenkins though. Only one I can get…
acp
  • 11
  • 3
1
vote
1 answer

Setting up Bugzilla with hudson

Not sure if this is right place for this question but I'll ask anyways. I'm trying to set up bugzilla with hudson but not sure how it works. Can anyone give me any pointers?
Nalum
  • 259
  • 3
  • 13
1
vote
1 answer

Hudson authentication via wget is return http error 302

I'm trying to make a script to authenticate in hudson using wget and store the authentication cookie. The contents of the script is this: wget \ --no-check-certificate \ --save-cookies /home/hudson/hudson-authentication-cookie \ --output-document…
Rafael
  • 131
  • 1
  • 1
  • 5
1
vote
5 answers

High server load

A Hudson server used by developers is having some timeout issues. Whenever Java is compiling (git is checking the modules, java classes are compiled, tested and copied to Nexus), something goes wrong in the process, and everything becomes…
Tuinslak
  • 1,435
  • 7
  • 30
  • 54
1
vote
3 answers

How to handle Hudson's regular releases in a corporate environment

I'm starting the initial phase of an official Hudson installation for my employer. One thing about Hudson is that it is updated regularly, and I am not sure whether to recommend updating regularly, occasionally, or to update if and only if the…
Rich
  • 1,333
  • 5
  • 27
  • 39
1
vote
2 answers

How to view test results in Hudson?

I cannot find a link to test results in hudson. How do I view test results (i.e. which of the tests failed) in Hudson web interface? I have "Publish JUnit test result report" checked for the project. I'm pretty sure that "Test report XMLs" has the…
Max Kosyakov
  • 173
  • 2
  • 7
1
vote
1 answer

Restarting Hudson - Windows Installation

Whenever I update/install a new plugin or update hudson. Once the new plugin/update has been installed a button appears "Restart when no jobs are running." If I click this button hudson appears to try to restart but then just hangs. Has anyone else…
TDH
  • 133
  • 1
  • 6