jenkins

How To Install Tomcat on Windows 10 7

How To Install Apache Tomcat on Windows 10 7 Apache Tomcat is a web server, or application server. Tomcat is java web servlet container and web server from the Apache software foundation. It can...

How To Install Maven In Windows 7 8 10

How To Install Maven In Windows 7 8 10 maven build automation tool for java projects it manages build it manages dependencies and its provide documentation. Maven is a project management tool that is...

Sonarqube Not Starting in Linux Centos Rhel Docker-Solved

Sonarqube Not Starting in Linux Centos Rhel Docker-Solved common errors while launching sonarqube server 2018.08.01 07:51:49 WARN app[][o.s.a.p.AbstractProcessMonitor] Process exited with exit value [web]: 1 2018.08.01 07:51:49 INFO app[][o.s.a.SchedulerImpl] Process [web] is stopped 2018.08.01...

Configure Github WebHook For Jenkins

Configure Github WebHook For Jenkins webhooks are used to notify instantly whenever any changes happened in server. if any changes happens in git hub it will the send request to client, in our scenario...

MVN Command Execution Failed java io No Such File or Directory

mvn command execution failed java.io.IOException: error=2, No such file or directory FATAL: command execution failed java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) Caused: java.io.IOException: Cannot...