Trending questions in DevOps & Agile

0 votes
0 answers

Git keeps prompting me for a password

I've been using Git for a while ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
990 views
0 votes
0 answers

which devops tool is in demand?

Which of the followings are the popular ...READ MORE

Dec 22, 2022 in DevOps Tools by Edureka
• 13,680 points
664 views
0 votes
0 answers

Running multiple containers on one EC2 instance but each container having different .ENV variables

I have a school management system written ...READ MORE

Jan 4, 2023 in DevOps Tools by Damonlang
• 1,230 points

edited Mar 4 87 views
0 votes
0 answers

Does the failed() condition take arguments? i.e. can I set the condition to trigger only if failing 3 times

I want to run my PublishBuildArtifacts@1 task with the condition set to failed ().  However, I'd like to configure it so that it only publishes the artefact after three failed tests. - task: PublishBuildArtifacts@1 ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
772 views
0 votes
0 answers

what is kubernetes in devops?

Since I'm a programmer and want to ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,710 points
632 views
0 votes
0 answers

What is DevSecOps?

Is devsecops about security? READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
687 views
0 votes
0 answers

how to learn devops step by step?

How to start DevOps? Can someone guide ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,710 points
672 views
0 votes
0 answers

how to use azure devOps?

What is azure DevOps and how do ...READ MORE

Dec 20, 2022 in DevOps & Agile by Edureka
• 13,680 points
641 views
0 votes
0 answers

Git keeps obsolete files

I've been having problems with git on Windows for a few days now: git version 2.36.2.windows.1 In conjunction with Microsoft Azure DevOps Server 2019. When I pull or merge, it occasionally keeps the obsolete/older file.  It looks like git is not only checking the hash, but also somehow the timestamp and it got messed up.  I now have a clean working tree, but the remote file differs from my local copy of the same commit hash. How does it happen? Example: git fetch origin git checkout test git ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
635 views
0 votes
0 answers

what is devops methodology?

How does DevOps methodology work? READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,710 points
576 views
0 votes
0 answers

what is DevOps model?

Can anyone please explain what is a ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
632 views
0 votes
0 answers

Should i use Azure release pipeline for deployment or directly deploy from build pipelines by using a task?

Azure DevOps has Pipelines (build) blade and ...READ MORE

Dec 30, 2022 in Git & GitHub by Damonlang
• 1,230 points

edited Mar 4 224 views
0 votes
0 answers

how to set an azure pipeline to run ONLY 1 build at a time?

For the life of MS, I couldn't ...READ MORE

Dec 30, 2022 in Other DevOps Questions by Damonlang
• 1,230 points

edited Mar 4 221 views
0 votes
0 answers

How to configure a stage in azure pipeline for getting an email notification after a deployment is success?

I'd like a template that sends an ...READ MORE

Dec 30, 2022 in Other DevOps Questions by Damonlang
• 1,230 points

edited Mar 4 202 views
0 votes
0 answers

Can't debug in PyCharm for Django inside Docker

I want to use PyCharm's debugging tools ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,710 points
860 views
0 votes
0 answers

How can I see the changes of the code in a Jenkins scheduled job.

I have created a Jenkins job and ...READ MORE

Dec 29, 2022 in Jenkins by kompal

edited Mar 4 221 views
0 votes
0 answers

what is devops team?

what is a DevOps team? How does ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,710 points
503 views
0 votes
0 answers

Github Action - How can I trigger a workflow when argocd deployment is finished?

I work for a company that makes ...READ MORE

Dec 30, 2022 in Other DevOps Questions by Damonlang
• 1,230 points

edited Mar 4 135 views
0 votes
0 answers

What should be the career objective for DevOps Engineer?

Could someone please tell me what a ...READ MORE

Dec 12, 2022 in Other DevOps Questions by Edureka
• 12,710 points
889 views
0 votes
0 answers

Modules in Artifactory - What are they?

The term "Modules" is used in Artifactory.  When you select a specific build in the UI's "Builds" page, you are presented with a list of Module IDs, which is, as far as I can tell, merely the build's name. so that when I do this: jfrog rt upload --build-name Kuku --build-number 1 ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
507 views
0 votes
0 answers

Which are some of the most popular DevOps tools?

Hi, I am a B-Tech student and ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 110 views
0 votes
0 answers

what is DevOps process?

Is DevOps a process or methodology? What are ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 108 views
0 votes
0 answers

Prevent users from editing master branch in ADF

In ADF, I'm attempting to prevent dev ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
488 views
0 votes
0 answers

What is need for DevOps?

Can anyone please tell me what does ...READ MORE

Dec 28, 2022 in DevOps Tools by Damonlang
• 1,230 points

edited Mar 4 116 views
0 votes
0 answers

How to integrate sonarqube with azure devops?

I have a self-hosted Windows agent wi ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 113 views
0 votes
0 answers

AWS vs DevOps which is better?

I have completed my education as a ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 86 views
0 votes
0 answers

Unittesting Ansible collections with Pytest

I'm fresh to the cloud/devops world. I created ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
704 views
0 votes
0 answers

How to learn DevOps for beginners

Many DevOps tutorials on YouTube offer beginner-level ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 82 views
0 votes
0 answers

what is staging in DevOps?

What Is a Staging Environment? How to ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 81 views
0 votes
0 answers

DevOps or salesforce which is better?

Which technology is better, Salesforce or DevOps? READ MORE

Dec 28, 2022 in Other DevOps Questions by Edureka
• 12,710 points

edited Mar 4 106 views
0 votes
0 answers

what is openshift in devops?

What are the risks associated with on-premise ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 90 views
0 votes
0 answers

Which is better DevOps or Salesforce?

My colleagues are saying Salesforce is better ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 84 views
0 votes
0 answers

what is devops and why is it important?

What is devops? It has something to ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 84 views
0 votes
5 answers

How to resolve this error “Jenkins Host key verification failed”?

HI Mam, Please check the following solution:: 1. Switch ...READ MORE

May 3, 2019 in Jenkins by anonymous
63,682 views
0 votes
0 answers

What is devops?

Describe DevOps. I don't understand it, but ...READ MORE

Dec 13, 2022 in DevOps & Agile by Edureka
• 12,710 points
700 views
0 votes
0 answers

How to work with api if the site requires an SSL certificate?

My DevOps API is here. User stories ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,710 points
622 views
0 votes
0 answers

How can I synchronize Azure DevOps repository content with a Microsoft Teams sharepoint

I have an Azure DevOps repo and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
592 views
0 votes
0 answers

Building an effective CI / CD infrastructure from scratch for a novice devops engineer

Background. At work, the need arose to deploy ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,710 points
592 views
+1 vote
1 answer

master -> master (non-fast-forward) error: failed to push some refs to 'git@github.com:abc70/new.git'

git pull < branch> <branch name > ctrl+x git ...READ MORE

Mar 21, 2023 in Git & GitHub by anonymous

edited Mar 5 20,667 views
0 votes
0 answers

Azure DevOps, YAML release pipelines?

For a.NET Core Web API project, I&nbs ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
575 views
0 votes
0 answers

Dynamic selection of values in YAML deployment pipelines

I'm developing a pipeline to introduce certain ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
565 views
0 votes
0 answers

which phrase fits best as a characteristic of a devops?

Which phrase fits BEST as a characteristic ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 120 views
0 votes
0 answers

Are devops engineers in demand?

I'm currently looking to switch my career ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 110 views
0 votes
0 answers

which is better AWS or DevOps?

Guys I wanted to understand the difference ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 95 views
0 votes
0 answers

which of the following are the popular tools for devops?

Hi guys, I wanted to move my ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 95 views
0 votes
0 answers

which tool helps lowering risk during development as customer feedback?

How do you measure product feedback from ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 84 views
0 votes
0 answers

Is Sap better than DevOps?

What is SAP and DevOps and why ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 112 views
0 votes
0 answers

which tools are used by both testers and developers?

Guys can anyone explain the testing tools ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 103 views
0 votes
0 answers

what is devops lifecycle?

I have read a blog and got ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 91 views
0 votes
0 answers

what is devops automation?

Hi, I have just started in the ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 78 views