0
votes
0answers
19 views

Jenkins : Invalid gitTool selection Git

i've setup my own jenkins buildserver today on my windows PC to build commits to my bitbucket.org-repository automatically. Sadly i'm deep in trouble with the conenction between jenkins and git. ...
1
vote
0answers
23 views

How to make Jenkins trigger a build when RSS is updated?

I have a SCM that only allows HTTP push/pull/poll requests. Without modifying my SCM, I would like Jenkins to trigger a build (as soon as possible) when new code is checked in. Developers usually get ...
0
votes
1answer
28 views

Is it possible to configure a Jenkins Build Job to pick maven artifacts from local maven repository

Is it possible in someway to configure my build job such that rather than picking maven artifacts from the central repo , it picks them from the local maven repo. residing on my system? NOTE - I want ...
0
votes
0answers
14 views

Jenkin Build Flow pass parameter in GUI interface

We have a Jenkin and we are using Build Flow DSL to pass script to run parallel build like following: parallel ( { guard { build("job1A") } rescue { ...
0
votes
0answers
27 views

Jenkins maven build

Im able to build a project using maven install on the windows console but im getting the following when trying to initiate a build from Jenkins. any help will be appreciated Thanks Parsing POMs ...
0
votes
1answer
19 views

How to stop the join plugin post-build project if any of the downstream job fails in Jenkins

I have one start job A which uses conditional build step to run a few downstream jobs (B1, B2, B3, ...). I also use join plugin to join those jobs and then start another job C as a join post-build ...
0
votes
1answer
30 views

Jenkins: Multiple Git repositories for one project

I want to build a project using two Git repositories. One of them contains of the source code, while the other has the build and deployment scripts. My problem is that I need to have a repository for ...
1
vote
1answer
26 views

Jenkins - Mandatory Pre-build Step - All Builds/Projects

I've been struggling to find a solution for the following and was wondering: Is there a way to create a hidden build step, so Jenkins will always execute a specific script when a build is run? ...
1
vote
1answer
28 views

How to run a parameterized Jenkins job automatically

I have a Jenkins job that takes a source branch name as a parameter. Now I want to schedule the job to run at midnight everyday. As you always need to input the parameter even though the default value ...
0
votes
1answer
26 views

Prevent maven from skipping tests (default = skip)

My pom.xml looks like this: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> ...
0
votes
1answer
42 views

Trigger a Jenkins build from TestRail

I am trying to trigger a Jenkins build from TestRail, a test case management software. To my knowledge, these two software don't formally support each other. But TestRail does have a JS/CSS editor ...
0
votes
1answer
21 views

Jenkins: Generate an email when build takes to long

I would like to generate an email from Jenkins to my users when a build takes too long. It seems like I should be able to do this with the stats plugin but cannot. Anyone doing something like this? ...
0
votes
0answers
50 views

svn commit during build in Jenkins

During our build process, managed by Jenkins, we actually update some files and commit them to the repository. Since this happens by our build account, I am easily able to ignore this account's ...
1
vote
1answer
70 views

How to change an existing build status in Artifactory from a Jenkins job

Hi I am having a Jenkins build pipeline like this: 1. builds the app and deploys to Artifactory; 2. runs an SSH exec command on the test server (remote) to download the artifacts and deploys them into ...
0
votes
0answers
75 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) ...
0
votes
0answers
15 views

How to display directory tree in Jenkins

Is there a way to display directory tree while doing a build in Jenkins to enable user to create a new directory in selected place ? Thanks in advance
0
votes
1answer
43 views

Jenkins build randomly fails with a StackOverflowError during AspectJ weaving

Our Jenkins (maven) build randomly fails with the following error stack: -- (StackOverflowError) null null java.lang.StackOverflowError at org.aspectj.weaver.World.resolve(World.java:273) ...
0
votes
1answer
37 views

Changing code of Xcode through Jenkins shell script

I am working on an iPhone application, it has a UIWebview that loads an url. When i make changes in code i commit it in Github and then every night Jenkins does the build and deploy it on the server. ...
0
votes
0answers
49 views

publish web application from jenkins to IIS

i want to publish my web application to IIS server v7 from Jenkins. i read a lot of articles but i can't resolve this work.
1
vote
0answers
32 views

Jenkins: How do I skip a tests job if the class being tested hasn't changed?

I'm having a lot of trouble setting up a conditional build job in Jenkins. Here's my setup: I have a series of jobs such as: JobA <- JobB <- JobC <- JobC-tests, where <- means "produces ...
1
vote
0answers
38 views

Jenkins keeps adding job in the build queue and keeps building them

We use Jenkins with Git, and all the jobs are configured as, every time there is commit to Git, clean the workspace and trigger a build. This scenario is working fine. Now the situation is, don't ...
1
vote
1answer
63 views

Jenkins build fail with Android Google API

I have an Android project with target Google API level 15, which I can successfully build locally on my machine with Ant. The issue is, however that when I try to build it on my jenkins server I get ...
0
votes
1answer
41 views

Jenkins is not starting the build upon SQS message arrival

Tools: Jenkins version 1.506 GitHub GitHub SQS Plugin 1.4 Jenkins configured to consume the messages and GitHub for sending them over Amazon SQS (set the active key and secret key and queue name). ...
1
vote
3answers
334 views

How could I automate build deploy in jenkins?

We are using jenkins for CI. we get late night builds. Is there any way to automate the build deploy as soon as we get a mail or intimation ? Any suggestions would be appreciated..
0
votes
2answers
64 views

Continuous Integration status monitor

I am currently installing external monitor on the wall in the office to provide feedback from Jenkins build server and wonder: what solutions do other are using? Any one is using monitor on the wall? ...
0
votes
0answers
24 views

Jenkins build error:ERROR: OSMemory [Dump()]: new not deleted /opt/workspace/BoardServicesPrivate/OSWrapper/Linux/OSNamedObjectMap.cpp(57)

I recently started to get this error when I build the project in Jenkins. However it is not consistent. I repeats every 5-6 build. Moreover it is not happening in my local build. Its just happening in ...
1
vote
1answer
144 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 ...
0
votes
2answers
38 views

jenkins perform operations after build failed

I would like to process some operations only if the build failed. For example, if runtime execution has thrown a core dump (it doesn't happen always, of course) and I want to move it somewhere, so ...
0
votes
0answers
40 views

Jenkins build,the same code will cause different result

Jenkins build,the same code will cause different result, if the success, it's good.but about 1/15 percentage that the Jenkins will come error below: Failed to execute goal on project XXXX: Could not ...
0
votes
1answer
66 views

Want to have a new build in Jenkins at every CVS changes, but not more than one build every two days

how to schedule to meet this requirement? If there is a previous build in last two days, and comes a change in CVS, then the next build will be started two days later from the previous build If ...
0
votes
1answer
385 views

How to promote a specific build number from another job in Jenkins?

I installed the Promoted Build Plugin from Jenkins and now I'm facing some troubles to promote a build from an existing job. Here is the scenario: There is an existing Nightly Build job that runs ...
2
votes
1answer
1k views

How can I get jenkins build number, svn revision number… and display it on my JSF page?

I have a JSF, Spring, Hibernate project. At the bottom of a page I have to have version number. Using jenkins(hudson) I have installed "Parameterized Build" . But it seems it is not working. How can I ...
0
votes
1answer
84 views

Jenkins “Batch-Build” fails every time

here is my configuration. -> sorry, is german... ( the batch thing is important ) http://www.abload.de/image.php?img=configurationknjkj.jpg And here is the result (console). ...
0
votes
1answer
569 views

jenkins - Non-resolvable parent POM for Could not find artifact and 'parent.relativePath' points at wrong local POM

I've got a problem concerning a build in jenkins. As the title describes it is an "Non-resolvable parent POM for Could not find artifact and 'parent.relativePath' points at wrong local POM" problem, ...
0
votes
1answer
63 views

Is it possible to write “local” script / hook for maven + jenkins packaging process?

I'm using jenkins to build package. My package uses jankins environment variable BUILD_ID, which provides build date: ...
0
votes
0answers
73 views

Missing .so files when deploying gems with native extensions to Production

We have a Sinatra app that installs and runs fine locally. We use Jenkins to build and deploy the app to our testing environment. The following gems require native extensions to run: Installing ...
0
votes
1answer
221 views

Jenkins distributed builds

I need information regarding distributed build with Jenkins. The distribution i need is not the normal Jenkins distributed build (Master/slave config) where it acts like a load balancer so that the ...
0
votes
1answer
111 views

POM only project builds going away In jenkins

I have a pom only project that is built by Jenkins. The only thing it really does is send it to my repo. This is used by several other projects. For some reason, Jenkins is not keeping these ...
2
votes
1answer
193 views

xcodebuild error scheme not configured for running

I'm trying to setup a jenkins environment for automated build. Everything works ok, when I'm in project development folder. However running same command from "jenkins" folder fails: xcodebuild ...
0
votes
3answers
97 views

Random .r files created when using Jenkins and SVN

I've got an automated build system from my Android project using Jenkins which syncs via SVN. Occasionally I get new files added to the workspace which I assume are from the SVN process that are ...
0
votes
1answer
78 views

Jenkins: Trigger related builds in a specific order when any of them are triggered by SCM

Say I have three jobs, A, B and C. They all run integration tests that interact with each other. C is dependent on B, B is dependent on A. Is there a way to trigger A, then B, then C in that order ...
0
votes
2answers
289 views

Use Devenv.com to show output in commandline and an Output Log file

How can i use the devenv.com to show the output in command line window as well as an external log file.I am using the following command line for building a solution file devenv.com /Build ...
0
votes
0answers
130 views

Gem Bundler not installed - Unable to Run Jenkins Build

I am trying to run a build on jenkins with ruby environment:- ruby-1.9.3-p327(installed via rvm) I'm getting the following error:- /var/lib/jenkins/.rvm/scripts/fetch ...
0
votes
0answers
58 views

Jenkins build error 2

I am trying to built one project in Jenkins but i am getting the following errors: jenkins@TAUS-IJENKINS01:/var/lib/jenkins/workspace/AVANTG-Framework$ mvn deploy -f pom_ci.xml [INFO] Scanning for ...
1
vote
2answers
76 views

What is the most common way to unpack a jar file after jenkins maven build?

I am new to maven and Jenkins so I do not know what is the most common way to extract the JAR file build by maven in the same Jenkins job. Running mvn install in a Jenkins job outputs the file ...
1
vote
3answers
482 views

How to get a JSON object back from a Jenkins build request

Similar to how http://localhost/jenkins/job/job_name/25/api/json would return a JSON object with the details of build 26, is there a way to get a similar object when first initiating the job, i.e., ...
0
votes
2answers
139 views

Dynamically identify a Jenkins build

Currently, I am initiating a build by posting a few parameters to Jenkins from a shell script. I need to check whether the build succeeded or failed and I was wanting to avoid using the post build ...
0
votes
1answer
169 views

TFS Labels in a Build Continuous Environment with Jenkins

We are improving our build process with Jenkins in a build continuous environment. We have a continuous build job that runs every time a developer commit code. An important question was raised today: ...
2
votes
1answer
112 views

Building specific projects based on environment variables/shell output

I am currently using jenkins with svn and was wanting to build specific tags based on what a shell script I have on my server generates. The script will export a list of tag names that I want to build ...
0
votes
0answers
31 views

copy only changed dependencies in a new directory with Maven 3 [closed]

How can i compare after each build the new dependencies with existing dependencies and copy only updated dependencies in a new directory?.

1 2 3 4