0
votes
0answers
8 views

jenkins unable to run “ /build-tools/17.0.0/aapt ”

does anyone know why is jenkins unable to run this file and gives a no such file or directory error ? the file is there. it has the following permissions : ...
0
votes
0answers
9 views

jenkins deleting my build.config and R.java.d files

I am trying to create a build process for my android application. I am using ant and the targets I use are clean and debug. now clean target deletes my generated java files "R.java.d" and ...
0
votes
2answers
22 views

Configure Jenkins to work with SVN branches

I am currently setting up Jenkins to work with SVN repository. Currently it works fine for the trunk. Now I want to set up Jenkins to take care of newly created branches. I don't want to create a new ...
0
votes
0answers
10 views

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 ...
0
votes
2answers
26 views

Is it possible to allow jenkins to access the files that only root or some specific programs have access to?

What I'm basically trying to do is allow jenkins access my android-sdk-linux folder and all the sub-directories. My boss does not want to change permissions on the folder himself. I am supposed to do ...
0
votes
1answer
41 views

Tools for continuous integration with Python

My project is based on only Python code.We are using multiple tool for pylint,profiler for improving the code quality.So each developer need to run individually run this Tool.I am planning to ...
0
votes
2answers
33 views

Jenkins: Slave selection based on user's choice

I'm trying to configure a jenkins job so that based on the choice of the user the node/slave should be selected. example : if choice = windows ->slave1 if choice = Linux ->slave2 ...
0
votes
1answer
13 views

Hudson:How to trigger cleanup shell after a build is failed?

I am using Hudson framework, and I want to have a feature that, when the build process (the step of execute shell) failed, another cleanup shell script will be executed no matter what. The current ...
0
votes
1answer
33 views

Jenkins logs for a perl build file

Today I started working with jenkins and I successfully added my projects to jenkins and it says all works fine . one of the build takes more than 5 hours but didn't finish either so aborted it(while ...
0
votes
1answer
11 views

No SCM option on hudson

I install hudson also git plugin for hudson. But in project configuration there are no SCM option. What can be the problem ?
0
votes
0answers
12 views

How to archive older build artifacts in Hudson

Hudson has the option to archive the artifacts of a build. Those artifacts are then available at a URL that says "lastSuccessfulBuild/". However, Hudson only keeps the artifacts of the last ...
0
votes
1answer
24 views

Redeploy previous builds automatically when new build fails in jenkins

In Jenkins CI tool , How to deploy previous build automatically when the new build is failed. Please let me know if there any Plugin exist.
0
votes
0answers
42 views

Allowing jenkins to access contents of currently logged in user folder

I am using Jenkins to build my project in a Linux machine. During build operation files are read from a source location and files are to be copied to a new destination location.The source and ...
-1
votes
1answer
119 views

How to uninstall jenkins from ubuntu [closed]

I use Jenkins as an continuous integration server and now, I try to re-install Jenkins. So I search how to uninstall Jenkins from my computer and install safety Jenkins. Can you help me there is way ...
2
votes
1answer
45 views

Hiding hudson behind apache

I'm pulling my hairs out on this one. I'm running Hudson on a server and want to place it behind an Apache running on Ubuntu. So I installed the apt sources and the Hudson package and it is up and ...
1
vote
0answers
77 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, ...
0
votes
0answers
41 views

Restart running builds when restarting Jenkins

When I restart my Jenkins server, I would like to all builds that were running when I brought the server down to be restarted. Is there a script or plugin to do that that correctly restarts builds ...
0
votes
0answers
175 views

Hudson Appache SVN Checkout Exception - 500 internal Server Error

I'm hitting an error while trying to checkout an SVN Repo via Hudson. With TortoiseSVN i can checkout this Repository without any Problems. In Hudson I use the "Hudson Subversion Plug-in ...
0
votes
1answer
74 views

Jenkins: Make build success dependent on tests

I'm new to Jenkins/Hudson but I didn't find a plugin which provides the functionality I am looking for. I want to make the build process of my web application dependent on multiple function tests I ...
0
votes
0answers
38 views

Phing ftpdeploy error

I use Hudson + phing for build and deploy php application on server by ftp My build.xml: *** <!-- FILESETS --> <fileset dir="." id="files.site"> <include name="site/*" /> ...
0
votes
0answers
125 views

How to pass a build number within the MultiJob plugin?

The MultiJob plugin is great and I want to use it for my build process, but there is one issue I have to solve before: There are three jobs A, B and C. SVN triggers job A and B (parallel execution) ...
2
votes
0answers
53 views

Why does 'pod update' produce 'stty: stdin isn't a terminal' on Hudson?

I'm using cocoapods and calling 'pod update' in the my job's build step on our Hudson server. Here is the log: + pod update Resolving dependencies of `./Podfile' Updating spec repositories stty: ...
0
votes
1answer
89 views

Jenkins NUnit test reports are not rendering in emails

I have installed the following plugins on my Jenkins: NUnit xUnit Email-ext Then I pointed the paths to my NUnit reports *.xml's in plugin settings (I tried both Nunit and xUnit plugins). After ...
0
votes
1answer
120 views

How can I trigger Jenkins builds from multiple private GitHub repositories?

I've got a Jenkins box configured to build multiple projects that are hosted privately on GitHub. Each project has been assigned its own deploy key and is aliased via ~/.ssh/config as mentioned in ...
1
vote
2answers
291 views

How to wait for job to finish when using jenkins-cli.jar to run a slave job?

I have a Jenkins slave ( at localhost:8000 ) and I am executing it ( link ) from a Jenkins Master ( at localhost:8080 ). The basic idea here is to run the remote job and wait until the job is ...
0
votes
1answer
175 views

I get a 404 not found when I use WGet to trigger a remote Jenkins job

I get a 404 not found when I use WGet to trigger a remote Jenkins job. Authentication is turned off in Jenkins slave (that is the default). Is there a way to get this to work? I would rather not ...
4
votes
3answers
167 views

Maven: Let “mvn -Pjenkins” be the same as “mvn clean install pmd:pmd javadoc:aggregate”

We have a number of Maven jobs in our Jenkins instance, each with their own particular invocation string specified in the build configuration similar to mvn clean install ...
0
votes
0answers
122 views

Jenkins/Hudson tools/best practices for increment version - build - run tests - deploy - report

I am looking for a reusable way I can build such piplines for various projects should be compiled with different compilers on separate branches. The environment: mainly C++ code in Visual Studio ...
1
vote
1answer
172 views

Jenkins/Build workflow: Provide result of one parallel executed job to multiple jobs

Try to implement following workflow in Jenkins: A trigger starts the parallel jobs A, B, C and D. As soon as A, B and C finish the job X should start and the same for job Y, it should start after C ...
1
vote
2answers
271 views

Hudson / Jenkins or Bamboo, Can you store build plans in svn / git?

We would like to keep a record of plans in svn or git so we can see what steps have changed in them over time. Is this possible with Hudson/Jenkins, or Bamboo?
0
votes
0answers
345 views

Hudson with MSTest - Errror: java.io.IOException: Cannot run program “sh”

I am trying to do an continuous Integeration with Hudson and MSTest. When I'm tyring to run thes Job i get follwing Error 1 Warnung(en) 0 Fehler Verstrichene Zeit 00:00:00.13 [workspace] $ sh ...
0
votes
1answer
44 views

Continuous Integration Clarification

I work in a team which maintains a Java website and back end java jobs and shell script jobs. After all developers complete their updates, only the relevant ones are committed to source control ...
1
vote
1answer
130 views

Hudson not building projects when SVN post-commit trigger received

I am trying to set up Hudson continuous integration server so that any SVN commits will trigger a new build. I've seen lots of questions and answers on stackoverflow regarding configuring the SVN ...
0
votes
1answer
63 views

How to stop a downstream job from being run if it is waiting for upstream job to finish in Jenkins?

I have 2 projects :- 1. Project A 2. Project B Project A is the upstream project and Project B is the downstream project. Project B waits if Project A is already building. Project A triggers Project ...
0
votes
0answers
45 views

Releasing artifacts with modified version in hudson using maven

I have a project, let's says A that uses maven (3) to build and is continuously integrated with Hudson. I also have a project B that depends on the artifacts produced by A. I want this dependency to ...
0
votes
1answer
28 views

Is there a way to prevent a project from not having access to another project files in Jenkins CI?

I am trying to setup a Jenkins/Hudson CI in a distributed environment. I am curious about the following questions: 1) does the slave account need to be a root/administrator account? If lower ...
1
vote
2answers
55 views

How constrain the list of users who can receive the e-mail in jenkins on build failure?

I want to know how we can specify the pool of users who will receive the mail if the build fails. For example :- If there are 10 users who are part of the changes in a particular build, but I want ...
1
vote
1answer
128 views

How to send e-mail to upstream committers if downstream job fails?

We have 2 projects in Jenkins. 1. Project-A 2. Tests Tests is a downstream job for Project-A. Currently, if some change in Project-A breaks Tests job, there is no e-mail sent to culprits (those who ...
0
votes
1answer
209 views

Jenkins stopped work on checking out revision

I have problem with Jenkins bilds. Sometimes my build hangs on operations "Checking out Revision". The problem is not constant. I can get this issue in 4-5 times of 10 bilds. I am waiting 10-20 ...
0
votes
1answer
55 views

Whats the best way for continous integration for Javafx-Rich-Client-Applications

hmm... i wonder So, lets say we have an Appache Tomcat 7 and a Hudson Server is already up and Running. The Hudson Server is already building and deploying the Middleware and Share projects (wich are ...
2
votes
1answer
294 views

Jenkins Server Suddenly Fails. Cannot reach GUI

I setup a Jenkins server on a redhat linux VM a while back to run our unit and integration tests. It has worked without much trouble for about two months, but now I suddenly can no longer browse to ...
1
vote
1answer
171 views

What is the best practice using git and hudson with one repository including multiple projects

I have raised a similar question before yet after doing some research and bashing my head for a long time , I have concluded that I need some more guidance. We have currently migrated to GIT from SVN ...
4
votes
1answer
338 views

Git returning null on hudson

I am working on a project using git with hudson to build some tests. I have done all the hudson configurations (at least think I did) and I downloaded git for windows. The repository is located on ...
0
votes
0answers
114 views

How to upload only changed/new artifacts from a build in Hudson/Jenkins using SCP [closed]

I've been testing and searching for far too long now just to figure out how to get Jenkins to upload only the new or changed files from a build using SCP. I have a php/symfony project. Everything ...
0
votes
0answers
161 views

Fetching from orign failing

I searched for the below error ,especially "ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway",I couldnt get anything substantial,second error related to ...
1
vote
1answer
331 views

stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC

Before anyone guns me down..I have looked at all the messages that has this error but they seem to manifest from a different problem,I couldn't get any substantial information. Following are the ...
1
vote
3answers
270 views

What are the advatages of sonar while using hudson? [closed]

Actually my question is about the why should i use sonar instead of other hudson code analysis tools like emma or cobertura?
-2
votes
1answer
44 views

script before building [closed]

I am currently running a project that has many configuration files (xml, ...). These files hold configuration rules that are specific to the site (developement site or client site) where the project ...
1
vote
3answers
1k views

How to mark Jenkins builds as SUCCESS only on specific error exit values (other than 0)?

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 0 ...
0
votes
0answers
30 views

preferred build agent nodes in hudson

Is it possible to configure the build (and/or nodes) such that the build has preferred set of nodes to build on but falls back to one of backup nodes if none of preferred nodes are available? I have ...

1 2 3 4 5 10