1.推送代码进gitlab

yum -y install git
git clone http://192.168.1.45/root/devops-java-sample.git

cd devops-java-sample/

vi fuck.txt
git add .
git commit -m "Add initial Jenkins"
git config --global user.email "1@example.com"
 git config --global user.name "root"
git commit -m "Add initial Jenkin1111s"
 git push -u origin master

参考: https://blog.csdn.net/roler_/article/details/31488753

 2.多节点 - 添加节点 jenkins Slave 多主机构建

 https://www.cnblogs.com/yanshicheng/p/13406429.html
 

相关文章:

  • 2021-07-27
  • 2021-08-07
  • 2022-12-23
  • 2021-07-30
  • 2021-05-16
  • 2021-12-07
  • 2021-12-04
  • 2022-02-17
猜你喜欢
  • 2021-07-11
  • 2021-06-10
  • 2021-10-07
  • 2021-10-13
  • 2022-12-23
相关资源
相似解决方案