Continuous integration (CI) is the software engineering practice of integrating code continuously and frequently rather than wait for changes to accumulate causing code conflicts to accumulate. Usually these changes are verified automatically using build and test processes.
Questions tagged [continuous-integration]
136 questions
0
votes
1 answer
Github CI/CD/Branching to external server?
We have a repo in a strict development environment and private webserver residing in /var/www/dev/repo. We want any branches that are created to automatically be created and added to /var/www/branches/feature-coolfeature and auto-based on the…
0
votes
1 answer
Multi-stage CI monitoring or how can I split the deployment steps into controllable chunks
First of all, I am not looking for a product recommendation (well, I am, but it's more like me looking for a solution to a problem and not trying to pick something from an existing list)
The environment: I am using Jenkins to run a complex,…

dyasny
- 18,802
- 6
- 49
- 64
0
votes
1 answer
How to configure jenkins on ec2 to run whenever there's a new build in my project repository
I wanna set a jenkins CI for the first time in a linux EC2 (I'm working from windows). My jobs are in maven.
The thing is: how do I set jenkins to detect whenever there's a new build in my remote ec2 repo, how do I connect them both?
I tried to…

Luna Paglarelli
- 3
- 2
0
votes
2 answers
binding issues with multiple web services
We are running a continuous integration server with the following software:
Windows Server 2012 (AWS EC2 Instance)
TeamCity 9.0.3
Youtrack 6.0
Collabnet Subversion Edge 4.0.14-4110.144
Octopus Deploy 2.6.5.1010
All software is up-to-date version…

Rich C
- 103
- 6
0
votes
2 answers
Dependancy error when building maven project
I'm trying to move an application from being built locally on a Windows Eclipse installation to a Jenkins server. From what I can see the settings are correct and the dependencies should resolve. Even the ones it is complaining about are there when…

Chris
- 195
- 3
- 8
0
votes
1 answer
Jenkins shows same information for all projects
I've been using Jenkins for the last month or so and what started out as a small issue has gotten worse and worse. I have 10 projects in Jenkins, all polling from different Git repos and building to different environments but they all show the same…

SuperCabbage
- 55
- 7
0
votes
1 answer
Executing cURL upon Git Push
I'm very new to running a Git server, and I needed to trigger a Jenkins build upon pushing to Git.
A tutorial says to do this command:
curl http://[jenkins]/git/notifyCommit?url=[job]
but it doesn't tell you how to trigger that cURL upon a git…

Ryan
- 197
- 1
- 3
- 10
0
votes
1 answer
Jenkins post-test action when test succeeds: pull changes and restart play server
I currently have a server, running a Play Framework instance. The source code of this Play website is located into a GitHub repository. When the repo gets changed, it pokes Jenkins to pull and test the new source files.
What I like to do now, it…

Tom Naessens
- 133
- 1
- 7
0
votes
1 answer
What is a good way of securing credentials when deploying software to a remote server?
If I want to deploy some software to a remote server (e.g. Heroku or my own VM with SSH access) via a CI server like Jenkins Atlassian Bamboo, what's an effective way of keeping things like MySQL passwords safe? My database (potentially) contains…

Zen Savona
- 105
- 1
- 6
0
votes
1 answer
Can't run a build in TeamCity
I have problems with some configuration of my TeamCity project.
I'm trying to build an application in order to run its Unit Tests, but i can't.
It seems that my project have problems to get the source from git, which is a private repo:
Build…

Mr_LinDowsMac
- 295
- 1
- 10
- 21
0
votes
1 answer
Jenkins CI fails to initialise
I've just installed Jenkins-CI on Ubuntu 11.10 as according to the instructions found here, However the service fails to start. The error log shows this:
Running from: /usr/share/jenkins/jenkins.war
10 Jun 2012 16:24:06 winstone.Logger…

jackweirdy
- 293
- 2
- 10
0
votes
1 answer
juju on local server + wrapping my own application server custom built wtih charm
I'm interested in juju before starting with it i would like to ask a few questions.
Can juju be only be used with ubuntu? is it possible to use it with CentOS?
I have my own application server which i wrote, can i wrap it in a charm and deploy it…

Jas
- 701
- 4
- 13
- 23
0
votes
1 answer
rvm for Jenkins under Tomcat 6
I've got Jenkins running under Tomcat 6. It's running as user tomcat6, with a home directory of /usr/share/tomcat6. I would like to install rvm for this user so I can use it for testing, but I can't figure out ho - is it possible to install rvm for…

Alicia Cozine
- 33
- 1
- 4
0
votes
1 answer
Tagging does not work with the Subversion plugin
I am using Jenkins 1.417 with the Subversion plugin. When I am trying to tag a build nothing happens. No message, no error, no tags created.
So, my question is - how to tag builds in Jenkins when the version control is Subversion?
Additional…

mark
- 725
- 3
- 15
- 32
0
votes
1 answer
Is it possible to run different Hudson jobs under different user accounts?
We use Hudson as our CI server. My question is it possible to have two jobs, say A and B, so that each runs under different user accounts?
Thanks.
P.S.
Hudson runs inside Tomcat on windows server 2003.

mark
- 725
- 3
- 15
- 32