Difference between revisions of "Jenkins"

From RobotinoWiki
(Install Jenkins)
(Install Jenkins)
Line 7: Line 7:
 
apt install jenkins
 
apt install jenkins
 
</pre>
 
</pre>
 +
 +
==Jenkins Browser init Setup and Plugins follow on==
 +
 +
https://localhost:8080
 +
 +
Install suggested plug-ins, add the following plug-ins additionally:
 +
* CMake
 +
* Bulk Builder
 +
* Debian Package Builder
 +
* Multijob
 +
* Priority Sorter Plugin
 +
* Publish Over SSH

Revision as of 09:42, 15 May 2019

Install Jenkins

apt install openjdk-8-jdk
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
echo "deb http://pkg.jenkins.io/debian-stable binary/" > /etc/apt/sources.list.d/jenkins.list
apt-get update
apt install jenkins

Jenkins Browser init Setup and Plugins follow on

https://localhost:8080

Install suggested plug-ins, add the following plug-ins additionally:

  • CMake
  • Bulk Builder
  • Debian Package Builder
  • Multijob
  • Priority Sorter Plugin
  • Publish Over SSH