continuous-delivery Questions

1

I have a query regarding Jenkins's plugin for approving a job. I want manual approval to build a job when code promoted to production. I tried to find a plugin but not able to find any solution. I ...

2

Solved

We are using Visual Studio Team Services w/ Git and VSTS Release Management. We are running a continuous delivery model using pull requests. So each merged pull request triggers a potential release...
Soppy asked 13/4, 2016 at 13:28

3

Solved

Is there a way to export existing CodePipeline/CodeBuild projects to Cloudformation? I'm in the process of converting our existing CI/CD infrastructure into code so it would be easy to replicate t...

8

Solved

With Jenkins 2 Pipeline plugin, there's a useful feature allowing a quick overview of the pipeline stages and status of steps, including logging output. However, if you use the "Shell script" (sh)...

3

Solved

Id like to improove continuous delivery. I am using a Tomcat 8 and maven. I use mvn tomcat:redeploy to deploy the webapp. In tomcat documentation I found this part: Deploy A New Application Archiv...

1

Solved

Using CI/CD approach, one of the principle mentioned, here: Automate wherever possible Merging can be done two ways, based on the scenario: 1) Fast-forward merge 2) 3-way merge Does it m...

2

Solved

As mentioned here, Below are the principles for continuous delivery. Every build is a potential release Eliminate manual bottlenecks Automate wherever possible Have automated tests you can trust...
Vellavelleity asked 13/1, 2019 at 19:14

1

Solved

In my project I has configured Travis CI build process which releases new versions of artifact to Github releases. My .travis.yml file: language: java jdk: oraclejdk8 branches: only: - master b...

1

Solved

I am trying to understand all the implications of switching our java projects from a Snaphot/Release policy to build promotion. One obvious step is that each build ends up creating an artifact tha...

5

Our continuous delivery set-up, until recently, was delivering Service Fabric packages using the following command: msbuild SFApp.sfproj /t:Package This was necessary because the target Package ...

2

Solved

I was using publish to folder option through Visual Studio by right-clicking on the project -> publish -> publish to folder. Result was always ready-to-copy project with applied transformations. I ...

2

Solved

In my android's gradle.properties I have the following: android.enableAapt2=false My gradle.properties is located in my ~/.gradle/gradle.properties in my local machine. I am wondering how I can...

5

I'm building a deployment pipeline for a couple of projects that depend on each other. Each build produces a new release build with a unique version number, which is deployed to a Maven repository....
Valence asked 2/3, 2013 at 13:35

1

I have a Java project. It has a pom.xml set up and I use mvn deploy to deploy new artifacts to an internal company Nexus. And everything is working fine. But... I'm working on integrating this app...
Cacilia asked 17/10, 2017 at 11:15

1

Solved

In our existing CD pipeline there is a manual step to push from test to production. Furthermore only certain persons can authorise this. We control this through Jenkins freestyle jobs in views with...

2

We are setting up a continuous delivery pipeline in Jenkins, using the build pipeline plugin. Our deployment steps uses a proprietary deploy tool (triggered by a HTTP request from jenkins), but we...
Oldfangled asked 21/5, 2014 at 12:3

1

Solved

My team develops three microservices. The three work together to provide a business scenario. They communicate with REST and RabbitMQ. Looks like in Toby Clemson's presentation on Microservice Test...
Ophthalmology asked 18/5, 2017 at 8:59

2

Solved

I have several projects that use a Jenkinsfile which is practically the same. The only difference is the git project that it has to checkout. This forces me to have one Jenkinsfile per project alth...
Jocularity asked 7/4, 2017 at 12:26

7

Solved

I have a web application where we deploy to production whenever a feature is ready, sometimes that can be a couple of times a day, sometimes it can be a couple of weeks between releases. Currentl...

1

Solved

We have recently setted up continuous integration/deployment/delivery of a nodejs webapp on Google App Engine. The CI server (GitLabCI) runs dependencies installation, build, tests and deployment t...

2

My team uses Visual Studio Online ("VSO") to manage our ALM. We already have a push-button build-process in place to build code from our local Git repo (remotely) and deploy it to a Microsoft Azur...

3

We have been doing continuous integration and continuous delivery since a while with Subversion commits as the pipelines triggers. Recently, we started using git in some projects with git-flow and ...
Heymann asked 3/9, 2015 at 23:55

1

Solved

I would like to convince Maven to "continue where it left off". I first do a mvn package to build the package. At a later time I may want to continue the lifecycle to do the integration test etc. b...
Rabbinical asked 30/6, 2016 at 9:59

1

I am implementing continuous integration (Jenkins) and deployment in my project. We are doing manual testing. My requirements are as below. The files will be moved to the QA server after develop...

2

Solved

The One Binary principle explained here: http://programmer.97things.oreilly.com/wiki/index.php/One_Binary states that one should... "Build a single binary that you can identify and promote throu...

© 2022 - 2024 — McMap. All rights reserved.