hudson Questions

5

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...
Istria asked 31/1, 2014 at 13:10

2

I'm using Maven 3 and in my java project, the pom file contains one source location as follows. <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory...
Monochord asked 30/12, 2012 at 9:51

3

Solved

I'm writing a Jenkins plugin and i'm using build.getWorkspace() to get the path to the current workspace. The issue is that this returns a FilePath object. How can i convert this to a File object...
Demona asked 4/11, 2013 at 23:31

9

Solved

Sorry for the 'svn' style - we are in a process of migration from SVN to GIT (including our CI Jenkins environment). What we need is to be able to make Jenkins to checkout (or should I say clone?)...
Gonyea asked 19/3, 2012 at 9:43

2

Solved

I'm using CTest (part of CMake) for my automated tests. How do I get CTest results in the Jenkins dashboard ? Or, phrased differently, how do I get CTest to output in JUnit-like XML ?
Capote asked 13/6, 2011 at 10:27

9

Solved

How do I tell Jenkins/Hudson to trigger a build only for changes on a particular project in my Git tree?
Adalai asked 9/3, 2011 at 9:20

3

Solved

I have a time-triggered job which needs to retrieve certain values stored in a previous run of this job. Is there a way to store values between job runs in the Jenkins environment? E.g., I can wr...

5

Solved

I need to run a shell script in Jenkins as root instead of the default user. What do I need to change? My sudoers file is like this: # User privilege specification root ALL=(ALL) ALL igx ALL=(ALL...
Lula asked 9/8, 2012 at 9:8

5

Solved

I'm using jenkins.war file. I'm trying to test an groovy email template. This gives me below error Groovy Template file [groovy1-html.template] was not found in $JENKINS_HOME/email-templates. ...

3

I use Jenkins,I can't find "Restrict where this project can be run" in the configure page,should I add some plugins? which one?
Biforate asked 20/2, 2013 at 8:51

6

Solved

I am trying to do continuous integration with Hudson and MSTest. When I try to run this job I get the following error: 1 Warnung(en) 0 Fehler Verstrichene Zeit 00:00:00.13 [workspace] $ sh -xe ...
Connolly asked 28/2, 2013 at 12:39

4

Solved

I have a report file I'm generating, and I would like to be able to add the current build number to that file within a Jenkins job. Is there an environment variable or plugin I can use to get at th...
Cassandra asked 23/8, 2011 at 21:15

3

Solved

I want to know , how to check whether jenkins is fully up and running using webservice ? i want to use jenkins webservice to check this. Is there any way to do this ? Thanks.
Esurient asked 12/6, 2012 at 10:5

9

I want to copy some files from a network shared drive (mounted at my local machine as drive Z). I have written a Batch file to copy the contents of Z drive into my local drive. This batch file runs...
Pooler asked 29/11, 2012 at 7:2

6

Yesterday, I locked myself out of jenkins while trying to configure ldap authentication, so I followed the instructions in the wiki and disabled security in the config.xml file via ssh. Now I want ...
Aerostatic asked 20/8, 2013 at 10:1

6

I have a parameterized job which I want to schedule it to run at a particular time. Is there anyway I can choose my parameters and schedule it to run. Thanks in advance
Heartland asked 29/5, 2013 at 9:51

7

Solved

I'd like for Jenkins to automagically fetch data from my private repository hosted on Github. But I have no idea how to accomplish that task.. Tried the documentation, generating ssh-key for jenkin...
Robyn asked 6/3, 2011 at 17:58

3

Solved

I'm working in a Virtual Machine as a Hudson Slave. In the virtual machine, I add the path to the MSBuild I want to use : %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\; I added also the path ...
Potable asked 6/12, 2013 at 15:26

17

Solved

I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node with Java 1.5. The test wa...
Unfledged asked 4/12, 2009 at 11:16

4

Solved

i am using jenkins 1.447.2 version.My master is linux and slave is windows Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener <init> INFO: Hudson agent is running in headless m...
Recrimination asked 27/7, 2012 at 13:28

4

Hope you can help me on this one. I have a job called "Template" that generates a template.xml file. I have several other jobs that use this template.xml file. However, before they build, i wanted ...
Educt asked 2/9, 2011 at 14:20

6

I have a project in Jenkins that has many SVN repositories to pull from. Whenever I build, the first build after a workspace clean fails with errors like the one below. Without changing anything, t...
Godfrey asked 8/8, 2012 at 20:4

3

Solved

I have a pipeline with different stages. I want the current job to check how many stages have passed in the previous build and log it in the console? Consider this is my current pipeline node(){...
Natashianatassia asked 3/5, 2016 at 16:50

4

Solved

A strange thing happen sometime, Jenkins start displaying " Jenkins is going to shut down" even when nobody turned this message on and restarting Jenkins. Screenshot:
Vitkun asked 6/10, 2014 at 14:5

11

Solved

I have set up Jenkins, but I would like to find out what files were added/changed between the current build and the previous build. I'd like to run some long running tests depending on whether or n...
Adlib asked 7/6, 2011 at 3:43

© 2022 - 2024 — McMap. All rights reserved.