This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech:devops:jenkins:start [2018/12/19 01:35] rk4n3 |
tech:devops:jenkins:start [2018/12/19 01:39] (current) rk4n3 |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
* OpenJDK 8: ''yum install java-1.8.0-openjdk-devel'' | * OpenJDK 8: ''yum install java-1.8.0-openjdk-devel'' | ||
- | * Misc: ''yum install wget rsync git vim'' | ||
* Maven: [[#maven_installation|see installation instructions below]] | * Maven: [[#maven_installation|see installation instructions below]] | ||
Line 23: | Line 22: | ||
firewall-cmd --reload | firewall-cmd --reload | ||
</code> | </code> | ||
- | Remember to ''systemctl enable jenkins'' and ''service jenkins start'' \\ | + | Remember to ''systemctl enable jenkins'' and ''systemctl start jenkins'' \\ |
Log in (default login is ''admin'' with password ''admin'') and change password, add user(s) \\ | Log in (default login is ''admin'' with password ''admin'') and change password, add user(s) \\ | ||