Questions tagged [devops]

This tag is for programming questions about DevOps ("development" and "operations"), which is a software development method that stresses communication, collaboration, integration, automation, and measurement of cooperation between software developers and other IT professionals. Non-programming related questions should be asked on the DevOps Stack Exchange site.

DevOps acknowledges the interdependence of software development, quality assurance, and IT operations, and aims to help an organization rapidly produce software products and services and to improve operations performance.

Venn diagram

DevOps integration targets product delivery, quality testing, feature development, and maintenance releases in order to improve reliability and security and provide faster development and deployment cycles. Many of the ideas (and people) involved in DevOps came from the enterprise systems management and Agile software development movements.

The adoption of DevOps is being driven by factors such as:

  • Use of agile and other development processes and methodologies
  • Demand for an increased rate of production releases from application and business unit stakeholders
  • Wide availability of virtualized and cloud infrastructure from internal and external providers
  • Increased usage of data center automation and configuration management tools

The goals of the DevOps workflow are best described as The three ways of DevOps

  1. Work flows from Business->Development->Operations->Customer as fast possible
  2. Increasing the feedback loops from Business<-Development<-Operations<-Customer
  3. Using fast feedback to build a culture of continuous experimentation and learning

While programming questions about DevOps are on-topic here, other questions should be asked on the DevOps Stack Exchange site.

Dev ops: WikiPedia

What is DevOps?

Related Tags

7915 questions
2
votes
1 answer

Maven Release Plugin not showing in Jenkins

I installed Maven Release Plugin for Jenkins and Release plugin for Jenkins Maven Release Plugin Release Plugin I restarted Jenkins many times after installation is done. The problem is in a Maven Project Job, under "Build Environment" section I…
king9981
  • 821
  • 1
  • 8
  • 12
2
votes
1 answer

Rancher Server Prefix

I'm trying to put a Rancher Server installation behind an Apache proxy server so my Rancher server dashboard will be available at http://myserver.com/my-awesome-rancher I'm able to route traffic to the Rancher Server container successfully. The…
2
votes
0 answers

Jenkins and Gitlab sensitive trigger

I'm about use Jenkins as my CI for my .NET (Mostly ASP, sometimes UWP and .NET core) projects which are currently hosted on Gitlab as private projects. I configured stuff and everything seems to work, but the fact is that if anyone pushes anything…
Mohsen
  • 427
  • 4
  • 20
2
votes
1 answer

Jenkins build failure - Android app

I'm setting up Jenkins to work with our Android app. I get the source code and try to build it. The build fails with the following message : 10:43:35.419 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 10:43:35.419 [ERROR]…
Nativ Barak
  • 169
  • 1
  • 14
2
votes
2 answers

Using puppet with terraform

I want to create an AWS instance using Terraform and run a Puppet module inside it. I have tried many modules from github and nothing seems to work. Has anyone tried this?
Nithees balaji
  • 148
  • 1
  • 11
2
votes
1 answer

Gradle & Spring Boot: choose dependency with implementation

I have: library X with pure interfaces libraries X1, X2, X3, ..., XN which implement interfaces from X SpringBoot project Y built with Gradle 4 and using X The implementation of X depends on the client we prepare build for. Options I have in…
2
votes
1 answer

Unable to clone locally a repository from VS Team Services using any version of Visual Studio 2017

I'm having a problem cloning a repository locally from Visual Studio Team Services when using any version of Visual Studio 2017. Here's the error I'm getting: Error encountered while cloning the remote repository: Git failed with a fatal…
Richard77
  • 20,343
  • 46
  • 150
  • 252
2
votes
1 answer

How to Customize Grafana

I need to customize Grafana. I have created 2 organization and some users. I need to create some dashboards that will be visible to only one organization among the newly created organizations.
soundararajan.c
  • 2,538
  • 6
  • 29
  • 51
2
votes
1 answer

Vagrant provision shell : can not run ssh-copy-id

I have a sinple Vagrant file, which create 3 instances : config.vm.define "node1" do |subconfig| subconfig.vm.box = "ubuntu/trusty64" subconfig.vm.network "private_network", ip: "192.168.33.10" end config.vm.define "node2" do |subconfig| …
voxter
  • 853
  • 2
  • 14
  • 30
2
votes
1 answer

Multiple Nodejs applications in elastic beanstalk

I have a nodejs project with multiple services, web and workers. All these services are in the same repo with only difference being the script used to invoke them. I want different config for each service but I also want to keep them under 1 repo. I…
sidoshi
  • 2,040
  • 2
  • 15
  • 30
2
votes
1 answer

How to achieve Roll back using Jenkins

I know this Forum is not to provide strategy's. Using Jenkins I have set up CI and CD to my Dev,QA and Staging environments. I am stuck up with Rollback strategy for all my environments. 1- What happens if my build fails in Dev 2- What happens if…
asur
  • 1,759
  • 7
  • 38
  • 81
2
votes
2 answers

Perforce jenkins multi pipelines

I am facing an issue with P4 plugin in which jenkins detects branches even though the Jenkinsfile has been deleted. From the log, p4 files //depot/branch/branchName/Jenkinsfile seems to be the problem which returns saying the file is deleted in the…
Palmer
  • 493
  • 4
  • 13
2
votes
3 answers

pid file found but no matching process was found. stop aborted

I am trying to stop confluence through ./stop-confluence.sh but it is showing error like this "PID file found but no matching process was found. Stop aborted." so I try to kill that process with "kill -9 pid" but it showing that "PID: no process…
Manav Patel
  • 21
  • 1
  • 2
2
votes
1 answer

How to get connection from node-data to master in elasticsearch?

I checked all documentations in internet by googling. I tried to bind node-data and master node. But I realized that there is an error in my logs; Eror: if I check "192.168.5.84" logs; below error occurs. [node1] not enough master nodes discovered…
loki
  • 2,926
  • 8
  • 62
  • 115
2
votes
2 answers

Pointing nginx container to static files in docker

I'm very new to Docker and Nginx and this might be a stupid question but how can I point my nginx box to look at the files in Rails public? Basically, I have an nginx box, and an application box. I would like to know where I can put those files so…
user3162553
  • 2,699
  • 3
  • 37
  • 61