Trending questions in DevOps & Agile

0 votes
1 answer

Setting up a dedicated Executor per ServerConnector in Jetty

Executors are server-wide, and many components within Jetty ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
696 views
0 votes
1 answer

Base a stage in pipeline by using a preloaded template

I don't think it's possible to load ...READ MORE

Jul 11, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
595 views
0 votes
1 answer

Creating different eslint rules for local development

You can make a dev.eslintrc or similar ...READ MORE

Jul 10, 2018 in DevOps Tools by Kalgi
• 2,680 points
627 views
0 votes
1 answer

How to deploy Liberty packaged server automatic delivery

Here is a concept regarding your query. It ...READ MORE

Jul 11, 2018 in DevOps Tools by Atul
• 10,240 points
579 views
+1 vote
1 answer

Managing several maven artifacts in a delivery pipeline

If A depends on B as a ...READ MORE

Jul 12, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
463 views
0 votes
1 answer

How does horizontal scaling decrease load of a system?

If there are spare CPU cycles and ...READ MORE

Jul 11, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
537 views
+3 votes
2 answers

Best way to deploy automated deployments in kubernetes on google cloud

The first thing you need to do ...READ MORE

Oct 12, 2018 in DevOps on Cloud by Hannah
• 18,570 points
654 views
0 votes
1 answer

How to bootstrap droplets using Terraform?

Using passwords on instances is an absolute ...READ MORE

Jul 12, 2018 in DevOps Tools by Kalgi
• 2,680 points
466 views
0 votes
1 answer

Can I use Bluemix devops services with a dedicated Bluemix?

DevOps services isn't currently working in dedicated. READ MORE

Jul 11, 2018 in DevOps Tools by Kalgi
• 2,680 points
507 views
0 votes
1 answer

Using 'salt.module.tomcat' for deploying war file

tomcat.deploy_war is an execution module, not a state module. In ...READ MORE

Jul 11, 2018 in DevOps Tools by Kalgi
• 2,680 points
497 views
0 votes
1 answer

IBM Watson: Invalid API Key

The Visual Recognition service is currently experiencing ...READ MORE

Jul 11, 2018 in DevOps Tools by Kalgi
• 2,680 points
476 views
0 votes
1 answer

SonarQube cannot connect to JIRA 7 with REST API

The JIRA Plugin is not compatible with JIRA 7 ...READ MORE

Jul 5, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
699 views
0 votes
1 answer

Error message “Failed to connect to the host via ssh” while running ping command on host machines through Ansible

Just go through the error message: Ansible can't ...READ MORE

Apr 25, 2018 in Ansible by shubham
• 7,340 points
3,755 views
0 votes
1 answer

How can I exchange jobs between 2 different Jenkins instances?

java -jar jenkins-cli.jar -s http://server get-job myjob ...READ MORE

Jul 6, 2018 in Jenkins by Sophie may
• 10,610 points
607 views
0 votes
1 answer

DevOps: automatically restarting a failed container

Check first if you can add restart policies ...READ MORE

Jul 11, 2018 in Docker by Kalgi
• 2,680 points
384 views
0 votes
1 answer

Docker : multiples linked containers for each customers

Using Docker (specifically Docker Compose) linking containers ...READ MORE

Jul 11, 2018 in Docker by Kalgi
• 2,680 points
379 views
0 votes
1 answer

Do I have to install VMWare drivers to create a VMWare image using packe vmware-isor?

Here is a possible solution to your ...READ MORE

Jun 7, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
1,872 views
0 votes
1 answer

Migrating proxy npm repo in nexus 3

I don't think you can achieve this ...READ MORE

Jun 22, 2018 in DevOps Tools by DareDev
• 6,890 points
1,203 views
0 votes
1 answer

How do I enable Slack for Bluemix DevOps services beta

Here is where you can take help ...READ MORE

Jul 11, 2018 in Other DevOps Questions by Atul
• 10,240 points
374 views
0 votes
1 answer

how to check runtime for chef-client executions?

 Chef doesn't have the mechanism to save ...READ MORE

Jul 6, 2018 in Other DevOps Questions by DareDev
• 6,890 points
613 views
0 votes
1 answer

how to efficiently encrypt many files every several months use different passwords?

This is a typical problem, so it ...READ MORE

Jul 12, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
318 views
0 votes
1 answer

Running to plays in one playbook

The inventory file is loaded before a ...READ MORE

Jun 25, 2018 in Ansible by ajs3033
• 7,300 points
1,044 views
0 votes
1 answer

Start vNext build from Powershell and get artefacts

TFS 2015 comes with the new REST API, ...READ MORE

Jul 5, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
611 views
0 votes
1 answer

How to schedule backups for development, testing, and production environments?

It all depends on how you set ...READ MORE

Jul 6, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
543 views
0 votes
1 answer

Trying to analyse Sonarqube from Drone.io in Github PRs

Just try the below steps.The DRONE_PULL_REQUEST environment variable has ...READ MORE

Jun 27, 2018 in Git & GitHub by shubham
• 7,340 points
933 views
0 votes
1 answer

Number of pipelines instances shown for each pipeline

Go to edit view on the left, ...READ MORE

Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
373 views
0 votes
1 answer

Isolate PHP applications with Docker

Here is what you can try. You ...READ MORE

Jul 6, 2018 in Docker by Atul
• 10,240 points
527 views
0 votes
1 answer

any way to integrate Jenkins with ServiceNow?

Now, there is no official servicenow support ...READ MORE

Apr 10, 2018 in Jenkins by DareDev
• 6,890 points
4,295 views
0 votes
1 answer

how do i make apache2 site point outside the folder in ubuntu?

in apche2 configuration file u have to ...READ MORE

Jul 6, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
527 views
0 votes
1 answer

Allow starting a new pipeline run from the delivery pipeline view

Yes you can. Go to edit view on ...READ MORE

Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
363 views
0 votes
1 answer

How do I scale in Docker Swarm Mode W/Terraform Digital Ocean Load Balancing

The solution you could build for Digital ...READ MORE

Jun 19, 2018 in Docker by shubham
• 7,340 points
1,258 views
0 votes
1 answer

Best practice for successful app deployment

I'd suggest you to write a deployment ...READ MORE

Jul 10, 2018 in Other DevOps Questions by DareDev
• 6,890 points
342 views
0 votes
1 answer

How will I deploy compiled elements Azure Web App with Appveyor?

Try adding this to your file before ...READ MORE

Jul 7, 2018 in DevOps on Cloud by shubham
• 7,340 points
489 views
0 votes
1 answer

What is the best practice for updating an already existing web app deployment using ARM?

The Service Principal solution, through the SDK, ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
394 views
0 votes
1 answer

unable to build grails war on a vagrant machine using ansible

Try and run the command using shell ...READ MORE

Jul 2, 2018 in Ansible by ajs3033
• 7,300 points
627 views
0 votes
1 answer

killing Wagtail server

Killing the wagtail server will stop it. ...READ MORE

Jul 5, 2018 in DevOps Tools by ajs3033
• 7,300 points
482 views
0 votes
1 answer

High availability (HA) website load balanced across both Azure and AWS?

DNS load balancing is the practice of ...READ MORE

Jul 6, 2018 in DevOps & Agile by Kalgi
• 52,360 points
433 views
0 votes
1 answer

apache in amazon: httpd24 conflicts with httpd-2.2.31-1.8.amzn1.x86_64

I think you need to uninstall the ...READ MORE

Jun 26, 2018 in DevOps Tools by ajs3033
• 7,300 points
859 views
0 votes
1 answer

How do I deploy to multiple servers using the same context root?

  If you're deploying to multiple servers ...READ MORE

Jul 2, 2018 in DevOps Tools by Kalgi
• 52,360 points
588 views
0 votes
1 answer

IBM DevOps Pipeline: How to Access Artifacts from Previous Job?

Currently, both jobs inside a stage are ...READ MORE

Jul 5, 2018 in Jenkins by Kalgi
• 52,360 points
466 views
0 votes
1 answer

High availability (HA) website load balanced across both Azure and AWS?

DNS load balancing is the practice of ...READ MORE

Jul 6, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
400 views
0 votes
1 answer

Maven deploy “Release Note” as artifact

Using both @SpaceTrucker and @khmarbaise, came up with the following ...READ MORE

Jun 19, 2018 in DevOps Tools by Atul
• 10,240 points
1,122 views
0 votes
1 answer

How to manage multiple components with IBM Bluemix Track & Plan

As of now, there is not a ...READ MORE

Jul 6, 2018 in DevOps Tools by Kalgi
• 52,360 points
383 views
0 votes
1 answer

automating cluster setup and app deplument on kubernetes

Go through Google Cloud Deployment Manager. it automates ...READ MORE

Jul 5, 2018 in Kubernetes by ajs3033
• 7,300 points
418 views
0 votes
1 answer

Unable to spawn executor on remote worker node using multinode spark cluster in spark-shell

I think your executor node cannot connect ...READ MORE

Jun 4, 2018 in DevOps Tools by ajs3033
• 7,300 points
1,730 views
0 votes
1 answer

ARM deployment resourceID with the servicebus is not working

You can just use the name of ...READ MORE

Jun 17, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,146 views
0 votes
1 answer

How do I share Build Definitions across Projects in Visual Studio Online?

VSTS does not support sharing build definitions ...READ MORE

Jul 5, 2018 in Other DevOps Questions by DareDev
• 6,890 points
347 views
0 votes
1 answer

Want a command to be executed in Salt only if a directory is empty

You should consider using this inside your ...READ MORE

Jun 12, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
1,461 views
0 votes
1 answer

Does the avi networks controller work on VMware Fusion 7 or 8 on OS X?

Avi Controller is supported on VMWare Fusion ...READ MORE

Jul 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
414 views
0 votes
1 answer

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

I think I can help you with ...READ MORE

Jun 17, 2018 in DevOps Tools by shubham
• 7,340 points

edited Jun 17, 2018 by shubham 1,134 views