Trending questions in DevOps & Agile

+3 votes
2 answers

What are the Commitizen types that I can use for a change that is an improvemant for an existing feature?

The type of commitizen you use depends ...READ MORE

Oct 12, 2018 in DevOps & Agile by Hannah
• 18,570 points
1,232 views
0 votes
1 answer

Is there a way to remove a directory from git repository?

This is simple, just follow the commands ...READ MORE

Jul 14, 2018 in Git & GitHub by Sophie may
• 10,610 points
1,001 views
0 votes
1 answer

How to use specific node version for yarn setup in AWS deployment?

You should be able to set your ...READ MORE

Jul 20, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
712 views
+2 votes
3 answers

How do I deploy Scala PlayFramework Project to IBM Bluemix

It seems that they are more than ...READ MORE

Oct 18, 2018 in DevOps on Cloud by lina
• 8,220 points
895 views
0 votes
1 answer

how to fix the build with maven in bluemix

As per Bluemix Status Page today DevOps Delivery Pipeline ...READ MORE

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

Should I use Vagrant or Docker for creating an isolated environment?

If your purpose is the isolation, I ...READ MORE

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

Is it possible to create cloudshell shell without driver?

Yes definitely, it is possible to create ...READ MORE

Jul 26, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
409 views
0 votes
1 answer

Travis CI defaults to wrong language

Its probably because of syntax error Instead of language: ...READ MORE

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

Can i include custom data in a AWS cloudwatch alarm

You would have routied the alert event ...READ MORE

Aug 2, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
698 views
0 votes
1 answer

VSTS Web Deploy Arguments produce error

You can’t specify the -verb parameter if ...READ MORE

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

How do I set variable if a specific package version is installed in CFEngine?

Here is what you can do.Just use packagesmatching to ...READ MORE

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

Issue while implementing parallel test execution in VSTS 2017

You can try to use the agent ...READ MORE

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

Automating Oracle script with nolio

Depending upon the details of your script ...READ MORE

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

Is it possible to create a docker swarm cluster using nodes on different cloud providers?

if your nodes could access each other, ...READ MORE

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

What to do first if you're manually editing files directly on a production server with no backups

 Make sure production is being backed up ...READ MORE

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

Remove my server IP in iptables on ubuntu

Do this to replay the issue iptables -A ...READ MORE

Jul 18, 2018 in Other DevOps Questions by DareDev
• 6,890 points
677 views
+1 vote
2 answers

Scp Php files into server using gradle

Tru something like this: plugins { id ...READ MORE

Oct 11, 2018 in DevOps & Agile by lina
• 8,220 points
1,211 views
+5 votes
3 answers

Error while trying to install postgis extension with greenplum

Try re downloading the package and installing ...READ MORE

Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
956 views
0 votes
1 answer

are Infrastructure Management Services(IMS) same as DevOps?

They are two very different domains. DevOps ...READ MORE

Jul 11, 2018 in Other DevOps Questions by DareDev
• 6,890 points
954 views
0 votes
2 answers

how am I gonna assign a proper role name to allow a stack deployment via CloudFormation in AWS codepipeline?

 There's documentation on how to configure a ...READ MORE

Aug 17, 2018 in DevOps on Cloud by Priyaj
• 58,090 points
886 views
0 votes
1 answer

Is there a way to find out the URL that a local Git repository was originally cloned from?

Follow the below commands , the URL ...READ MORE

Jul 14, 2018 in Git & GitHub by Sophie may
• 10,610 points
832 views
0 votes
1 answer

XML Highliting Error from Android Lint

You can try to specify layout folder ...READ MORE

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

Wrapping powershell around ruby

It might be only part of the ...READ MORE

Jun 17, 2018 in DevOps Tools by shubham
• 7,340 points
1,947 views
0 votes
1 answer

Changing a computer IP address using fabric freezing

I used the following script to make ...READ MORE

Jul 20, 2018 in DevOps & Agile by ajs3033
• 7,300 points
525 views
+5 votes
2 answers

How can I add run list automatically when a Chef Server is created?

You can create a repo in Git ...READ MORE

Mar 27, 2018 in Chef by shubham
• 7,340 points
955 views
0 votes
1 answer

How to send docker using terraform to aws cloudwatch?

Check if you set all the permissions ...READ MORE

Jun 7, 2018 in Docker by DareDev
• 6,890 points
2,367 views
+1 vote
2 answers

When do we use Chef or Azure SDK to create VM and deploy in automation

The solution to the automated deployment in ...READ MORE

Aug 21, 2018 in Other DevOps Questions by Priyaj
• 58,090 points
861 views
+5 votes
2 answers

Xamarin and hockeyapp for DevOps

You can use Jenkins instead, It has ...READ MORE

Mar 27, 2018 in DevOps & Agile by DareDev
• 6,890 points

edited Oct 12, 2018 by Kalgi 941 views
0 votes
1 answer

How to deal with persistent storage (e.g. databases) in docker

For Docker 1.9.0 and above, Use volume API docker ...READ MORE

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

How to use Powershell DSC for application installation?

Occasionally folks want to be able to ...READ MORE

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

How to list containers in Docker

To show only running containers use the given command: docker ...READ MORE

Jul 20, 2018 in Docker by Kalgi
• 52,360 points
493 views
0 votes
1 answer

How to remove old Docker images?

Run the following command: docker $ (docker images ...READ MORE

Jul 17, 2018 in Docker by Sophie may
• 10,610 points
604 views
+1 vote
1 answer

How to remove old Docker containers

There is a new feature in Docker 1.13.x called Docker ...READ MORE

Jul 18, 2018 in Docker by Kalgi
• 2,680 points
526 views
+3 votes
2 answers

What actually is DevOps?

DevOps is a software development approach which ...READ MORE

Oct 16, 2018 in DevOps & Agile by Kalgi
• 52,360 points
818 views
0 votes
1 answer

IBM Cloud DevOps - Eclipse Orion IDE not working correctly

Open the dev-tools and run localStorage.clear() in ...READ MORE

Jul 19, 2018 in DevOps on Cloud by Kalgi
• 2,680 points
474 views
0 votes
1 answer

TFS support for in-build custom web sockets

TFS has no native support for this. ...READ MORE

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

to check file has the same value or not i.e comparing file with stat module.

Try the following script: Do the second time ...READ MORE

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

SaltStack: how do I repeat other states with context?

In your case it’ll look something like ...READ MORE

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

running a Jenkins job on multiple virtual servers.

Your goals can be achieved by using ...READ MORE

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

Accessing test stats in a plan through bamboo

Try using bamboo reports. You can use ...READ MORE

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

Error in process execution from Nolio

Here is an approach which you can ...READ MORE

Jul 9, 2018 in DevOps Tools by Atul
• 10,240 points
879 views
0 votes
1 answer

IS app pool import fails with error message.configuration error…insufficient permissions

There is a config file at %SystemRoot%\System32\inetsrv\config\redirection.config Removed the ...READ MORE

Jun 19, 2018 in Other DevOps Questions by shubham
• 7,340 points
1,731 views
0 votes
1 answer

Is it possible to preserve local ivy repository in Bluemix BUILD & DEPLOY?

You're right--the pipeline spins up a new ...READ MORE

Jul 19, 2018 in DevOps & Agile by Atul
• 10,240 points
397 views
+5 votes
2 answers

Bootstrap SPAapp using Heroku commands

I've made a few assumptions You want to ...READ MORE

Oct 16, 2018 in DevOps & Agile by Kalgi
• 52,360 points
707 views
0 votes
1 answer

Capistrano deploy error saying "end of file reached" while deploying to Ubuntu server

Seems like Capistrano can't connect to the server ...READ MORE

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

How do I preserve local ivy repository in Bluemix BUILD & DEPLOY?

You're right--the pipeline spins up a new ...READ MORE

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

Continuous Deployment Bluemix with existing Bitbucket repo

Those instructions, although it mentions "private", are ...READ MORE

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

How to deploy compiled elements Azure Web App with Appveyor?

Add the following BeforeBuild target to Web ...READ MORE

Jul 12, 2018 in DevOps on Cloud by Kalgi
• 2,680 points
636 views
0 votes
1 answer

How to deploy to BlueMix: 404 Error

I have the same error. I think ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
452 views
+1 vote
1 answer

Isolate PHP applications with Docker

That is the idea: you can make ...READ MORE

Jul 12, 2018 in DevOps & Agile by Kalgi
• 2,680 points
576 views