In software engineering, continuous integration (CI) implements the continuous building and automated testing of the full software product on a frequent schedule. At least once a day, often several times a day and sometimes as often as after every check in to the version control system.

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

How to set up Rails build on Cloudbees?

I am trying to set up a Rails job on Cloudbees and I'm running into problems that I can't solve anymore. I tried to follow the instructions but didn't find enough details to find out what's wrong ...
0
votes
0answers
5 views

Continuous Integration using TFS with VM for Build

What is the best way to configure a Continuous integration ? We have multiple Teams developing Projects in VB, C# web based projects, Windows based Project etc. Trying to setup VM for Build. Since ...
0
votes
0answers
14 views

Jenkins email notification setup

I am trying to setup email notification for my jenkins server for build failures. Things I have tried: 1) Use my company smtp mail server with authentication - does not work. Connection refused 2) ...
0
votes
1answer
12 views

Can I use jenkins to trigger Build on another jenkins

I want to know if it is possible to run a build on jenkins through another jenkins. I have two separate jenkins running on two different computers how can I possibly run a build job on one of them ...
1
vote
0answers
9 views

Running Jasmine on a Jenkins CI server

I would like to run jasmine, for our Ruby on Rails client side, on a Jenkins CI server machine using rake jasmine:ci. Ideally, I would like it not to use any browser, alternatively if I try to run it ...
2
votes
1answer
21 views

Jenkins: How to mark build as unstable if clang analyzer found new bug

I have set up Jenkins CI on a mac server to do automated builds/analysis for iOS projects using the Xcode Build and the Clang Scan-Build plugins. I have email notifications set up to notify users if ...
0
votes
0answers
11 views

Run screen and execute commands with Capistrano

Currently I'm able to run and re-attach to a screen session with Capistrano like so: run 'screen -mdS "server"' run 'screen -S "server"' But what I really want to do is something like this: run ...
-2
votes
1answer
33 views

Dynamic base URL CodeIgniter [closed]

When I creating a PHP project with CodeIgniter, There is troublesome that I must change. That's $config['base_url']. How can I set it dynamically?
0
votes
0answers
9 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
10 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
1answer
28 views

Deploying MSSQL change scripts

So I am in the throes of developing our Continuous Integration practices. We are a .Net/MSSQL shop. We will all soon be on VS2012. We have settled on CruiseControl.Net for CI server, using msbuild ...
0
votes
0answers
10 views

Artifact Vault Continues Intergration

I am currently setting-up a continuous integration system for our system administrators as they are writing more and more scripts to do common tasks. And I as the software develop have been asked to ...
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 ...
1
vote
0answers
22 views

Staging database version changes in development with RoundhousE

EDITED: from original as frankly it was a poor question first time around.... We have a batch script called DEV.DBDeployment.DropCustomCreate.bat, as the name suggests this drops and creates our db ...
1
vote
1answer
40 views

Log parsing rules in Jenkins

I'm using Jenkins log parser plugin to extract and display the build log. The rule file looks like, # Compiler Error error /(?i) error:/ # Compiler Warning warning /(?i) warning:/ Everything ...
0
votes
1answer
29 views

Is there an easier deployment method than hudson + ant?

For the last several years I have used jenkins/hudson and ant for my deployments. But overall I find it quite heavy handed. Is there a free, more lightweight software (preferable online) I can use? ...
0
votes
0answers
8 views

Conditional auto deploy based on git tag in Atlassian Bamboo

Helo, I'm using Bamboo to deploy a Java webapp project that's triggered by git repo push. My requirement is to deploy based on conditions, "branch is pushed" and "new commit is taggered as some ...
0
votes
0answers
21 views

Set User Who Started Build

I have a bot that executes build via a curl call to .. http://admin:1234@jenkins-api.com/job/Some_Job/build The problem is that sets the user who kicked off the build as the admin. I would like to be ...
0
votes
0answers
15 views

Drupal 7 Continuous Integration Tools List

Decided to have the continuous integration for Drupal 7.x project. wanted the list and their advantages to pick the suitable one.
0
votes
1answer
18 views

Jenkins, parameterized builds and the ability to select the required subprojects and child nodes based on variables

(I've seen some suggestions here and elsewhere involving the NodeLabel plugin to solve similar problems, but have yet to find a solid example of how to actually USE NodeLabel for this purpose.) Right ...
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
1answer
30 views

Team City CI with Xcode workspace - Scheme “My Scheme” is not configured for running

I have a workspace with few projects that must be built as static libraries and I have schemes with tests for them. I want to configure TeamCity to build and test each of those libraries, but it does ...
0
votes
0answers
25 views

Java Profiling in Continuous Integration

Are there any Java profiling tools that integrate with CI servers like Jenkins? I've no idea if such things exist, but what would be splendid would be some kind of test framework that yielded results ...
0
votes
0answers
15 views

Circular dependency in build pipeline on Teamcity

Simplified we have two configurations on TC for our C# project: Build Issue closed Build Will be triggered after a commit to the svn repository. Updates the assembly version (Assembly info ...
1
vote
1answer
33 views

How to deploy a node.js app with maven?

Most of our team consists of java developers and therefore the whole build / deployment / dependency management system is built on top of maven. We use CI so every build process runs unit test (w. ...
0
votes
2answers
27 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
32 views

Continuous Integration in Windows OS with XCode based source code [closed]

We are developing an app both for Windows and iOS. We have in-house built Continuous Integration(CI) app. However, we are expanding our development to xcode as well as iPhone development, so our CI ...
0
votes
0answers
27 views

Jenkins build pipeline with reliable source

I've set up a Jenkins build pipeline using the Build Pipeline Plugin and the Jenkins Clone Workspace SCM Plug-in as described by Jochen Wierum This is very useful, but I have a question... The Clone ...
1
vote
1answer
11 views

jenkins space: how not to store all jars in all builds

I have a couple jenkins builds that run every second hour or so, since jenkins stores the data and metadata for the builds this takes up a lot of space but most of that space goes to the jars that are ...
1
vote
1answer
40 views

Jmeter, jenkins and blazemeter to rag, pass/fail and rank the performance of a build

I am looking to use Blazemeter, JMeter and Jenkins together. I have set up a JMeter test that allows me to use Blazemeter to view the results online. The plan is, to trigger the JMeter tests to run ...
0
votes
0answers
9 views

How can I create a link to a deployed website in my TeamCity build server?

My staging build configuration runs through all the build steps and finally deploys the application at, say http://build90.qa.testsite.com/, which has been very useful for showing to stakeholders. ...
0
votes
2answers
22 views

Is it possible to keep workspace on Amazon EC2 server between runs?

We develop a software for Linux and Mac using C++ and python. So far we have installed all required packages into virtualenv using pip. Now 3rdParty libraries take substantial amount of time to ...
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
1answer
17 views

Convert TFSBuild.proj to MSBuild script

Is there a way to convert a TFSBuild.proj file into a simple MSBuild without the TFS stuff? Our teams are wanting to move away from TFS in favor of a git/jenkin approach and I'm trying to see if there ...
0
votes
1answer
14 views

Download build drop from hosted Team Foundation Service

Using the hosted Team Foundation Service at tfs.visualstudio.com, one has the option in a Build Definition to "Copy build output to the server" which creates a zip of the drop folder that can be ...
0
votes
1answer
20 views

What exactly do button “Abandon Change” in gerrit?

This button lays near "Review" button. I didn't find any documentation that can help me. I have a lot of question regarding the button like this one: Can I push to review one commit then another and ...
0
votes
0answers
10 views

Failed to create a temporary file Build error in Bamboo continuous integration

I am trying to work on Bamboo continuous integration server i created a job and schedule it to trigger it whenever there is change in GIT repository in and i am using sqlCI to synchronize the ...
0
votes
0answers
28 views

Why doesn't Jenkins stop processing after a failed build step?

I'm running into an issue where Jenkins is continuing on to subsequent build steps even when the prior build step has failed. This is for setting up a Jenkins free-style job. The build steps I'm ...
4
votes
2answers
61 views

How to handle Git continuous integration merge conflicts

We are in the process of outlining and preparing for a Git integration and we are implementing a similar design to the following link. http://nvie.com/posts/a-successful-git-branching-model/ The ...
0
votes
0answers
36 views

DefineCustomFiles and CustomCollectFiles are not fired by TeamCity

I'm trying to publish extra files with TeamCity. I also opened a subject here: Publish extra dll files not included in the web project but here I'm focused on the fact that DefineCustomFiles and ...
0
votes
0answers
35 views

Twig Template Tesing

I began to think about CI for the projects at Symfony. Today, the question arose about twig templates. Template is an independent logic. There are mistakes in the templates. But in the process of ...
0
votes
0answers
29 views

Visual Studio Continuous Integration Server Build error - Workspace Exception

I've setup continuous integration on the build settings in Visual Studio for an ASP.NET MVC 4 project written in C#. We use TFS2012 on VisualStudio.com for our source control and have set all ...
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
0answers
8 views

checking password from table tbl_admin in managepassword form

I have made this form in CI view for changing a password to database by admin as follows: <?php echo form_open('admin/edit_password_confirm'); ?> <table width="100%"> <tr> ...
0
votes
1answer
14 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 ...
1
vote
1answer
31 views

Is it possible to clone a git repository, and split the clone repo, keeping track of the changes from original repo?

This might be somewhat unusual, but say I have a git repository A: A/project1/... A/project2/... A/project3/... and clone this repository to B: B/project1/... B/project2/... ...
0
votes
1answer
50 views

Publish extra dll files not included in the web project

My goal : add dlls coming from other projects and publish the web app with those files in the bin folder. So I try to publish extra dll files not included in my main web project. I need to do this ...
0
votes
0answers
33 views

SlowCheetah and TeamCity integration

After discovering SlowCheetah add-on and setup it on my local machine, I faced with problem that TeamCity doesn't run the transformation. I configured all in the build server according to this ...
0
votes
1answer
29 views

Jenkins job for deploying a war file out of a multi module maven project

I try to setup Jenkins jobs for deploying war files of my multi module maven project. My Project structure is comparable to this: --Platform |-- Core |-- ... |-- Backend |-- BackendWeb |-- ...
2
votes
0answers
29 views

Teamcity / Git - Build fails while checking for changes

My build fails randomly while checking for changes [09:57:04]Checking for changes [09:58:09]Call http://[hostname]:9290/RPC2 buildAgent.runBuild: java.net.ConnectException: Connection timed out ...

1 2 3 4 5 57