FreeBSD 14
Sponsored Link

Jenkins : Install2024/08/23

 

Install CD (Continuous Delivery) System, Jenkins.

[1]

Install OpenJDK, refer to here.

[2] Install and start Jenkins.
root@dlp:~ #
pkg install -y jenkins
root@dlp:~ #
service jenkins enable

jenkins enabled in /etc/rc.conf
root@dlp:~ #
service jenkins start

Starting jenkins.
[3] Access to [https://(server's hostname or IP address):8080/] with Web browser from localhost or any Client Host, then, initial admin password is required to enter initial setup. Make sure initial admin password that is saved in [/usr/local/jenkins/secrets/initialAdminPassword] and input it to enter setup.
[4] This is the Jenkins initial setup. Select to install suggested plugins or to install from your own selected plugins. (proceed with [suggested plugins] on this example)
[5] The initial setup tasks run.
[6] Setting administrative user and password is required. Set any username and password you like.
[7] If you'd like to change Jenkins URL, change it on here. (proceed with default on this example)
[8] Initial setup finished. Click [Start using Jenkins] button to move Jenkins index page.
[9] This is the Jenkins index page.
[10] For next access to Jenkins, Login form is shown like follows, it's possible to authenticate with users you added in Jenkins.
Matched Content