Minimum Requirement:
- Java 8
- MySQL 5.6
Create user sonar and give them password
Create file create_database.sql
| #!groovy | |
| # Best of Jenkinsfile | |
| # `Jenkinsfile` is a groovy script DSL for defining CI/CD workflows for Jenkins | |
| node { | |
| } |
Migrating sonarqube 6.7.x db from mysql to postgresql 10 on ubuntu 16.04
Before migrating
Make sure that you download the same version as your sonarqube 6.7.x And make sure your running in sudo
In this tutorial I will be using the sonarqube 6.7.5
How to update your Jenkins 2.176.x to 2.222.4 and java 8 to 11 in ubuntu 16.04 manually
This doc will tell you how to update your java to 11 and update Jenkins to version 2.222.4
Make sure the jenkins run in the quite mode
http://your_jenkins_url/quietDown
Install docker latest with ZFS as storage driver on Ubuntu 18.04.
Reminder before we go deep down in to the installation.
ZFS is only supported on Docker Engine - Community with Ubuntu 14.04 or higher, with the zfs package (16.04 and higher) or zfs-native and ubuntu-zfs packages (14.04) installed.
In this tutorial I'm using an aws ec2 instance with fresh installed Ubuntu 18.04 Let's get started