Questions tagged [hudson]
An extendable open source continuous integration server - something that monitors the status of repeating jobs
95 questions
1
vote
0
answers
792
views
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 ...
3
votes
0
answers
2k
views
Jenkins reverse proxy failing for log in/out pages
I have a pair of servers, one running Nginx the other Jenkins (well, and other servers for other services, but that's besides the point). These servers sit within their own subnet that normally would ...
0
votes
1
answer
606
views
Running Hudson, Sonar and HA Proxy on the same server
I am running Hudson, Sonar and HA Proxy on the same server (Doing this for the sake of a POC so do not have access to multiple servers.
I am Using HAProxy to enable SSL for both servers.
I can ...
2
votes
0
answers
850
views
Migrate latest stable HUDSON to latest stable LTS JENKINS
I am having issues migrating a HUDSON server with several jobs to JENKINS
Jenkins claim you can upgrade easily from hudson but also mention it is only for version 1.395 or less (https://wiki.jenkins-...
0
votes
2
answers
722
views
Hudson GUI cannot run a job with same command that runs fine from the shell
I get this error while trying to run a job in hudson
here is the log
Started by user anonymous
[workspace] $ /bin/bash -x /tmp/hudson3189813701500418318.sh
+ date
Thu Feb 19 17:02:03 EST 2015
+ fab -...
1
vote
0
answers
93
views
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 ...
0
votes
3
answers
4k
views
How do I capture the Maven Jar name as a part of a Hudson job?
I have a Maven 3 job configured in my Hudson server.
When the Hudson server successfully builds the Maven jar, I have the jar being deployed to an SCP repository on another server.
I want to execute ...
2
votes
0
answers
187
views
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 ...
2
votes
1
answer
961
views
Hudson with active directory error
first question here on superuser (i'm addicted on stackoverflow).
So, I'm trying to configure the active directory plugin (1.31-h1 version) on Hudson (3.0.1-b2) but without success. On the security ...
0
votes
1
answer
458
views
Hudson Get Current Working Directory (MSBuild)
I'm trying to set the Outdir for a MSBUILD task on Hudson. How can I include the working directory environment value?
0
votes
1
answer
579
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 ...
11
votes
4
answers
44k
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
1
answer
56
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 ...
15
votes
2
answers
42k
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
2
answers
300
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
2
answers
512
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 ...
4
votes
2
answers
5k
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
2
answers
2k
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
1
answer
93
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 ...
3
votes
1
answer
3k
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 ...
-5
votes
2
answers
831
views
Installing Hudson on CentOS [closed]
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-...
-1
votes
2
answers
245
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 ...
1
vote
1
answer
5k
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 2.6....
1
vote
1
answer
823
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 ...
1
vote
3
answers
4k
views
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;
...
3
votes
1
answer
1k
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 ...
3
votes
2
answers
3k
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. ...
4
votes
1
answer
6k
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
1
answer
2k
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 ...
11
votes
2
answers
17k
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
2
answers
3k
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 ...
7
votes
1
answer
5k
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
1
answer
4k
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 KEY---...
8
votes
1
answer
23k
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 ...
3
votes
3
answers
26k
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 &...
3
votes
1
answer
5k
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
1
answer
204
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 ...
0
votes
1
answer
4k
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
0
answers
376
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 ...
1
vote
3
answers
8k
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">
<server>ldap....
0
votes
1
answer
468
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 ...
3
votes
1
answer
2k
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
1
answer
1k
views
Centos running Hudson freezes, what logs to check to find out why?
First instance, had a 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 (...
2
votes
1
answer
743
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.
6
votes
3
answers
6k
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
1
answer
1k
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 ...
6
votes
3
answers
20k
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 http://...
0
votes
1
answer
2k
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
1
answer
908
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
1
answer
1k
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 ...