PVPiyush Vishnoiinpiyush992000.hashnode.dev·Nov 25, 2020 · 2 min readJenkins integration with SonarqubeGo to the Jenkins dashboard at localhost:8080 Click on the new item option Enter the name for the project Select project type as maven project Click on OK In the dashboard that appears, go the source code management and provide the location of the ...00
PVPiyush Vishnoiinpiyush992000.hashnode.dev·Nov 25, 2020 · 2 min readSonarqube download and Static Code Analysis Using itGo to sonarqube.org/download to download Sonarqube Download the community edition The download is a zipped folder. Extract the zipped folder In the extracted folder go to bin, and them to Windows-x86-64 (assuming Windows OS) to find a file named St...00
PVPiyush Vishnoiinpiyush992000.hashnode.dev·Nov 25, 2020 · 2 min readJenkins integration with Github and MavenStart the Jenkins service using the java -jar jenkins.war command in the command prompt Go to the Jenkins dashboard at localhost:8080 Click on the new item option Select the maven project option Give a name to the project Click ok You will be direc...00
PVPiyush Vishnoiinpiyush992000.hashnode.dev·Nov 25, 2020 · 1 min readJenkins integration with GithubStart the Jenkins service using the command: java -jar jenkins.war in the command prompt Go to the Jenkins dashboard at localhost:8080 Click on the new item option Select the freestyle project option Give a name to the project Click ok You will b...01S
PVPiyush Vishnoiinpiyush992000.hashnode.dev·Nov 25, 2020 · 2 min readInstallation of Jenkins and execution of a jobGo to the download website for Jenkins: https://www.jenkins.io/download/ And download the binaries for Jenkins for Windows The download to produce a file named jenkins.war Use this file to run Jenkins. Open the command prompt. Traverse to the d...01S