Most voted questions in DevOps & Agile

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
532 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
978 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,331 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
490 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,786 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
783 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,111 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,573 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,230 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
505 views
0 votes
4 answers

Is it possible to integrate sonarqube with LDAP

Add the following lines in your config ...READ MORE

Apr 29, 2019 in DevOps & Agile by Wazir
4,694 views
0 votes
2 answers

Is possible for Jenkins to auto start and stop slave nodes?

Try Jenkins Plugin called as Slave SetupPlugin. This ...READ MORE

Aug 6, 2018 in Jenkins by Nilesh
• 7,050 points
6,363 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,028 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,177 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
796 views
0 votes
2 answers

Docker not able to identify default-address-pool

The pull request is merged in https://github.com/moby/moby/pull/36396 and hopefully will ...READ MORE

Aug 7, 2018 in DevOps & Agile by Kalgi
• 52,360 points
2,828 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
1,751 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
902 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
814 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
965 views
0 votes
2 answers

Running a cron job in a docker conratiner

Let’s create a new file called "crontab" ...READ MORE

Aug 7, 2018 in DevOps & Agile by Kalgi
• 52,360 points
11,955 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
576 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,545 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,559 views
0 votes
4 answers

minikube start is giving OS Type not recognized

I had the same issue. i had ...READ MORE

Apr 30, 2019 in Kubernetes by Lisa
2,512 views
0 votes
1 answer

How do I execute a shell script and then use the result in ansible

This can work out for you: - name: ...READ MORE

Apr 11, 2018 in Ansible by shubham
• 7,340 points
6,530 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
719 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,089 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,362 views
0 votes
1 answer

How can I remove a port from url for node app using nginx

If you run your node server on ...READ MORE

Apr 10, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
3,688 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,071 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,257 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
786 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,648 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,000 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
600 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 655 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
742 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
847 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,580 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
545 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
672 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
525 views
0 votes
2 answers

Issue creating AWS VPC with Ansible

You can use the details given in ...READ MORE

Aug 16, 2018 in Ansible by Priyaj
• 58,090 points
941 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
424 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
717 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,125 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,327 views
–1 vote
0 answers

Azure DevOps - Github status checks

I have n+ GitHub repositories that I ...READ MORE

Mar 18, 2022 in Other DevOps Questions by Kichu
• 19,050 points
643 views
–1 vote
1 answer

Git: cannot checkout branch - error: pathspec '…' did not match any file(s) known to git.

Hi@MD, You can try the git fetch command ...READ MORE

Jan 4, 2021 in Git & GitHub by akhtar
• 38,230 points
28,631 views