Skip to main content
4 votes
1 answer
12k views

I want to enable hudson+sonar so I did with following steps: 1.Installed sonar 3.4.1 and started sonar server .Now I can access http://localhost:9000 on browser. 2.In configuration on hudson I have ...
625 votes
52 answers
1.1m views

I'm trying to configure my e-mail on Jenkins/Hudson, and I constantly receive the error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty I've seen a ...
10 votes
6 answers
11k views

I am running Jenkins as windows service. It was all good, suddenly from today noon I started seeing the following error while opening it. Jenkins detected that you appear to be running more than one ...
0 votes
1 answer
59 views

I'm receiving the following error message when I try to run checkstyle 6 with hudson. [CHECKSTYLE] Parsing of file /var/lib/hudson/jobs/Checkstyle/workspace/dist/report/checkstyle_report.html failed ...
-1 votes
1 answer
530 views

My project uses ANT build system. Currently, I am giving build via shell command for my project. Say when I give "ant dev deploy" from cmd prompt the build starts and in between it stops ...
9 votes
2 answers
12k views

I'm attempting to use Jenkins to automatically deploy my dev and stage branches of my Django projects which are hosted on a Github organisation repository (ie, private). At the moment I have a user &...
71 votes
7 answers
62k views

I have a couple of jobs that use a shared resource (database), which sometimes can cause builds to fail in the (rare) event that the jobs happen to get triggered simultaneously. Given jobs A through ...
3 votes
3 answers
1k views

I wanted to schedule a job in Jenkins to run sometime between 18pm till 2am. So I entered the following formula in Build periodically/Schedule field: H H(18-2) * * * However, when I save the job, ...
123 votes
8 answers
250k views

The horror stories I found while searching for an answer for this one... OK, I have a .sh script which pretty much does everything Jenkins supposed to do: checks out sources from SVN build the ...
22 votes
5 answers
29k views

I need to run a shell script in hudson. That script needs an answer from the user. To give an automatic answer I did the following command line :   yes | ./MyScript.sh This works well in ...
15 votes
4 answers
17k views

Is it possible to disable a large number of Jenkins jobs in one go? I have a large number of jenkins job I need to disable. Visiting each job in turn and disbling is tedious.
1 vote
2 answers
355 views

I am trying to extend the TestDataPublisher class in order to generate an extra UI element in the test results page of Jenkins. For some reason, the getTestAction() function is not called when ...
39 votes
3 answers
15k views

Is there a plugin which would allow me to create a "trend" graph for a hudson build which shows the build time for that project? I'm tasked with speeding up the build and I'd like to show a nice ...
0 votes
1 answer
69 views

Let say I have a Transformation class that extending a CommonDomain class. and I create a DaoUtil just to inserting a default parameter for insert. public static void populateValuesForInsert(...
12 votes
5 answers
11k views

I am trying to build a ClickOnce Windows Forms project (.NET 3.5 / Visual Studio 2010) on a Windows Server computer. (In an effort to automate the build process with Hudson CI.) For signing the ...

15 30 50 per page
1
2 3 4 5
177