Tagged Questions
0
votes
0answers
18 views
Allowing jenkins to access contents of currently logged in user folder
I am using Jenkins to build my project in a Linux machine. During build operation files are read from a source location and files are to be copied to a new destination location.The source and ...
0
votes
2answers
192 views
Hudson: returned status code 141: fatal: write error: No space left on device
I copied one of the existing project and created a new project in Hudson. While running build it says "returned status code 141: fatal: write error: No space left on device"
Like suggested in other ...
0
votes
2answers
55 views
Give permissions to Hudson / build fails due to 'no permission'
In my Hudson job, I need to run a command (android update project) before my ant build, it fails with 'no permission'.
According to the Hudson docs the commands are run as a newly created user ...
0
votes
0answers
171 views
Group permissions allows for rw, but bash script gets permission denied [closed]
I wrote a bash script which launches a java application from Hudson. However, the application's log tells me that the bash script doesn't have permission to edit the files it needs to launch the ...
1
vote
0answers
16 views
Hudson CI for UnionPlatform
I have been trying to get my UnionPlatform Server running through Hudson. However I have hit a road block with the Java Process Terminating as soon as the Build is done. In fact I am not even aware if ...
0
votes
2answers
228 views
How to run sh script from jenkins
I need launch sh script from jenkins, it is simple, but my script change symlink for JAVA_HOME, in fact im switching between JDK versions using sh script. It works when Im launching job without ...
2
votes
0answers
200 views
setting hudson build trigger to check for svn changes
i have set Poll SCM with different options
but none of them seems to work
i tried
* * * * *
5 * * * *
*/10 * * * *
it doesn't seem to try to build
and changes were committed to the svn
any idea ...
1
vote
1answer
118 views
using '.' when passing parameters to java binary with -D does not parse well
I am using Jenkins CI to run java from execute shell build step :
java -jar -Dadmin.hostname=$hostname -Dschema_name=$schema myapp.jar
I have noticed that although both parameters hostname and ...
3
votes
1answer
4k views
Jenkins / Hudson CI Minimum Requirements for a linux RH installation
We’ll use Jenkins (used to be Hudson) for the automated builds. http://jenkins-ci.org/
I need to find out what it needs from a system requirements standpoint (RAM, disk, CPU) for a Linux RH ...
1
vote
2answers
155 views
Linux Hudson, Windows build
I have Hudson installed on Linux. Compiling and testing Linux releases works fine. But I would like to build and test also Windows releases using Visual Studio. I already have .bat script that runs ...
1
vote
2answers
354 views
Jenkins: special characters getting inserted in bash script
I am executing a bash script inside. A command like this when executed
current_loc=/tmp/$BUILDTYPE
rm -rf $current_loc/*
[ -d $current_loc/ ] || mkdir -p $current_loc
Get replaced by
+ ...
0
votes
1answer
1k views
Launch shell scripts from Jenkins
I'm a complete newbie to Jenkins.
I'm trying to get Jenkins to monitor the execution of my shell script so i that i don't have to launch them manually each time but i can't figure out how to do it.
I ...
1
vote
3answers
223 views
Problem performing svn export using Hudson that run as a service
I have a script that perform a build as well as performing svn export. When I run hudson manually, by running it from a root user, I can do a build and svn export without a problem.
If I call hudson ...
3
votes
1answer
2k views
how to get access to Hudson's “console output”?
I have a build bash script running under Hudson build system, which writes its own log file. However, Hudson captures all the stdout and stderr of the build script it executes and displays it as the ...
6
votes
2answers
2k views
Tomcat script not working when run from Hudson
I'm trying to run a script which stops and starts Tomcat on linux.
When I run it from the command line it works fine. But it does not seem to work when I run the same script from the "Execute Shell" ...
1
vote
2answers
300 views
How do do configure a Hudson linux slave to generate core files?
I've seeing occasional segmentation faults in glibc on several different Fedora Core 9 Hudson Slaves. I've attempted to configure each slave to generate core files and place them in /corefiles, but ...
0
votes
1answer
388 views
Hudson does not want to start in Opensuse anymore. Empty pid file
I installed using the hudson.rpm as specified on the site provided. I also installed ant after starting hudson, for some reason when i try to run
/etc/init.d/hudson start
it just fails saying
...
0
votes
2answers
264 views
Is there anyway to transfer .war or .jar from one server to another with Hudson?
I am using Hudson and wondering if is there anyway to transfer one file(this file is on a Linux Server)to another linux server.
Maybe use scp command from linux, just wanna know if somebody already ...
1
vote
2answers
3k views
Hudson fails to use unix user/group to do authentication
I'm trying to use unix user/group database as security realm of hudson. The linux server is using NIS for user management. My account could login the hudson server via ssh.
And the hudson server is ...
1
vote
3answers
1k views
How does Hudson work standalone on Linux?
I need to know the mechanisms and flow for starting up Hudson, so I can figure out what's wrong. When you type in
nohup java -jar $HUDSON_WAR > $HUDSON_LOG 2>&1 &
(using real values ...
0
votes
2answers
914 views
Hudson jobs and slave node are missing after an upgrade
Where and how are Hudson jobs and slave information stored?
I accidentally canceled a Hudson upgrade today. It wouldn't permit me to continue the upgrade; only to downgrade to the previous version ...
0
votes
2answers
122 views
Hudson server always stopped every morning day?
I've got this regular problem every morning that my build server (Hudson) is always stopped every morning so I have to manually start it, is there any reason why or any location that i can started to ...
0
votes
2answers
923 views
Error: null, while compiling resource bundles under Linux with hudson
I am using Flex 3.5.0.12683 with hudson CI server and Ant to compile our project. While compiling resource bundles for this project I am having problems.
With root user everything is compiled ...
0
votes
2answers
593 views
rsync failing in Hudson
I am running this from a Hudson job:
rsync -auz --include="*/" --include="/builds/" --exclude='*' /var/lib/hudson/jobs/ backup@backup:/var/data/backup/build/`hostname`
and getting this error:
...
4
votes
1answer
4k views
Hudson fails with error “No space left on device” though there is enough space on the system
Hudson is repeatedly failing after building few projects with following stack trace with error "No space left on device", though there is enough space on disk. There are no limits of quotas on any ...
0
votes
1answer
383 views
Permission to manipulate files in Hudson workspace
Hi I am having trouble working with the Hudson workspace. I am using fabric to manipulate source files on the Hudson CI server. By default, the source files are downloaded from subversion server to ...
3
votes
1answer
304 views
Mercurial and Hudson on web hosting. Can I install Mercurial
I have a hosting package where I have a private Tomcat and I run Hudson. I wanted to start using Mercurial and BitBucket (which is fantastic btw), my problem is that Hudson or the Mercurial plugin ...
1
vote
1answer
1k views
Editing Subversion post-commit script to enable automated Hudson builds
Hey guys, I'm not so good with Linux, but I need to modify the post-commit file of my Subversion repository to get Hudson to build automatically on commits.
This page here tells me to do this:
...
1
vote
1answer
873 views
Extracting shell script from parameterised Hudson job
I have a parameterised Hudson job, used for some AWS deployment stuff, which in one build step runs certain shell commands.
However, that script has become sufficiently complicated that I want to ...
0
votes
3answers
2k views
Init.d script to start Hudson doesn't run at boot on Ubuntu
I'm trying to start Hudson on Ubuntu automatically on boot with an init.d script. The script works fine when invoked manually (ie with ./hudson start), and has update-rc.d-generated sym-links in ...
