How to Make Aex Rom

6th of April 2018

What is Jenkins?

Jenkins is an open source automation server written in Java. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. (Wikipedia)

1. Required packages
sudo apt-get update
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
2. Start jenkins service
service jenkins start
3. Command to fix permission
setfacl -m user:jenkins:rwx ~/
setfacl -m user:jenkins:rwx /home/username
  1. https://plugins.jenkins.io/ansicolor
  2. https://plugins.jenkins.io/simple-theme-plugin
  3. https://plugins.jenkins.io/publish-over-ftp
  4. http://afonsof.com/jenkins-material-theme