Trending questions in DevOps & Agile

+5 votes
1 answer

How to program and get the Digital Ocean ID of the current Droplet from within the Droplet?

You can run curl http://169.254.169.254/metadata/v1/id within the ...READ MORE

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

unable to start Kubernetes due to so many open files in system

You can try the following steps: You can ...READ MORE

May 1, 2018 in Kubernetes by shubham
• 7,340 points
2,061 views
0 votes
1 answer

unable to compile java code in Jenkins

If the code is compiling and running ...READ MORE

Apr 25, 2018 in Jenkins by DareDev
• 6,890 points
2,263 views
0 votes
1 answer

High availability clustering (HA-C) in nexus repo manager oss

It's a paid feature available in Nexus ...READ MORE

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

Empty json created after SonarQue webhook build

It isn't like SonarQube to send empty ...READ MORE

Jun 1, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
662 views
0 votes
1 answer

devops sublime on devops tools list????

Sublime isn't as such a devops tools. ...READ MORE

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

Error while talking to remote Oracle DB using Jenkins-CI

I installed Oracle XE to talk to ...READ MORE

May 1, 2018 in Jenkins by shubham
• 7,340 points
1,986 views
0 votes
1 answer

Using Postman Client to send web request to TFS

Try using Basic Auth. Fill the PAT ...READ MORE

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

How to control development/prod/staging application settings using azure functions?

You should use a build-release system like ...READ MORE

May 11, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
1,487 views
0 votes
1 answer

Unable to create BlueMix DevOps services account

Jazzhub is shut now. try https://console.bluemix.net/devops/getting-started. It's ...READ MORE

May 28, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
577 views
0 votes
1 answer

Copy log files to local machines using Jenkins

Try initializing the variables with values according ...READ MORE

May 2, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,690 views
0 votes
1 answer

gulp serve & not working in jenkins

Try using nohup. It will creates nohup.out ...READ MORE

May 11, 2018 in Jenkins by DareDev
• 6,890 points
1,283 views
0 votes
1 answer

How to disable linux user authentication on ldap server

You can try the below steps: passwd -l ...READ MORE

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

How to disable auto-restart task in TeamCity

There is a parameter which can be ...READ MORE

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

How to simplify or automate task group creation in TFS?

You can easily import or export task ...READ MORE

Apr 25, 2018 in DevOps & Agile by ajs3033
• 7,300 points
1,887 views
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,004 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,361 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,600 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,172 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,414 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,313 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,376 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,134 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,828 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
888 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,743 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,079 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
885 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,804 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
724 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
995 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,000 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,026 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,106 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
710 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
721 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,826 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,474 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
652 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
763 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
757 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
639 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,222 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
706 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,121 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,247 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,051 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,207 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,094 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,076 views