continuous-delivery Questions

3

Solved

I'm new to the configuration management and deployment tools. I have to implement a Continuous Delivery/Continuous Deployment tool for one of the most interesting projects I've ever put my hands on...

1

We are using SonarQube 5.5 (latest to date). Our project contains a lot of legacy code that wouldn't pass our desired Quality Gate, so we decided to ignore technical debt which is already there, b...

1

Solved

As claimed at their website Gitlab can be used to auto deploy projects after some code is pushed into the repository but I am not able to figure out how. There are plenty of ruby tutorials out ther...
Swerve asked 30/3, 2016 at 14:53

1

Solved

I have many development branches, but I want CircleCI to only care about master. Is there something I can configure, either in Circle or circle.yml? Alas I can't find anything on the topic in C...
Borgerhout asked 9/5, 2016 at 12:10

1

Solved

I have a build definition in Visual Studio Team Services with the following steps: PowerShell (prebuild.ps1 powershell script that sets up DNX NuGet Installer Visual Studio Build Copy and Publish...

3

Solved

I hear these terms together and wonder what is the difference? How are they related to continuous builds and continuous deployments?
Bonded asked 21/1, 2016 at 3:22

2

Solved

Is there any way to prevent images being uploaded to docker hub with the same tags as existing images? Our use case is as follows. We deploy to production with a docker-compose file with the tags ...
Ambassadoratlarge asked 24/7, 2015 at 8:27

1

Solved

How does parallel development / branching in your VCS effect your build artifact repository setup and releases to QA? At our company we branch our VCS for parallel development efforts and we ofte...

1

Solved

I've been trying to wrap my head around how it would be possible to implement Continuous Delivery with GitLab CI? Every solution I read for CD relies on multi-step pipelines (such as Jenkins), or ...

2

Solved

Background: We have one Jenkins job (Production) to build a deliverable every night. We have another job (ProductionPush) that pushes out the deliverable over a proprietary protocol to production m...
Cancer asked 28/2, 2013 at 16:26

2

I am thinking about a deployment pipeline using SVN, Jenkins and Maven. At the moment I'm stuck at the point where I usually would call mvn release:perform on a working copy. When thinking in depl...
Induline asked 11/1, 2013 at 8:30

1

Solved

Continuous integration concept has just been integrated in my team. Assume we have an integration branch named Dev. From it derived 3 branches, one for each specific current project : Project ...

1

Solved

I'm looking at different repository layouts, and I see a distinction between folder integration revisions and file integration revisions. Are these the same revision number (just placed on a file...
Prizewinner asked 13/12, 2011 at 23:46

© 2022 - 2024 — McMap. All rights reserved.