https://stackoverflow.com/a/57700789
Tag: jenkins
Add macOS agent to Jenkins
Allow ssh at your mac like so https://osxdaily.com/2011/09/30/remote-login-ssh-server-mac-os-x/ Install java at your mac Thes add a new node at Jenkins And configure a job to use a specific agent
Jenkins change language
Manage Jenkins -> Manage Plugins select Available, and filter Locale and then install without a restart. Once success installation. Go to Manage Jenkins -> Configure system and search for Locale. Add your preferred language and whether to override for all READ MORE
Install Jenkins on Debian/Ubuntu
Debian/Ubuntu https://www.jenkins.io/doc/book/installing/#debianubuntu On Debian and Debian-based distributions like Ubuntu you can install Jenkins through apt. 6 java -version 297 systemctl status jenkins 298 systemctl enable jenkins 299 sudo systemctl enable jenkins 300 systemctl status jenkins 301 systemctl restart jenkins 302 sudo READ MORE