Tag: Jenkins
Artifactory Configuration
Jenkins Email Configuration
Jenkins Installation & Simple Job Configuration on Ubuntu
Jenkins Classroom Series -15/Sep/2019
Git Hooks and Jenkins Integration
SonarQube
Installing SonarQube In this document we would install sonarqube as referred over here The default user name and password is admin. Now navigate to http://<ipaddress>:9000 Once you login with default credentials you will be asked to provide a token Language which you want todo analysis. In this documentation i had selected java & token name as… Continue reading SonarQube
Installing Specific LTS Version of Jenkins on Ubuntu
Install openjdk8 Execute the following commands in order sudo apt-get update sudo apt-cache search openjdk Note: Select any suitable package from the top. This documentation selects the openjdk-8-jdk sudo apt-get install openjdk-8-jdk Prepare your system for jenkins in ubuntu Execute the following commands wget -q -O – https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add – echo deb… Continue reading Installing Specific LTS Version of Jenkins on Ubuntu
