Questions tagged [hudson]

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

95 questions
0
votes
1 answer

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 the version control is Subversion? Additional…
mark
  • 691
  • 2
  • 14
  • 31
0
votes
1 answer

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 2003.
mark
  • 691
  • 2
  • 14
  • 31
0
votes
1 answer

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, it only has 644 permission. How can I preserve the…
user7916
  • 125
  • 7
0
votes
1 answer

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 applications, and when I copy the directories from a…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
0
votes
1 answer

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 to run it in my Tomcat container. Now, I have…
gdm
  • 265
  • 2
  • 7
0
votes
1 answer

what is the best way to use gnumake with hudson

what is the best way to use gnumake with hudson?
Joyce
  • 135
  • 1
  • 1
  • 4
0
votes
1 answer

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 files error by error. Do you have any idea how to…
LB40
  • 103
  • 4
0
votes
1 answer

How to start Hudson with the existing configuration?

I had Hudson running via: cd /usr/lib/hudson java -jar hudson.war Unfortunately, I restarted that server and on accessing the Hudson Url, I found that all the configuration is missing. However, I can see that all the configuration files were saved…
Cuga
  • 101
  • 3
  • 4
  • 11
0
votes
1 answer

Capture the build number for a remote-triggered Hudson job?

I have a very simple inhouse web app from which certain Hudson builds (on another server) can be triggered remotely. I have no problem triggering the builds, but I don't know how to capture the associated build number for later reference. I'm using…
EMiller
  • 195
  • 1
  • 11
0
votes
2 answers

Apache - redirecting subdomain to other port on the same machine

I'm running apache server on my machine and let's say I'm using domain xyz.com. I have a Hudson CI server running on the same machine on it's default port 8080. I'd like to make it accessible by hudson.xyz.com. What I have to do to point this…
jjczopek
  • 125
  • 1
  • 7
0
votes
1 answer

Hudson intermittently doesn't trigger jobs

I have a hudson 1.370 setup running on Windows 2003 R2 under a VMware VM, with ~30 jobs, some of them triggered on a cron job, and some triggered on a URL change. Most of the time, everything works fine. But twice now, I'll leave for the evening,…
Xepo
  • 101
  • 1
0
votes
1 answer

Alternative build manager to Hudson

I work at a software company where our primary development language is Java. Naturally, we use Hudson for continuous builds, which it works brilliantly for. However, Hudson is not so good at some of the other things we ask it to do. We also use…
0
votes
1 answer

Hudson Shellscript for exporting Sourcecode from SVN repository into production folder

I have one dedicated server which has the whole Lamp-Stack, SVN and Hudson installed. I would like to create a freestyle Hudson job, that gets the latest sourcecode out of my SVN-repository and puts it into my /var/www/myWebApp Folder. How does the…
paskster
  • 301
  • 5
  • 12
0
votes
2 answers

How can I run hudson under tomcat as a non-root user?

Currently my tomcat is running as root because it does bind to port 80. I do want to run hudson as a non-root user inside tomcat. How do I do this? I'm looking for a solution that would not require me to add an apache proxy over tomcat.
sorin
  • 7,668
  • 24
  • 75
  • 100
0
votes
2 answers

Hudson started failing with ClassNotFoundException

Since today the maven builds in hudson started failing with this stacktrace: Parsing POMs [workspace] $ /usr/lib/jvm/java-6-sun/bin/java -cp…
nkr1pt
  • 281
  • 1
  • 8