Environment:
Installation Method
More choose to download the official website https://jenkins.io/download/ system, download the upload server to run, install Java environment.
I. GitHub Configuration
1. Create a personal access tokens, save the generated token, and click Settings> developer Settings> Generate new token in personal settings.
2. Set the hook webhooks in the repository project. After the GIT repository is updated, it will be comrade Jenkins. The IP address is set to the server IP address, and the port is fixed according to the Jenkins setting.
Note: Port 80 is forwarded to port 8090 in nginx at the beginning. Port 80 is configured during configuration, but the hook call is always unavailable. Therefore, port 8090 is opened directly.
Ii. Jenkins Configuration
Project browser access address
Use the GIT address to add the GitHub account password
Add the saved token
Finally, save and click build now.
Set successfully
Jenkins and GitHub Configuration