An extendable open source continuous integration server - something that monitors the status of repeating jobs
Questions tagged [hudson]
95 questions
25
votes
1 answer
How can I get Jenkins to stop listening for remote connections?
I have Jenkins sitting behind Nginx, with Nginx taking care of authentication, but Jenkins is still listening on port 8080 externally, so by accessing the box on port 8080 people can bypass Nginx.
How can I tell it to stop listening for remote…
Ludo
- 1,049
- 3
- 10
- 11
24
votes
4 answers
Where and How does Hudson/Jenkins store data?
I installed Jenkins on Ubuntu 10.10 and I could not find any mention of setting up database for data persistance.
So the first question is where does the data get stored, and secondly, can we setup Hudson / Jenkins with mySQL ? or similar databases?
kamal
- 509
- 4
- 10
- 21
15
votes
2 answers
Allow anonymous user to only view job list without browsing workspace in Jenkins
We are running a Jenkins CI. Generally we would like to provide
full access to authenticated users from particular group
full-read access to anonymous users
block anonymous users to access certain projects (completely)
We use Unix user/group…
Wojtek
- 524
- 1
- 4
- 10
11
votes
4 answers
Which Java version should I run Jenkins with?
Reference: Jenkins Users :: Jenkins on Windows: Java + JRE (version) confusion
Which Java version should I run Jenkins with (on Windows)? Should I use the included JRE of the Windows master? Should I use the last 1.6 release? Should I just run it…
Martin
- 563
- 4
- 10
- 25
11
votes
2 answers
How can I modify a jenkins job configuration programatically without a restart?
Jenkins jobs have config.xml files that store the configuration of that job.
I have a "job manager" job that modifies the configuration of other jobs, but I can't seem to get it to acknowledge the new configuration without restarting Jenkins.
The…
Catskul
- 1,839
- 4
- 20
- 23
8
votes
1 answer
How to manage groups and users in Jenkins
I'm trying to use role based security plugin in Jenkins, but i'm not sue i am using it right.
I've decided to go with jenkin's own user database as a security realm instead of LDAP. i'm adding the users one by one.
Now in the Assign Roles screen, i…
Michael
- 263
- 2
- 4
- 9
7
votes
1 answer
Is Jenkins/Hudson ciphered password storage "safe"?
In setting up our Jenkins/Hudson server recently it became clear that it has to store passwords. It seems that it stores the passwords "ciphered" in config.xml I can't see how this would be safe as the chain of secrets has to break somewhere.
Can…
Catskul
- 1,839
- 4
- 20
- 23
7
votes
3 answers
Sending email using SMTP (Gmail) from Hudson CI
How can I set up Hudson CI so that I can send out emails from the server following a build failure? At the moment all I get is the following error:
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first
One…
jensendarren
- 383
- 2
- 12
7
votes
2 answers
How to specify an SSH key for Hudson with git plugin?
I've got Hudson (continuous integration system) with the git plugin running on a Tomcat Windows Service. msysgit is installed and the msysgit bin dir is in the path. PuTTY/Pageant/plink are installed and msysgit is configured to use them.
The…
jlpp
- 246
- 5
- 10
6
votes
3 answers
Mapping hudson to a subdomain through nginx proxying
I'm now trying to setup nginx as a reverse proxy for Hudson so it can be access on http://build.example.com directly. I've already installed Hudson on Tomcat and verified that I can access Hudson on http://127.0.0.1:8080/hudson
It was pretty…
odie
- 63
- 1
- 4
6
votes
3 answers
IPtables block port 8080 but not for localhost
Currently I have an application that is running on 8080 front-ended by mod_proxy.
Order allow,deny
Allow from all
ProxyPass http://localhost:8080/hudson
ProxyPassReverse…
Joey BagODonuts
- 1,635
- 2
- 16
- 16
6
votes
1 answer
Error when configuring Hudson EC2 Plugin
I want to run Hudson on EC2 and use Hudson's EC2 plugin to create Hudson slaves to run my tests.
I installed it, but when trying to configure it, I get a lot of errors:
What's going on? How can I solve this?
Ram Rachum
- 5,011
- 6
- 33
- 44
6
votes
3 answers
How to change the build directory of a Hudson job?
My C: drive is full. I wish to move the builds folder from the job to another location. I can cheat with the help of the JUNCTION utility to redirect the original builds folder, but I am interested to know if there is the Hudson way to do it…
mark
- 691
- 2
- 14
- 31
6
votes
1 answer
port to subdomain
I have installed Hudson using apt-get, and the Hudson server is available on example.com:8080.
For example.com I use standard port *:80 and some virtual hosts set up this way:
# /etc/apache2/sites-enabled/subdomain.example.com
…
takeshin
- 1,431
- 3
- 19
- 28
5
votes
2 answers
sudo: no tty present and no askpass program specified (trying to start apachectl)
we are running hudson to monitor a couple of shell jobs.
The problem is that hudson runs all jobs as user "hudson".
That's ok, except for some special commands that require super user rights, like "chown" and "apachectl"
We have the following inour…
solsol
- 1,121
- 8
- 21
- 31