Trending questions in DevOps Tools

0 votes
0 answers

What are your favorite Marketplace apps and integrations for DevOps?

DevOps marketplaces offer a variety of apps ...READ MORE

Oct 15 in DevOps Tools by Anila
• 3,490 points
46 views
0 votes
0 answers

How can I sort my pre-conditions by execution in an automated test?

The question "How would I sort my ...READ MORE

Oct 15 in DevOps Tools by Anila
• 3,490 points
45 views
0 votes
0 answers

What are the DevOps implementation challenges at your organization?

What specific issues were you facing in ...READ MORE

Oct 14 in DevOps Tools by anonymous
• 3,490 points

edited Oct 25 by anonymous 97 views
0 votes
0 answers

What are the main weaknesses of Bitbucket Cloud compared to GitHub in your opinion?

What do you see as the weaknesses ...READ MORE

Oct 14 in DevOps Tools by anonymous
• 3,490 points

edited Oct 22 by anonymous 75 views
0 votes
0 answers

What strategies do you use for infrastructure as code (IaC), and can you provide examples using tools like Terraform or AWS CloudFormation?

It is asking instead of manual processes ...READ MORE

Oct 11 in DevOps Tools by anonymous
• 3,490 points

edited Oct 21 by anonymous 105 views
0 votes
0 answers

What are the best practices for writing Dockerfiles, and could you share a well-structured example?

It asks about the best practices in ...READ MORE

Oct 11 in DevOps Tools by anonymous
• 3,490 points

edited Oct 21 by anonymous 104 views
0 votes
0 answers

Which of these tools is not associated with DevOps?

Which of the following tools are not ...READ MORE

Dec 12, 2022 in DevOps Tools by Edureka
• 12,690 points
1,241 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,620 points
455 views
0 votes
0 answers

helm registry login --password-stdin in Azure DevOps pipeline

I am trying to log in to ...READ MORE

Mar 22, 2022 in DevOps Tools by Kichu
• 19,040 points
982 views
0 votes
0 answers

Multiple YAML build pipelines in Azure DevOps

Using the new YAML way I want ...READ MORE

Mar 15, 2022 in DevOps Tools by Kichu
• 19,040 points
1,135 views
0 votes
0 answers

OWASP Zed Attack Proxy Scan in DevOps pipeline

I want to do the "Authenticated Scan" ...READ MORE

Mar 15, 2022 in DevOps Tools by Kichu
• 19,040 points
850 views
0 votes
0 answers

Azure DevOps Server - pause/resume all pipelines during maintenance window

Other systems are reliant on a build/release. ...READ MORE

Feb 8, 2022 in DevOps Tools by Edureka
• 850 points
2,319 views
0 votes
0 answers

Azure DevOps PDF Export Pulgin Suggestion

I built a job using Jenkin and ...READ MORE

Mar 15, 2022 in DevOps Tools by Kichu
• 19,040 points
828 views
0 votes
1 answer

Find PAT scope using azure DevOps rest api

At this time, there is no way ...READ MORE

Feb 11, 2022 in DevOps Tools by Bhavitha
• 1,000 points
1,522 views
0 votes
1 answer

How to use Azure DevOps server (TFS) Predefined Variable in My Ansible Playbook?

Simply add your variables to the azure-pipelines ...READ MORE

Feb 9, 2022 in DevOps Tools by Bhavitha
• 1,000 points
1,564 views
0 votes
1 answer

which aspect of devops continuous release to production?

Continuous Delivery is a DevOps feature that ...READ MORE

Jan 12, 2022 in DevOps Tools by Neha
• 9,020 points
1,072 views
0 votes
0 answers

what is artifacts in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
543 views
0 votes
0 answers

what is meant by devops?

Dec 20, 2021 in DevOps Tools by Vaani
• 7,070 points
551 views
0 votes
0 answers

what is chef in devops?

Dec 21, 2021 in DevOps Tools by Vaani
• 7,070 points
436 views
0 votes
1 answer

curl: (56) Recv failure: Connection reset by peer

Hi@akhtar, Check your network connectivity. It will take ...READ MORE

Jun 11, 2020 in DevOps Tools by MD
• 95,460 points
10,223 views
0 votes
1 answer

error sudo: ./gradlew: command not found

Maybe..your Gradle path is not set for ...READ MORE

Sep 28, 2020 in DevOps Tools by Adil Abdullah Khan
4,714 views
0 votes
1 answer

What are the real time challenges faced while working with git, jenkins, docker and ansible in your project ?

Hi@Shashi, It depends on your use case. How ...READ MORE

Oct 27, 2020 in DevOps Tools by MD
• 95,460 points
2,397 views
0 votes
1 answer

dial tcp 192.168.99.114:8443: connect: connection refused () Error: timed out waiting for the condition

Hi@akhtar, You may get this error because of ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
5,260 views
0 votes
1 answer

How to add a service account to the deployment in OpenShift?

Hi@akhtar, Some environment is dependent on a service ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,460 points
3,333 views
0 votes
1 answer

How to install minishift in windows system?

Hi@akhtar, To install Minishift manually on Windows using Windows Installer, ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
5,269 views
+1 vote
1 answer

Not able to browse jenkins from windows browser!

Hi@akhtar, You may get this error because your ...READ MORE

May 4, 2020 in DevOps Tools by MD
• 95,460 points
8,895 views
0 votes
1 answer

Error while exporting Postgres dump!

You will need to use it from ...READ MORE

Oct 30, 2020 in DevOps Tools by Shuhrat
876 views
0 votes
1 answer
0 votes
1 answer

{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}

Hi@akhtar, In your command, you have to mention ...READ MORE

Jun 16, 2020 in DevOps Tools by MD
• 95,460 points
5,731 views
0 votes
1 answer

What are artifacts?

Artifacts are the final file that we ...READ MORE

Oct 8, 2020 in DevOps Tools by Rishi
736 views
0 votes
1 answer

Getting 500 error code while Bitbucket-Jenkins integration.

Use generic webhook instead of bitbucket webhook. It ...READ MORE

Sep 21, 2020 in DevOps Tools by Krishnom
1,325 views
+4 votes
4 answers

perform Git checkout using Groovy script

To do git commit: def getGitCommit() { ...READ MORE

Dec 6, 2018 in DevOps Tools by Vaidya
34,062 views
0 votes
1 answer

error: username system:admin is invalid for basic auth - verify you have provided the correct host and port and that the server is currently running.

Hi@akhtar, Instead of login with the system: admin, ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1 flag 2,757 views
0 votes
1 answer

Add labels to nodes in Minishift.

Hi@akhtar, You can add labels to your nodes ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,460 points
627 views
0 votes
1 answer

How to add policy to a service account in Minishift?

Hi@akhtar, You can add an SCC to your ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,460 points
601 views
0 votes
1 answer

How to expose a service in Minishift?

Hi@akhtar, You can expose your service in the ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,460 points
530 views
0 votes
1 answer

Can anyone tell me How Jira is Important in DevOps??

You should learn what Jira is and ...READ MORE

Sep 21, 2020 in DevOps Tools by Camey
590 views
0 votes
1 answer

How to remove minishift cluster from the windows system?

Hi@akhtar, It is possible that Minishift config contains ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
2,045 views
0 votes
2 answers

Can I configure my virtual machine as slave in Jenkins?

The first step is the VirtualBox cloud ...READ MORE

Aug 26, 2020 in DevOps Tools by Pistle
• 1,000 points
5,878 views
0 votes
1 answer

How to install Logstash in CentOS/RHEL?

Hi@akhtar, To install Logstash on the system, you ...READ MORE

Jun 17, 2020 in DevOps Tools by MD
• 95,460 points
4,348 views
0 votes
1 answer

How to get minishift console?

Hi@akhtar, After the successful installation of Minishift, you ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
1,580 views
0 votes
1 answer

How to add user to a group in Minishift?

Hi@akhtar, You can add a user to a ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,460 points
1,537 views
0 votes
1 answer

How to add display name in the OpenShift project?

Hi@akhtar, You can add a display name or ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1,503 views
0 votes
1 answer

How to convert ant project into a maven project??

Suppose for instance, you want to convert ...READ MORE

Feb 6, 2020 in DevOps Tools by anonymous
• 59,230 points
9,845 views
0 votes
1 answer

How to create a new project in OpenShift?

Hi@akhtar, A Kubernetes namespace provides a mechanism to ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1,389 views
0 votes
1 answer

How to create a secret from literals in Minishift Cluster?

Hi@akhtar, You can create a secret using generic ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
1,329 views
+1 vote
3 answers

How do I check and export sonarqube analysis reports in embedded db?

Browse to sonarqube web instance to access ...READ MORE

Jul 2, 2018 in DevOps Tools by DareDev
• 6,890 points
28,333 views