Hudson is a software package that monitors the execution of background jobs, such as cron jobs and software builds.
Questions tagged [hudson]
19 questions
8
votes
3 answers
git fatal: pack has 1 unresolved delta (index-pack failed)
I have a VERY strange and not so covered issue with a specific Windows Build Server (Jenkins Slave).
In Jenkins I have a Job that pulls the latest code from a specific branch.
The actual command the git is trying to execute is:
git fetch -t origin…
GorovDude
- 367
3
votes
2 answers
We can't access to jenkins from anywhere
We have just installed Jenkins on our server (Debian 7 wheezy). It works on local network, but not on extern network. We search but we don't find any workaround for this problem.
We can ping our server but when we go on the address for jenkins it…
fische
- 31
2
votes
2 answers
Set environment variable prior to slave.jar installation
This is the log I get:
[09/25/15 11:02:03] [SSH] Opening SSH connection to XXXXXXX:22.
[09/25/15 11:02:04] [SSH] Authentication successful.
[09/25/15 11:02:04] [SSH] The remote users environment…
Davor Josipovic
- 754
- 9
- 21
2
votes
3 answers
ZFS raidz2 performance issues read/write speeds on Freenas
I'm having some performance issues on my home backup FreeNas box using a raidz2 configuration and I am wondering what might be causing it (not enough processing power, eco drives?).
It's running:
Freenas 8.3.1
ASUS E35M1-I (Hudson M1)
8GB ram…
holden
- 149
2
votes
1 answer
Start/stop a service using jenkins/hudson, without sudo
Quick question - did some searching but couldn't seem to find anything.
I'd like to be able to stop/start a service on a Jenkins node. Is it possible to give the jenkins user permission for this WITHOUT using sudo? Or is it going to be less secure…
shearn89
- 166
2
votes
2 answers
What is "Sudo -Hiu" for?
I followed a tutorial to install Hudson server. In the tutorial was the following Linux command (hudson is a username in Ubuntu):
sudo -Hiu hudson
What is sudo -Hiu for? What happens after I execute this command?
TidusLe
2
votes
1 answer
Hudson - push the commit to production server
We have first server with SVN, this SVN has configured hooks to be able to call second server (with Hudson) and do build of the app on the second server.
This is functionall and running fine... but when developing the app we need to test it before…
Radek Simko
- 422
1
vote
1 answer
Jenkins failed to locate Cygwin
my Jenkins job fails as it gives this error message:
hudson.util.IOException2: Failed to locate Cygwin installation. Is Cygwin installed?
at…
Richard
- 11
1
vote
0 answers
How to redirect output from schtasks taskeng.exe
We're running Sikuli app from a CI tool Hudson.
A scheduled task is configured on our windows server 2008, named test
When Hudson job kicks off, it triggered the command schtasks /run /tn test.
A windows shell pops up by taskeng.exe and as Sikuli…
chz
- 529
- 3
- 12
- 19
1
vote
2 answers
jenkins/hudson: batch CMD windows are not visible when slave runs as windows service
I run Jenkins slaves as a windows service, which will then launch a chain of calling (for example):
Slave.exe->ant->cmd batch->notepad.exe
The problem is that "notepad.exe" is not visible, I can see it in task manager, but it doesn't show its…
Michael Lin
- 11
1
vote
1 answer
Odd SVN Checkout failures occur frequenctly on VMWare virtual machines
We've recently been experiencing seemingly random SVN checkout failures on our Hudson build system.
We are occasionally receiving the following SVN error when our Hudson build jobs checkout source via the Hudson Subversion plug-in (which uses svn…
snowballhg
- 111
1
vote
4 answers
Usage of PuTTY in command line from Hudson
I'm trying to use PuTTY on the command line from an Hudson job.
The command is the following one:
putty -ssh -2 -P 22 USERNAME@SERVER_ADDR -pw PASS -m command.txt
Where 'command.txt' is a shell script to execute in the server through SSH.
If I…
kij
- 121
0
votes
1 answer
How to exclude certain paths in Hudson using regular expression
We use Hudson and like to exclude certain paths from the code checkout source using regular expression.
Paths to exclude:
src/abc/def/efg/z.h
src/abc/def/m.h
src/abc/def/efg/kvt/y.h
We tried but it doesn't seem to…
chz
- 529
- 3
- 12
- 19
0
votes
1 answer
Is it safe to clean temporary files produced by Hudson?
I tried to clean this directory in my vitural machine:
C:\Documents and Settings\Administrator\Local Settings\Temp
However, this VM is a Hudson Slave, and I found it full with directories of this kind: hudson-remoting57575653437742745725
and which…
user1459961
- 101
0
votes
1 answer
update notifications through jenkins plugins
I am creating a build and deploy process for my android application for my company.
I have completed the build process. I used ant plugin to build my application. I used two target "clean" and "debug". I am not sure if these target build the apk…
tanzeelrana
- 103
- 2
- 5