hudson Questions

5

Solved

Problem Description Consider the case maven is being used on hudson. Now someone took checkout of a project,modified some files but accidently used same artifact id and version number(non snapsho...
Coxa asked 21/10, 2011 at 12:19

6

Solved

I am starting a JBoss server in Jenkins as a build action. The next action runs a set of tests. I need to add sleeptime between the two actions. Does anyone know how to do this easily?
Scandura asked 14/11, 2012 at 11:44

4

Solved

I have a GitHub repository which I would like to have notify Jenkins of new commits via a post-receive hook. I've installed the GitHub plugin into Jenkins and have allowed for Jenkins to manage it'...
Nathanaelnathanial asked 15/9, 2011 at 7:57

7

Here I am basically looking for a dependency parameter. Let's say I have two dropdowns in the build parameter section. Based on the value selected from the first dropdown the possible default I ...
Fi asked 27/3, 2013 at 7:38

5

Solved

I have tweaked the standard jelly template to display the current test results in a table, however I really want to be able to display diffs as seen in Jenkins own test results page. For example: ...
Hinge asked 4/7, 2012 at 16:51

5

I just purchased a code signing cert (MS authenticode) from THAWTE and have installed it apparently on my build machine. I am logged in as a user and when I open a cmd prompt I can sign EXEs using ...
Realtor asked 23/4, 2010 at 2:25

7

Solved

I am trying to deploy a zip file to a remote inhouse maven repo.(artifactory integrated into hudson). pom.xml ... <modelVersion>4.0.0</modelVersion> <groupId>mygroupId</grou...
Hanker asked 15/7, 2011 at 19:33

4

Solved

The output from println from within a class function is lost. An example script (outputclass.groovy): class OutputClass { OutputClass() { println("Inside class") // This will not show in the c...
Muldoon asked 12/10, 2011 at 15:24

9

Solved

I'm looking to run automated NUnit tests for a C# application, nightly and on each commit to svn. Is this something that Jenkins-CI can do? Is there an online tutorial or how-to document which doc...
Smriti asked 2/2, 2012 at 23:0

3

Solved

I'm trying to use Jenkins (Global) environment variables in my xcopy script. ${WORKSPACE} doesn't work "${WORKSPACE}" doesn't work '${WORKSPACE}' doesn't work
Hoard asked 22/12, 2011 at 16:14

6

Solved

Is their any notifier which let's you add specific build in the notifier. Right now i am using Hudson Tacker (http://hudsontracker.sourceforge.net/index.html) which works fine but it only let's me ...
Cohlette asked 11/3, 2010 at 20:17

6

My institution requires me to periodically change my LDAP password. In the past, I was able to perform the following steps to change my password:- Create a Base64 encoded password at http://www...
Hibernia asked 18/8, 2014 at 13:31

4

I am using Parameterized Trigger Plugin to trigger a downstream build. How do I specify that my upstream job should fail if the downstream fails? The upstream job is actually is dummy job with pa...
Iguanodon asked 19/6, 2011 at 17:2

3

I have a Jenkins job which is supposed to build a Jar and add it to Nexus. I have configured post build action to deploy maven artifact to nexus repository. The problem is, the nexus is expecting ...
Investigation asked 8/9, 2015 at 15:56

5

Solved

I'm currently using jenkins/hudson for continuous integration a large mostly C++ project. We have separate projects for trunk and every branch. Also, there are some related projects for the Java co...
Pyrometallurgy asked 13/4, 2011 at 17:48

8

Solved

I have tried to rename a hudson/jenkins job. However it failed to rename. Is there any way so I can rename the job?
Kearns asked 30/1, 2013 at 12:6

4

Solved

I have Job in Jenkins that sends an email after the build with a HTML report in its body using email-ext plugin by setting Default content to this : ${FILE,path="absolute_path/index.html"} I wa...
Robbierobbin asked 14/3, 2014 at 9:43

4

I have already set up a version control system (Subversion) which is going to be used by developers to commit and update their code (let's say that its address is https://server/svn/project). Only ...
Hoeve asked 25/1, 2011 at 10:39

3

Solved

I have been scouring the internet for days, I have a problem similar to this. I need to retrieve the console output in raw (plain) text. But if I can get it in HTML that is fine too, I can always ...
Vanhook asked 22/7, 2013 at 15:53

6

Solved

I currently have Jenkins set up with a number of jobs, but it's proving difficult to back up because the artifacts are stored within the job directory. I'd like to back up the job configurations an...
Magdamagdaia asked 28/2, 2012 at 13:50

6

Solved

When I run an Execute shell build step to execute a script and that script returns 0, Jenkins flags the build as SUCCESS, otherwise it flags it as FAILURE which is the expected default behaviour as...
Brotherton asked 25/11, 2012 at 12:27

2

Solved

The team I work for manages a large collection of technical documentation which is written in LaTeX. Currently all the documentation we have is manually built by the editors and then checked into a...
Stoplight asked 19/1, 2012 at 9:53

10

Solved

I'm trying to improve Hudson CI for iOS and start Hudson as soon as system starts up. To do this I'm using the following launchd script: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE p...
Amphiprostyle asked 26/7, 2011 at 9:20

2

Solved

I am trying to get Hudson to work with my Delphi project. I am using the following batch file to build my project (as suggested in this blog post): call "C:\Program Files\Embarcadero\RAD Studio\8....
Schechinger asked 3/9, 2012 at 7:32

1

On my current project, I have several dozen "sub-projects", each with trunk and branches (legacy setup, can't change it) There are multiple commits on a branch, let's say 5, and then a branch is r...
Detriment asked 30/7, 2018 at 20:53

© 2022 - 2024 — McMap. All rights reserved.