github + jenkins + maven + docker build deployment automation

1.github + jenkins + maven + docker deploy automated build Reference document:

https://blog.csdn.net/njzcx/article/details/80979157

 

2.MAVEN installation verification document

https://www.cnblogs.com/116970u/p/11211963.html

 

3.GitHub Hook Jenkins

https://www.cnblogs.com/hd92/p/11138010.html

The results: Jenkins is no public IP address, so the server can not access prompt prompt webhook

 GIT

1.git create a branch

https://blog.csdn.net/u014330763/article/details/80026238

2.git record github account

https://www.cnblogs.com/yimingwang/p/9593166.html

3.git push -u origin master

Upload the local branch of the current code to the master branch. git push upload all local branch code corresponding to the remote branch.

4.git modify and submit: https: //www.cnblogs.com/AmyHu/p/10796655.html

git status

git diff pom.xml

git add pom.xml

git status

git commit -m "nodify pom.xml"

git push

Guess you like

Origin www.cnblogs.com/cevinchen/p/11488348.html