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

learn more… | top users | synonyms

-2
votes
0answers
13 views

Jenkins: Git view plugin [closed]

Is there any Jenkins plugin which provides to view git repository in the jenkins web-interface? So, I know about 'Git Plugin' functionality, but it provide only URLs to external git-view services. ...
0
votes
1answer
28 views

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 ...
2
votes
1answer
125 views

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 ...
2
votes
1answer
24 views

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 ...
1
vote
1answer
174 views

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 ...
0
votes
0answers
11 views

Installation issues with Bugzilla on Hudson

I have installed Bugzilla Plugin , but it is not appearing as an option when I try to configure any project. Bugzilla is appearing in my installed plugins list and I have restarted the hudson. If ...
0
votes
2answers
92 views

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 ...
1
vote
2answers
101 views

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 ...
0
votes
0answers
365 views

Authenticating and deploying remotely from Hudson to JBoss 7.1.1

I have 2 machines where one of them contains the Hudson CI and other JBoss 7 AS. In Hudson, I have installed "Deploy Plugin", created new job and filled required JBoss manager user connection fields. ...
1
vote
1answer
959 views

Deploy to JBoss 7 using Hudson Deploy plugin

I have 2 machines where one of them contains the Hudson CI and other JBoss 7 AS. In Hudson, I have installed "Deploy Plugin", created new job and filled required JBoss manager user connection fields. ...
0
votes
2answers
334 views

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) ...
0
votes
1answer
53 views

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 ...
0
votes
1answer
391 views

Mac OS X server daemon cannot connect to WindowServer

I am running the built-in Apache Tomcat 6.0 under Mac OS X Server 10.6.6. Tomcat runs Hudson and Hudson runs a script which needs to connect to the local WindowServer process. This does not seem to be ...
-4
votes
2answers
243 views

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 ...
-1
votes
2answers
165 views

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 ...
0
votes
1answer
768 views

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 ...
0
votes
1answer
115 views

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 ...
0
votes
1answer
447 views

Nginx basic http authentication for jenkins

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; ...
1
vote
1answer
279 views

Running Hudson builds with a lower process priority

At my office we have an older server running Hudson (1.395) and a collection of other things (JIRA and SVN being the important two). When Husdon is running builds, the slowdown on the server is very ...
2
votes
1answer
210 views

Why is my Jetty server logging DNS error?

I have a Xen virtual machine where I've installed a Jetty 7.4.5, to run an instance of Hudson. It was working fine for about a month. Today we've noticed that Hudson was not able to generate builds. ...
2
votes
1answer
317 views

Trigger only if build fails

I'm implementing a deployment/rollback procedure using Jenkins 1.430. I would like to configure the deployment and the rollback steps as 2 separate jobs so as to be triggered independently if needed. ...
2
votes
1answer
502 views

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 ...
4
votes
2answers
3k views

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 ...
2
votes
2answers
328 views

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 ...
2
votes
1answer
670 views

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 ...
4
votes
1answer
551 views

What are the Jenkins/Hudson key files for?

After I have installed Jenkins (on Windows), the program folder contains, among others, two files: identity.key (28 lines) -----BEGIN RSA PRIVATE KEY----- MIIEow...... ... -----END RSA PRIVATE ...
3
votes
1answer
2k views

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 ...
1
vote
1answer
4k views

Jenkins/Hudson - LDAP group *lookup* does not work

I'm trying to get Jenkins to authenticate users via our active directory groups. If I insert users they are correctly looked up. If I insert group names, they are not found. Edit: Through trial ...
1
vote
1answer
656 views

GUI Tests in Hudson (Jenkins) on Windows

I will try to keep this question simple. I've done much research on the topic, and haven't found any solution. GUI Tests fail when doing maven builds on Hudson (Jenkins). Hudson is running as a ...
1
vote
1answer
143 views

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 ...
-2
votes
1answer
1k views

Tagging does not work with the Subversion plugin

I am using Jenkins 1.417 with the Subversion plugin. When I am trying to tag a build nothing happens. No message, no error, no tags created. So, my question is - how to tag builds in Jenkins when ...
1
vote
0answers
166 views

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 ...
0
votes
3answers
1k views

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: <securityRealm class="hudson.security.LDAPSecurityRealm"> ...
0
votes
1answer
64 views

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 ...
2
votes
1answer
640 views

Jenkins/Hudson Can we monitor realtime result of external job from Console output?

I have some external jobs need to be monitoring from central Jenkins/Hudson server. Jenkins/Hudson just send job output after it finish. Some jobs run in very long time and we aren't sure it is ...
3
votes
1answer
582 views

Centos running Hudson freezes, what logs to check to find out why?

A little story first: Centos 5.4 (64-bit), plenty of resources, installed Hudson (http://wiki.hudson-ci.org/display/HUDSON/Meet+Hudson) and everything was honkey-dorey. Several days or weeks later ...
1
vote
1answer
438 views

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.
4
votes
3answers
2k views

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 ...
0
votes
1answer
782 views

Is it possible to run different Hudson jobs under different user accounts?

We use Hudson as our CI server. My question is it possible to have two jobs, say A and B, so that each runs under different user accounts? Thanks. P.S. Hudson runs inside Tomcat on windows server ...
1
vote
3answers
990 views

IPtables block port 8080 but not for localhost

Currently I have an application that is running on 8080 front-ended by mod_proxy. <Location /hudson> Order allow,deny Allow from all ProxyPass ...
0
votes
1answer
468 views

How can I get Jenkins/Hudson to preserve file permissions?

I have an file in my Hudson workspace which has permissions of 777. It's listed under "Files to archive", and appears under "Last Successful Artifacts" on the Project page. If I right-click-save it, ...
0
votes
1answer
439 views

Remote deploying wars to a liferay installation

With vanilla tomcat, you can POST to URLs beneath SOMURL/manager/ with a proper manager user role defined. The liferay deployment of tomcat, however, is missing the manager and host-manager ...
0
votes
1answer
439 views

Running Sonatype Nexus in Tomcat 7.0, Tomcat blocking PUT requests

I was previously running Nexus 1.8 on OSX and uploading jars for releases without any issues. The OSX box died, so I moved to a FreeBSD server. Since Nexus doesn't have binaries for FreeBSD, I decided ...
1
vote
1answer
663 views

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 ...
1
vote
1answer
312 views

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?
10
votes
2answers
2k views

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. ...
7
votes
3answers
6k views

Where and How does Hudson/Jenkins store data?

I instaled Jenkins on ubuntu 10.10 and 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 ...
0
votes
1answer
237 views

what is the best way to use gnumake with hudson [closed]

what is the best way to use gnumake with hudson?
0
votes
1answer
717 views

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 ...
0
votes
1answer
392 views

Hudson + cppcheck, see all the errors for one file at once?

i'm currently configuring an hudson server with the cppcheck plugin. I'm trying to see all the errors/warnings associated with a file at the same time...however, i'm only able to see views of the ...

1 2