Most Popular

1500 questions
11
votes
1 answer

Best practice when automating Drupal (or other soft) installation regarding database settings

Suppose I have Drupal and CiviCRM installations to automate. These, however, need particular configs for working together (some file edits and database configs) Should I make a fixed version install (eg. Drupal 4.7.5 + CiviCRM 4.5.6), install them…
JorgeeFG
  • 253
  • 1
  • 6
11
votes
1 answer

How do I configure Travis CI build testing for a Java Eclipse project?

I have an Eclipse Java project on GitHub. I would like to set up auto-build testing with Travis CI. However, when I enable build testing for my project, compilation always fails with the following error. Buildfile: build.xml does not exist! Build…
Stevoisiak
  • 1,297
  • 1
  • 8
  • 16
11
votes
3 answers

Rename build pipeline .yml files in Azure DevOps

I have a .NET Core application that has three build pipelines. (Windows, Linux, macOS) In each of them, the application gets assembled a little different. This part works so far. Azure created for each pipeline a .yml file in the root folder of the…
Ned Flanders
  • 325
  • 1
  • 3
  • 13
11
votes
2 answers

How to calculate disk space required by Prometheus v2.2?

We are trying to calculate the storage requirements but is unable to find the values needed to do the calculation for our version of Prometheus (v2.2). Prometheus(v2.2) storage documentation gives this simple formula: needed_disk_space =…
MCoetzee
  • 113
  • 1
  • 1
  • 7
11
votes
1 answer

Is there a way to disable a Jenkins plugin for a single job?

I use the Build timeout plugin to alert when jobs are stuck. I have one job that triggers this alert because it contains a step with a long execution time. I would like to disable the build timeout plugin but only for that job, is there a way to do…
dededecline
  • 183
  • 2
  • 8
11
votes
8 answers

Where do I start learning DevOps?

Searching "how to start with devops" didn't really help as, many of them like this and this as well as many others don't really point me in the right way. Every youtube video I have seen so far hasn't helped either (as I don't need videos explaining…
Chessbrain
  • 213
  • 1
  • 7
11
votes
2 answers

Git & Jenkins: get latest green commit on branch

We're just starting to push for CI-CD and as a baby step we're going to try updating a stack with the latest green develop once every couple of hours. I am fairly new to Git/Bitbucket, and can't figure out how to ensure the checkout that Jenkins…
Alex
  • 4,612
  • 6
  • 29
  • 49
11
votes
1 answer

How to include a custom Slack message only on completion?

We're running Jenkins with the Slack Notification Plugin. Is there a way to send the custom message only on completion, not on start? To be clear, I don't want to disable the build started message, I'd just like the custom text to only show on…
Alex
  • 4,612
  • 6
  • 29
  • 49
11
votes
2 answers

What are the correct permission settings when running Docker in a Jenkins Pipeline?

I'm trying to get a new jenkins pipeline together to test new pull requests to our code. I'm using docker with the ubuntu:14.04 image to simulate our production environment. Here is a minimum working example: #jenkinsfile stage('Checkout and…
tobassist
  • 221
  • 3
  • 8
11
votes
3 answers

What are the main differences between Jenkins and TeamCity if one is used to working with Jenkins?

These tools seem to share very similar characteristics. How complicated would it be to start using TeamCity after getting used to working on Jenkins? Are there specific concepts one needs to be aware of?
11
votes
2 answers

Tool for storing per environment configuration

I have a requirement to store configuration information on a per environment basis in a tool. This is a tool with a GUI for adding/updating configuration values (e.g connection strings). This should have a default value and be able to change this…
11
votes
1 answer

How to automatically remove a dead node from RabbitMQ cluster

I am planning to create RabbitMQ cluster using Ansible on AWS VPC with Amazon internal load balancer as the frontend to point connections to it. Any suggestion how to remove a dead node from RabbitMQ cluster based on autoscaling rule where nodes can…
Berlin
  • 780
  • 6
  • 15
11
votes
4 answers

docker-compose.yml - make network name configurable via environment variable

I have a docker compose file with env variables for stage specific configurations. As long as env variables are used in values in docker-compose.yml everything is fine, but the problem is with the network name, since it's specified in the…
ivicaa
  • 260
  • 2
  • 8
11
votes
1 answer

How to set up AWS Trusted Advisor alert for Service Limit warnings?

All I want in life is for AWS to shoot me an email when any of Trusted Advisor's Service Limits go to WARN or ERROR status. I've checked their guides, tried chatting with support and no one can get that to happen, so I'm reaching out here. Use…
Alex
  • 4,612
  • 6
  • 29
  • 49
11
votes
2 answers

Is it possible to autodeploy on every commit in a specific branch using Travis CI and GitHub?

I'd like to deploy files using Travis CI and it only works for a tagged commit. When committing to the branch, there is a warning: Skipping a deployment with the releases provider because this is not a tagged commit. Is there any way to deploy on…
kenorb
  • 8,011
  • 14
  • 43
  • 80