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
3answers
21 views

Is it possible to get NuGet.exe running disconnected from Visual Studio?

I've been wrestling with NuGet for a few days now and I'm turning to StackOverflow in frustration - hopefully someone here can be kind enough to point me in the right direction. I've used NuGet ...
0
votes
0answers
22 views

Improving jenkins reliability in randomly failled tests

I have a set of +800 selenium tests and because of problems in our application (mostly asynchronicity bugs which we are aware but cannot fix now) they, sometimes, randomly, fail. We use jenkins for ...
0
votes
1answer
17 views

Hello world with TDD and continuous integration using Eclipse CDT + Jenkins + Maven

I am moving from Netbeans to Eclipse. I am looking for a tutorial that will show me how to use the following with Eclipse: Maven Jenkins a C testing framework like c89spec My projects are either C ...
2
votes
1answer
22 views

Is it possible to customize Jenkins job status?

I am running a test suite (Java, Maven profiles) using a Jenkins job. I would like to update build status mid-execution to see if everything goes well so far. The problem is, I want more build ...
1
vote
0answers
18 views

Jenkins subversion “check out fresh copy” vs “wipe out workspace”

I'm having an error on a build jenkins build job that can be resolved by doing a workspace wipe out before build. As SCM we're using subversion with check-out strategy: always check out a fresh copy. ...
0
votes
1answer
21 views

issues with TeamCity, xcrun and single quotes

I'm using TeamCity with xcrun for CI on an IOS project. I'm currently seeing an issues while trying to execute the following command from a TC build step: -sdk iphoneos PackageApplication ...
0
votes
1answer
48 views

C continuous integration

I have a C project compiled with a set of makefiles. I would like to do continuous integration of this project. Do you know a tool such as Jenkins I can use for my C project?
0
votes
0answers
12 views

Continuous integration per branch with Git + TFS

I'm trying to set up continuous integration in our project using VS 2012 + Git with TFS. I'm following this guide: ...
0
votes
0answers
13 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 ...
0
votes
0answers
11 views

How do I publish SoapUI test results to a remote resource?

We use SoapUI for automated web service testing. Our QA engineer says she can get an HTML output, but we can't find in the UI how to publish it. Ideally, we'd integrate with our Team Foundation ...
1
vote
1answer
31 views

Jenkins get list of builds and parameters

I would like to make an API call to Jenkins to fetch a list of builds along with their parameters and status. We currently pass a git commit sha1 as a parameter to build a specific branch. Any ideas ...
1
vote
2answers
23 views

Reverse bundle install --without env through bundler

I've inherited a project that used to have a build script that bundle installed with the --without env flag. Now I need that env. I removed the --without flag from the build script, but those ...
0
votes
1answer
17 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 ...
1
vote
1answer
19 views

How to trigger a build dependent on 2 upstream jobs in Jenkins?

I am wondering if there is a way to trigger a job that is dependent on 2 (or more) UPSTREAM jobs in Jenkins? Right now, if I add 2 jobs as upstream trigger, it seems to be an "OR condition". I want ...
0
votes
1answer
29 views

Jenkins - Xcode build works codesign fails

Below is my build script (not using xcodebuild plugin). Build step works I have created a separate keychain with the required certs and private keys, and they are visible in Keychain Access ...
0
votes
1answer
19 views

is sonar multi-module broken?

trying to make a multi module project I dowloaded the samples in github: I use this folder ...
0
votes
2answers
39 views

Multiple dependent Projects in TFService

I am using the "new" Team Foundation Service as my source control and to build CI. Now i have dependent Projects. How can i use the output from one as a reference for the other project? Basicly ...
0
votes
1answer
26 views

How do I format jenkins build server emails so that the content is not all on the same line?

I have used hudson in that past and am very happy with it. It seemed to work well. I recently installed jenkins and set up the editable email plug in. Jenkins Version: 1.513 Email-ext plugin ...
0
votes
1answer
20 views

Disk references not seen within build controller

I have various projects which reference assemblies within C:\Program Files (x86). I have installed the assemblies on my build controller in the exact same way and the files are in the C:\, however ...
0
votes
0answers
11 views

How to generate dependencies in nuspec (or nupkg contains dependencies in its metadata) from csproj

Say there is a solution, contains project A, B. A referenced B in traditional way. (add reference -> projects -> B) B depends only on .NET framework libs. Here is what I do: nuget pack A.csproj ...
0
votes
0answers
37 views

MSBuild only errors on a handful of projects

We have migrated to TFS2012 and VS2012 with an existing solution. My old build controller and TFS used to be on Windows 7, however this server for TFS2012 and our build controller is now Windows 8. ...
0
votes
1answer
39 views

hmvc codeigniter routes modules controller function

i have hmvc structur from https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc modules content, create controller news_event, and for function view to detail view the structure like ...
0
votes
0answers
44 views

How to connect Bitbucket to Jenkins properly

Since about 1 week now, Bitbucket doesn't (?) send a request to my Jenkins server. I've set it all up like this: Endpoint http://username:apitoken@jenkinshost/ username = username in Jenkins ...
0
votes
1answer
51 views

building nuget packages in teamcity

I have this almost working. I push a sln to github and then the build is triggered in Team city. Binaries are built and placed in bin\release folders for each project. I then have separate Nuget ...
0
votes
0answers
17 views

Prevent Excessive Builds in TeamCity 6.0.4

I'm running on TeamCity 6.0.4. I have two projects, Foo and Bar, each producing artifacts. Those artifacts are consumed by Repo, and then an artifact produced by Repo is consumed by Leaf. My problem ...
1
vote
1answer
27 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 ...
1
vote
1answer
36 views

How to test an email confirmation loop

I want to create an automated test that will do the following for a production environment: 1. Fill out signup form. 2. Wait for and fetch confirmation email (from a gmail account). 3. Open the ...
0
votes
0answers
25 views

Receiving mails in Jenkins CI on Linux?

I know that there's a plugin to be able to send mails using various triggers in Jenkins (Jenkins Email-ext plugin), but from what I've read, the plugin allows sending but not receiving mails (please ...
-1
votes
0answers
15 views

Commit SQL developer testcases into SVN [closed]

i am working on TDD for PL SQL and found SQL developer unit testing framework as a handy tool for testing and coverage. However i am unable to commit the unit test cases into SVN and maintain a ...
0
votes
1answer
18 views

Generate Unique schema name for Testing

How do I use Jenkins/Maven Plugin to generate schema name for testing my application. I need this schema name to be unique (Not exist in DB - Oracle/SQL). Is there a Jenkins unique string generator?
0
votes
1answer
21 views

Continuous user manual generation

Are there already solutions existing for "continuous documentation", e.g. documentation markup languages and build plugins for Jenkins/Hudson? I'm not talking about generating the API description, ...
-1
votes
1answer
34 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
48 views

How can you set Gendarme to run with Teamcity when doing a build?

I have set up a Teamcity server for start working with Continous Integration and having daily builds and also when VCS check-in is detected. Me and my team is now working on a videogame, we are using ...
0
votes
0answers
38 views

How to configure TFS build-definition for continous-intergration for a PHP-Project on Windows Azure Webrole?

I am running a PHP Project (Drupal-Multisite-Enviroment) on Azure web-role with WindowsAzurePHP SDK. Everything works pretty fine. Now I want to implement continuous-integration with TFS and i am ...
0
votes
1answer
39 views

Best practice integrating Spock with Jenkins, Sonar

We decided to give Spock a try as a testing framework for our java based EE application. Currently we have a CI infrastructure deployed based on jenkins + maven + jacoco. Q: the question is what's ...
0
votes
3answers
49 views

iOS: GUI Automation Testing and Continuous Integration

I have been writing iOS logic tests using OCUnit and OCMock and it's been working great. I want to start adding two things, GUI automation and continuos integration. I have been evaluating KIF, ...
2
votes
1answer
43 views

BB10 start applications from command line

I've followed the instructions here: BB10 Cascades Command Line Development Now I've got a makefile project, which can compile and deploy my application to a connected device. The only problem is, I ...
0
votes
1answer
45 views

How to add continuous Integration with WindowsAzure?

Is there a way to add an automatic Test Unit AND deployment solution, using Git/GitHub and WindowsAzure? On WindowsAzure I use the WebSite And a SQL Server Database. I Already know how to hook ...
0
votes
0answers
26 views

How to know which files have changed with FSTrigger plugin in Jenkins

I am using the NUnit reports created by other CI system (not jenkins) for this I monitor a folder to see when the Nunit reports are created, the job triggered when the new files are created but I ...
-1
votes
0answers
10 views

Why i can'y excute windoq program in HUSDON [closed]

HUDSON builds my Program with excute window batch command the command is ... devenv.com /rebuild "release|win32" "C:\hudson_home\jobs\myjob\myjob.sln" and it works... after that, want to excute my ...
2
votes
1answer
39 views

Automated deployment using CI tool

I am working on automated deployment of web applications using Jenkins. I am planning to provide end user with user interface that allows to choose SVN tag and enters userid and password to initiate ...
1
vote
1answer
28 views

How can I have PHPCS run our Joomla ruleset.xml in Travis-CI?

I'm working to integrate the Joomla CMS with Travis-CI as we expand our CI coverage and I'm running into issues with using PHPCS on Travis-CI. As shown here PHPCS registers the sniffs but when it ...
0
votes
1answer
40 views

sql-maven-plugin: clean multiple databases?

I would like to clean and fill two different databases for integration testing with a Maven project. I use the sql-maven-plugin, but I wasn't able to make it handle different databases (I can have ...
2
votes
0answers
45 views

QUnit and Sinon.js under continous integration

I am using QUnit+Sinon.js which works well natively. The problem was occured when I tried to build it into a continous integration process. I am using js-test-driver framework to be able to run it in ...
4
votes
1answer
121 views

Azure build fail with TFS hosted buildserver: Windows Azure Tools\2.0\Microsoft.WindowsAzure.targets" was not found

Im new to Azure and wanted to create a Continuous Integration build using TFS. I created a build definition but building my Cloud App with simple website using a hosted buildserver in the build ...
0
votes
0answers
28 views

setting up jenkins for php (with jenkins-php.org)

I need a simple demo project to setup jenkins for PHP. I tried following jenkins-php.org but I get error after error and it is not making anything easier but just gets more and more frustrating! In ...
-1
votes
0answers
13 views

How can i create Projekts with Template Projekt [closed]

People I want find a Plugin for Template-Project in Jenkins, the user can import config.xml data directly from SVN or disk, then you can get a ready-configured project. but the Plugin "Template ...
0
votes
2answers
36 views

Loading views in Codeigniter

Hey guys, I'm having an issue with loading multiple views in codeigiter. $this->load->view('header'); $this->load->view('body-view', $data); $this->load->view('footer'); The code ...
0
votes
1answer
63 views

How to use Jenkins shell command to copy files but excluding some directories [duplicate]

In a Jenkins job, I have a build step executing shell commands like this: rm -rf /var/www/www.example.com/* find . \( -not -path '*/.svn/*' \) -exec cp -rv {} /var/www/www.example.com \; However ...
0
votes
1answer
90 views

Linux executes a command on a remote Windows server without SSH/Telnet

I am building a Jenkins server. One of the deployment steps is to execute a command on the production server to download the UAT-tested artifacts to the required folders. Jenkins is running on CentOS ...

1 2 3 4 5 55