Difference between revisions of "Jenkins"

From Wasya Wiki
Jump to: navigation, search
(Install)
Line 23: Line 23:
 
** disable cobertura in pom.xml
 
** disable cobertura in pom.xml
 
* From: http://blog.arungupta.me/setup-local-nexus-repository-deploying-war-from-maven-techtip74/
 
* From: http://blog.arungupta.me/setup-local-nexus-repository-deploying-war-from-maven-techtip74/
 +
 +
=== password reset ===
 +
/var/lib/jenkins/users/username/config.xml
 +
<passwordHash>#jbcrypt:$2a$10$razd3L1aXndFfBNHO95aj.IVrFydsxkcQCcLmujmFQzll3hcUrY7S</passwordHash>
 +
The password is test

Revision as of 15:51, 1 November 2018

Install

From: http://tipsonubuntu.com/2016/07/31/install-oracle-java-8-9-ubuntu-16-04-linux-mint-18/

Install Java

From: https://jenkins.io/doc/book/installing/#linux

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

Jenkins config

password reset

/var/lib/jenkins/users/username/config.xml
<passwordHash>#jbcrypt:$2a$10$razd3L1aXndFfBNHO95aj.IVrFydsxkcQCcLmujmFQzll3hcUrY7S</passwordHash>
The password is test