Trending questions in DevOps & Agile

0 votes
1 answer

Is it possible to to create IIS Site and application Pool using Web Deploy

You can try and use the ServerManager ...READ MORE

Apr 20, 2018 in DevOps & Agile by ajs3033
• 7,300 points
2,081 views
0 votes
1 answer

How to set up a VM with KVM/qemu without VitualBox using Vagrant

Start the vagrant box using: vagrant up --provider=kvm But ...READ MORE

Apr 11, 2018 in DevOps & Agile by ajs3033
• 7,300 points
2,462 views
0 votes
1 answer

Git pull vs Git Fetch

The objective of both these commands is ...READ MORE

Apr 26, 2018 in Git & GitHub by DragonLord999
• 8,450 points
1,701 views
0 votes
1 answer

Git origin not found

For this to work, you need to ...READ MORE

Apr 25, 2018 in Git & GitHub by DragonLord999
• 8,450 points
1,469 views
0 votes
1 answer

Use vagrant to update $PATH of guest vm

Just try the below script: mvm.vm.provision :shell, :inline ...READ MORE

May 1, 2018 in Other DevOps Questions by shubham
• 7,340 points
1,222 views
0 votes
1 answer

Git & GitHub

Even though their names sound the same, ...READ MORE

Apr 26, 2018 in Git & GitHub by DragonLord999
• 8,450 points
1,422 views
0 votes
1 answer

Command to list users in Accurev

Run the following command: accurev show users READ MORE

Apr 29, 2018 in DevOps & Agile by ajs3033
• 7,300 points
1,229 views
0 votes
1 answer

Version control as source to gitlab

The steps I'm going to tell you ...READ MORE

Apr 23, 2018 in Git & GitHub by ajs3033
• 7,300 points
1,463 views
0 votes
1 answer

How to use a --build-arg parameter before FROM in a Dockerfile?

In the earlier docker version this wasn't ...READ MORE

Apr 12, 2018 in Docker by ajs3033
• 7,300 points
1,902 views
0 votes
1 answer

Any way to mark commits in git?

You can try and use git tags. Also ...READ MORE

May 3, 2018 in DevOps & Agile by DareDev
• 6,890 points
985 views
0 votes
1 answer

Git in DevOps

DevOps is an approach to improve the ...READ MORE

Apr 27, 2018 in Git & GitHub by QueenBee
• 1,820 points
1,198 views
0 votes
1 answer

Why is it displaying Jenkins build failure for Android app

I think you should try this. Try Uninstalling ...READ MORE

Apr 12, 2018 in Jenkins by shubham
• 7,340 points
1,815 views
0 votes
1 answer

How to manage Application version for VM's in Azure Autoscaling group

First of all, You have to launch ...READ MORE

Apr 24, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,273 views
0 votes
1 answer

build an J2EE application with docker

I would suggest you to use volume ...READ MORE

May 1, 2018 in Docker by shubham
• 7,340 points
950 views
0 votes
1 answer

Error while communicating with remote Oracle DB through Jenkins-CI

I was also facing the same problem. ...READ MORE

Apr 25, 2018 in Jenkins by shubham
• 7,340 points
1,163 views
0 votes
1 answer

What should be done to access Kibana dashboard via HAproxy

You should add the following code to /etc/haproxy/haproxy.cfg Now http://haproxy_ip/kibana will ...READ MORE

Apr 9, 2018 in DevOps & Agile by shubham
• 7,340 points
1,846 views
0 votes
1 answer

How to change state of TFS 2015 if build has warnings?

To access the TFS Build Definition can ...READ MORE

May 4, 2018 in DevOps & Agile by ajs3033
• 7,300 points
768 views
0 votes
1 answer

anything like ansible register in saltstack?

I don't think saltstack holds any feature ...READ MORE

Apr 27, 2018 in DevOps & Agile by DareDev
• 6,890 points
1,048 views
0 votes
1 answer

Upgrading a service leads to Rancher losing persistence of environment variables

when you upgrade, what it will do ...READ MORE

Apr 27, 2018 in DevOps & Agile by shubham
• 7,340 points
1,033 views
0 votes
1 answer

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

Vmware Fusion supports Avi Controller with Ubuntu ...READ MORE

May 1, 2018 in DevOps & Agile by shubham
• 7,340 points
761 views
0 votes
1 answer

Is it possible to access Couchbase by terminal?

What you want to accomplish isn't possible ...READ MORE

Apr 29, 2018 in DevOps & Agile by DareDev
• 6,890 points
805 views
0 votes
1 answer

is it possible to use swagger with vs2017

Yes, you can use swagger in a ...READ MORE

Apr 29, 2018 in DevOps & Agile by DareDev
• 6,890 points
776 views
0 votes
1 answer

Can I run a program on release failure in TFS?

You can try and do the following ...READ MORE

Apr 26, 2018 in DevOps & Agile by ajs3033
• 7,300 points
885 views
0 votes
1 answer

How can I create global macros and templates in jenkins job builder?

you can append the path to the ...READ MORE

Apr 2, 2018 in Jenkins by ajs3033
• 7,300 points
1,906 views
0 votes
1 answer

Configure Git and GitHub

In version control with Git, we deal ...READ MORE

Apr 26, 2018 in Git & GitHub by DragonLord999
• 8,450 points
859 views
0 votes
1 answer

alert manager not working properly in prometheus

This is the default functionality of the ...READ MORE

Apr 10, 2018 in DevOps & Agile by DareDev
• 6,890 points
1,523 views
0 votes
1 answer

TFS shows a / error when building app.

Seems like you haven't set the virtual ...READ MORE

Apr 29, 2018 in DevOps & Agile by DareDev
• 6,890 points
677 views
0 votes
1 answer

trigger an event after checking into TFS

You essentially can't do this in TVFC. ...READ MORE

Apr 13, 2018 in DevOps & Agile by DareDev
• 6,890 points
1,310 views
0 votes
1 answer

Is it possible to open a bug in VSTS if release deployment fails?

You can do this by adding another ...READ MORE

Apr 24, 2018 in DevOps on Cloud by DareDev
• 6,890 points
801 views
0 votes
1 answer

update $PATH of guest vm using vagrantfile

You can try the following command: I ...READ MORE

Apr 13, 2018 in DevOps & Agile by shubham
• 7,340 points
1,161 views
0 votes
1 answer

How do I set SQL user password while deploying the database project using CI/CD pipeline

While you are trying , just try ...READ MORE

Apr 10, 2018 in Jenkins by shubham
• 7,340 points
1,291 views
0 votes
1 answer

Is there any difference between jenkins ssh publishers and ansible?

In a Layman’s language they're the same ...READ MORE

Apr 9, 2018 in DevOps & Agile by shubham
• 7,340 points
1,317 views
0 votes
1 answer

Can staging environment be accessible for only some people in Heroku?

First of all, there is nothing like ...READ MORE

Apr 13, 2018 in DevOps & Agile by shubham
• 7,340 points
1,140 views
0 votes
1 answer

Unable to deploy angular 2 app on bluemix with angular CLI

We had the same issue and in ...READ MORE

Apr 9, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
1,252 views
0 votes
1 answer

How to Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt (Rest API)

Yes and no, It's a bit complex ...READ MORE

Mar 27, 2018 in DevOps Tools by Atul
• 10,240 points
1,807 views
–1 vote
1 answer

Having problem in Github and remote Git repo with production and development code

I think you could start with this. The ...READ MORE

Apr 10, 2018 in Git & GitHub by shubham
• 7,340 points

edited Dec 15, 2023 by Khan Sarfaraz 1,201 views
0 votes
1 answer

how to safely deploy npm install without it causing inconsistencies?

The recent versions on npm generates a ...READ MORE

Apr 11, 2018 in DevOps on Cloud by DareDev
• 6,890 points
1,018 views
+1 vote
1 answer

centos7 container is restarting again & again itself

Usually Containers stop once their main process ...READ MORE

Apr 3, 2018 in DevOps & Agile by shubham
• 7,340 points
1,189 views
0 votes
1 answer

Unalble to pull a new container after upgrading Helm.

If there are changes to roll out, ...READ MORE

Apr 12, 2018 in Docker by shubham
• 7,340 points
821 views
0 votes
1 answer

How to do CI integration with code review tools

Here is an explanation. If you can switch ...READ MORE

Mar 27, 2018 in Jenkins by Atul
• 10,240 points
1,448 views
+3 votes
1 answer

Unable to find the TargetArguments path While configuring dot cover in VSTS

For your unable to find the TargetArguments ...READ MORE

Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points
1,282 views
0 votes
1 answer

Web Service with WebSocket Implementation on AWS Blue-green deployment

Try connection draining. It will send all ...READ MORE

Apr 2, 2018 in DevOps & Agile by DareDev
• 6,890 points
1,093 views
0 votes
1 answer

What OS is Jenkins installed on Azure Virtual Machine?

Under Managed Jenkins there's a section called ...READ MORE

Apr 4, 2018 in DevOps & Agile by DareDev
• 6,890 points
939 views
0 votes
1 answer

unable to build .Net project using NUGet

you just need the developer pack for ...READ MORE

Apr 3, 2018 in DevOps & Agile by ajs3033
• 7,300 points
958 views
0 votes
1 answer

Want to get active connections in LDAP in command prompt

You can track the active connections which ...READ MORE

Apr 3, 2018 in DevOps & Agile by shubham
• 7,340 points

edited Apr 3, 2018 by shubham 935 views
0 votes
1 answer

Git monorepo diff a package subtree with HEAD

 Build a makefile to look through all ...READ MORE

Mar 27, 2018 in DevOps and Microservices by DragonLord999
• 8,450 points
1,204 views
0 votes
1 answer

How can I create a new user using ansible ploybook?

You're switching from the root user. Root ...READ MORE

Mar 29, 2018 in Ansible by DareDev
• 6,890 points
925 views
0 votes
1 answer

Can I programmatically access gitlab secrets hash?

The newer versions of gitlab do support ...READ MORE

Mar 29, 2018 in Git & GitHub by DareDev
• 6,890 points
760 views
0 votes
1 answer

How do I use Devops with Xamarin and hockeyapp

It would be better if you use ...READ MORE

Mar 27, 2018 in DevOps & Agile by Atul
• 10,240 points
764 views
0 votes
1 answer

Maven Release Plugin

The main aim of the maven-release plugin ...READ MORE

Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
657 views