Most viewed questions in DevOps Tools

+2 votes
3 answers

mvn not recognized as an internal or external command error

Setting the environment variables JAVA_HOME, MAVEN_HOME and  ...READ MORE

Jun 3, 2019 in DevOps Tools by Sirajul
• 59,230 points
91,106 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
32,588 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
27,502 views
0 votes
2 answers

Can Jenkins detect and build new tags from Git repository?

Yes, this can be done in 3 ...READ MORE

Jun 25, 2019 in DevOps Tools by Neel
• 3,020 points
17,818 views
0 votes
3 answers

not able to connect to the GIT Repository through Git plugin in Jenkins

One of the possibility is that your ...READ MORE

Apr 22, 2019 in DevOps Tools by Ananya
16,914 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,440 points
9,725 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,159 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,440 points
8,064 views
0 votes
1 answer

How do I run “ant update” in Hybris with only “Update Running System”?

Here is what you can try. You can ...READ MORE

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

Gunicorn stuck on docker when run is executed with flask application

Here's something that you could try: Check your ...READ MORE

Jun 14, 2018 in DevOps Tools by ajs3033
• 7,300 points
6,119 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,276 views
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,440 points
5,241 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,440 points
4,818 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,440 points
4,545 views
+4 votes
2 answers

Jenkins not showing Maven Release Plugin

Make your project type Maven Project. This ...READ MORE

Oct 11, 2018 in DevOps Tools by Hannah
• 18,570 points
4,545 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,379 views
0 votes
1 answer

How do I install saltstack on Ubuntu?

Hey @Nishu, follow these steps to install ...READ MORE

Feb 26, 2019 in DevOps Tools by Harsha
4,259 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,440 points
3,883 views
0 votes
1 answer

How to download the latest minor version of nexus artifact using REST?

If you're using nexus 2.x, you can ...READ MORE

Jun 27, 2018 in DevOps Tools by ajs3033
• 7,300 points
3,129 views
0 votes
1 answer

distinguish allowed_hosts and cors_origin_regex_whitelist in django?

ALLOWED_HOSTS as in docs is quite self ...READ MORE

Jul 6, 2018 in DevOps Tools by ajs3033
• 7,300 points
3,094 views
0 votes
1 answer

How to connect to Vault server

You need to configure the back end ...READ MORE

Jul 12, 2018 in DevOps Tools by Kalgi
• 2,680 points
3,009 views
0 votes
1 answer

How do you restructure working directory files in a git repository?

If we have a file called 'myfile.txt' ...READ MORE

Nov 26, 2019 in DevOps Tools by anonymous
• 59,230 points
2,897 views
0 votes
1 answer

running comands as non-root user while using docker-maven plugin

Docker needs root access therefore maven commands ...READ MORE

Apr 30, 2018 in DevOps Tools by ajs3033
• 7,300 points
2,696 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,440 points
2,692 views
0 votes
1 answer

How to send email notification using Logstash?

Hi@akhtar, You can use the Email plugin in ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
2,398 views
0 votes
1 answer

Deploy in to jboss EAP 6.4 from jenkins

You can use the mavan plugin <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.9.Final</version> <configuration> ...READ MORE

Jul 20, 2018 in DevOps Tools by Kalgi
• 52,360 points
2,313 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,440 points
1 flag 2,311 views
0 votes
1 answer

Build error in TF build definition

I think the problem is in your ...READ MORE

Aug 3, 2018 in DevOps Tools by ajs3033
• 7,300 points
2,282 views
0 votes
1 answer

i have installed maven on linux amazon instance (redhat) , but cli command does not give expected result.

Hey @Vinod, your command to check for ...READ MORE

Feb 22, 2019 in DevOps Tools by Kalgi
• 52,360 points
2,258 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,440 points
2,078 views
0 votes
1 answer

How to install Splunk on CentOS?

Hey Alia,  Follow these steps to install Splunk ...READ MORE

Feb 27, 2019 in DevOps Tools by Anvit
2,005 views
0 votes
1 answer

ERROR: Could not find a valid gem 'logstash-core-plugin-api' (>= 0) in any repository

Hi@akhtar, I think you don't have JRuby installed ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,981 views
0 votes
1 answer

Error: com.microsoft.sqlserver.jdbc.SQLServerDriver not loaded. :jdbc_driver_library is not set, are you sure you included the proper driver client libraries in your classpath?

Hi@akhtar, This has been an issue with the logstash-filter-jdbc_static driver. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,963 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,946 views
0 votes
1 answer

Do I have to install VMWare drivers to create a VMWare image using packe vmware-isor?

Here is a possible solution to your ...READ MORE

Jun 7, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
1,920 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
1,908 views
0 votes
1 answer

Getting an Error while trying to push changes to cloud foundry

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

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

How to add two external load balancers(specifically HAProxy) to the Kubernetes High availability cluster

You can set two load balancer in ...READ MORE

Jun 30, 2020 in DevOps Tools by MD
• 95,440 points
1,837 views
0 votes
1 answer

Unable to spawn executor on remote worker node using multinode spark cluster in spark-shell

I think your executor node cannot connect ...READ MORE

Jun 4, 2018 in DevOps Tools by ajs3033
• 7,300 points
1,764 views
0 votes
1 answer

[ERROR][org.logstash.Logstash] java.lang.NoClassDefFoundError: Could not initialize class org.logstash.config.ir.compiler.ComputeStepSyntaxElement

Hi@akhtar, Logstash server needs OpenJDK in the background. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,717 views
0 votes
1 answer

What are the steps to unstage files and discard changes in the working directory?

If the git status command displays 'myfile.txt' ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
1,711 views
0 votes
1 answer

Getting Error when trying to print IP to a file with terraform local-exec

I think you go in the wrong ...READ MORE

Aug 2, 2018 in DevOps Tools by Kalgi
• 52,360 points
1,638 views
0 votes
1 answer

Error saying "client and server don't have same version (client : 1.19, server: 1.18)"

As of docker-compose 1.4 you can now ...READ MORE

Jul 19, 2018 in DevOps Tools by Kalgi
• 2,680 points
1,634 views
0 votes
1 answer
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,440 points
1,520 views
0 votes
1 answer

How to connect log file as an input in Logstash?

Hi@akhtar, You can use the file plugin to ...READ MORE

Jun 17, 2020 in DevOps Tools by MD
• 95,440 points
1,520 views