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
1
vote
1 answer
Staging environment in docker container on same server?
Is it realistic to launch a whole staging environment on the same dedicated server that is in production on a low traffic/load server?
Since the app we made just launched a few days ago, we would like to save some of the cost of buying another…

paulkon
- 159
- 1
- 6
1
vote
2 answers
Installed gitlab-ci but only nginx welcome page shows
I installed gitlab-ci using this guide and everything has gone pretty well. I got to the end of the tutorial and when I go to the ip address of the server I only get a Welcome to nginx! screen. I'm using Ubuntu 12.04 server, and I have seen a…

trueCamelType
- 1,086
- 5
- 20
- 42
1
vote
1 answer
Who typically administers the continuous integration server?
I administer my company's continuous integration server and build farm. I support around 50 other developers in addition to performing my main duties as a software developer. Software development takes priority, and lately I've had difficulty…

sourcenouveau
- 499
- 1
- 5
- 18
1
vote
0 answers
AWS Dev-to-Production Build Process
I'm a developer, so not nearly as experienced as I would like to be with server administration. Essentially, I am trying to figure out how to create a base image (AMI) that can be used in development, testing, staging, and production.
DEVELOPMENT
My…

Jeremy Harris
- 245
- 4
- 12
1
vote
0 answers
Does anyone know how to use a Bazaar repository with TeamCity?
I am using Bazaar for some projects and generally like it. I recently started looking into integrating it with TeamCity and thought it would be quite easy until I found that it wasn't supported out of the box.
I have installed the bzr4j…

Alan Spark
- 143
- 7
1
vote
1 answer
Azure Continuous Deployement MSBUILD error
I have a website in Azure, configured as a standard website.
The website is configured to use TFS2012 in the cloud for Continuous Deployment.
Originally, I have been using the HostedController and everything works perfectly. As soon as I check in a…

gmcalab
- 183
- 10
1
vote
2 answers
Automating Jenkins module install
Is there any way to automate the install of modules within Jenkins? I'm trying to script/automate the install of my CI box as much as possible. I have just about everything working but at the moment it requires someone go into Jenkins and install…

Noodles
- 1,386
- 3
- 18
- 29
1
vote
1 answer
Pulling Asp.net deployment packages on an IIS server
I would like to know how you can set up an IIS server to pull updated, pre-built packages from the internet. Bonus points for minimizing the necessary adjustments to the server.
setting: The company I work for builds custom web applications for…

Jauco
- 111
- 3
1
vote
1 answer
Setting up Jenkins and permission issues
I have set up Jenkins on my Mac lion however I am having my share of issues. I am able to connect and download the SVN file repository however as part of my shell build script, I have to do an SVN update. When I do that, I get permission errors and…

Strong Like Bull
- 273
- 6
- 17
1
vote
1 answer
Configure Windows filesystem for developer builds
I'm putting together a Windows box that will act as a continuous integration build server; we'll mostly build C# stuff using MSBuild, but I think this question applies to any compiled language on Windows.
What filesystem configuration settings…

Dan Fabulich
- 497
- 1
- 6
- 19
1
vote
1 answer
Restarting Hudson - Windows Installation
Whenever I update/install a new plugin or update hudson. Once the new plugin/update has been installed a button appears "Restart when no jobs are running."
If I click this button hudson appears to try to restart but then just hangs. Has anyone else…

TDH
- 133
- 1
- 6
1
vote
2 answers
How should databases be configured for different environments to not lose data
How to configure databases for development, staging and production environments so that there will be no any data loss. Many Applications such as Wordpress, Django, etc... use some database to store data. Now, if I am about to implement such a…

zakadmin
- 11
- 1
1
vote
0 answers
Password auth works, but Public Key auth fails while connecting to OpenSSH server installed on Windows Server 2019
I'm trying to connect to a Windows Server 2019 via SSH for me to deploy my web app with GitLab CI/CD pipeline, so I installed OpenSSH server on it, and everything works fine if I logon using password authentication.
However, if I start the service…

YuWea
- 11
- 2
1
vote
1 answer
Jenkins: Difference between job and workspace/job?
In most recent version of Jenkins on centos 7.9, what is the difference between /var/lib/jenkins/jobs/ and /var/lib/jenkins/workspace/?
They both look like they house the same thing (artifact of a build), but is the former more for archival, while…

synth45
- 11
- 1
- 2
1
vote
1 answer
Kaniko (GitLab CI, K8s) can not push to Nexus Repository Manager: UNAUTHORIZED: access to the requested resource is not authorized
my GitLab CI job build a example container image with Kaniko with the GitLab runner on K8s. All services are in my LAN behind a static IP. The build process pulls an ArchLinux image from my first Nexus registry service under secure domain A. Then I…

Kokos Bot
- 63
- 1
- 2
- 6