Questions tagged [continuous-delivery]

Continuously building, testing and deploying (to non-production environments) applications to prove which instances are fit to be deployed to production.

Continuous delivery is the process of automating as much of the build pipeline as possible to produce deployable applications as quickly as is reasonable. It is the last step before continuous deployment, which also puts the deployable application into production automatically.

This tag is suitable for questions about

  • creating and managing the pipeline used to coordinate the build, test and deploy process
  • environment configuration management
  • wiring build tools to assist with the automated configuration of deployments
  • configuration of continuous integration tools such as Jenkins, Thoughtworks' Go and Atlassian's Bamboo
  • the configuration and deployment of temporary virtual machines and environments specifically for the testing of deployment processes
  • configuration of tools for managing those temporary environments, such as Vagrant
584 questions
-1
votes
1 answer

How to setup a GIT environment for developers locally while the live data is only available on a single server?

We have a scenario in which single server is running, which is getting data from the network span. Every developer should work on their machine locally but the data to work on is only available in the server. how can I get the data to be replicated…
-1
votes
1 answer

Failed to collect changes, error: List remote refs failed: org.eclipse.jgit.errors.TransportException:

everyone! In my TeamCity CI I get the following bug in all builds - Failed to collect changes, error: List remote refs failed: org.eclipse.jgit.errors.TransportException: https://bitbucket.org/: git-upload-pack not permitted on…
-1
votes
1 answer

A question about CI process of "a monolith" project in Jenkins

We have a huge monolith project and every day a lot of developers check-in their code to the project. As you may guess working on a project like this is really hard especially while lots of developers working as the same time on it. During the day…
-1
votes
2 answers

Are monthly releases, waterfall in disguise?

I am starting my deep-dive into agile and had questions on how certain companies promote their releases. I need input on whether the community agrees that monthly release cycles for services is the same, in theory, as waterfall? My reasoning is that…
-1
votes
1 answer

Continuous Integration and Continuous Delivery for react app with Jenkins

I want to setup a CI and CD processes for a React App for the company I'm working for, the following technologies are used: React for frontend Flask for backend Docker GitHub for source control management currently we are using a script to build…
-1
votes
1 answer

DevOps for CouchDB/Cloudant design documents

Is there any tool/library to integrate with devops tool to manage deployment of Couchdb/Cloudant design documents? Since Couchdb/Cloudant provide HTTP APIs to perform CRUD operations for these design documents, its not a big deal to design/build…
jeet
  • 629
  • 1
  • 4
  • 15
-1
votes
1 answer

Continuous delivery with configuration changes

I would like to implement continuous delivery on every commit of source code to master branch in git. But most of the times, code alone is not changed, along with code release, there would be DB changes and also Config changes or new configs added.…
-1
votes
1 answer

Can Jenkins be used to store project jar at some remote location after build

For my project I need to store jar after each build at some other url. Is there a way to get it done by Jenkins job. I am quite new to jenkins.
-1
votes
1 answer

Alternative to Team Foundation Build for continous delivery?

We currently use TFS 2010 for our source control. Is there an alternative for continuous deployment\builds when we do checkins? We are stuck with TFS 2010, not sure if there are open source alternatives that would work with it?
Chaka
  • 1,709
  • 11
  • 33
  • 58
-1
votes
1 answer

Continuous Deployment Tools with database change control

We have setup our Continuous Integration using SVN and Bamboo. I need a tool that will take the artifacts (.war) and deploy them to a number of environments. The following are requirements: Tomcat Support Windows Server 2008 Database change control…
-1
votes
1 answer

Open Source Continuous Integration tool for solo developer [Java]

Observed the advantages of CI for solo developers Is Continuous Integration important for a solo developer? Is there any CI server suitable for solo developers? They usually consume a lot of RAM and are server-agent based. In my thinking, they need…
-1
votes
1 answer

Continuous Delivery- Handling Inbetween svn commits

Suppose a deployment pipeline is going on. SVN tagging and development version change is going on. At that time a developer is committing his changes. so there is a chance that CI server releasing the new committed untested changes to the…
-2
votes
1 answer

CI/CD with ASP.Net Core 1.1 / VS 2015 app to Azure App Service?

I come from a .Net development (4.X) background but do not have that much exposure to .Net Core. Currently I have been assigned the task of taking a ASP.Net Core 1.1 app that was written using Visual Studio 2015 and enable CI/CD to make it an Azure…
-2
votes
1 answer

what need to be done between continuous integration and continuous delivery

According to my understanding, continuous integration means whenever a developer checkin the code to a branch, the code is automatically built, unit test (or other basic test) and then merged to master branch. one tool to do that is…
user389955
  • 9,605
  • 14
  • 56
  • 98
1 2 3
38
39