2,646 questions
4
votes
1
answer
12k
views
Please check the parameter 'sonar.host.url'
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
Error - trustAnchors parameter must be non-empty
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
Error - Jenkins detected running multiple instances
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
Checkstyle 6.0 on hudson seem to produce a wrong html result
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
Runtime build configuration in hudson build
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
Deploy as Jenkins User or Allow Jenkins To Run As Different User?
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
How to prevent certain Jenkins jobs from running simultaneously?
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
Jenkins/Hudson build schedule period spanning over midnight (9 p.m. till 2 a.m.)
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
How/When does Execute Shell mark a build as failure in Jenkins?
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
Hudson : "yes: standard output: Broken pipe"
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
Mass disable jenkins jobs
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
How is a new TestDataPublisher extension registered in Jenkins?
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
Hudson Build-Time Trend Plugin?
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
Issue regarding Java Compilation in Hudson
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
MSBuild cannot sign a ClickOnce manifest using a temporary key (errors MSB3326 and MSB3321)
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 ...