1. upload java maven project to Github
2. Jenkins install Git plugin
Go to Jenkins--global setting
change , git executable path--installation path
install github authaction
create new maven project,and config Github
run below command first when meet access deny and ssl error ,error code 128 when connnect Git:
git config --global http.sslVerify false
credential --choose username and password
Build