摘要: 基础配置和上篇博客相同 1.项目配置 jekinsfile,放在项目根目录 pipeline { agent any stages { stage('拉取代码') { steps { checkout([$class: 'GitSCM', branches: [[name: '*/master']] 阅读全文
posted @ 2021-04-29 13:50 M号开发者 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 构建maven项目 1.搭建jekins请看 https://www.cnblogs.com/a1304908180/p/14714027.html 2.安装插件 Publish Over SSH插件,gieet插件等 3.jekins系统配置 环境变量要事先在linux服务器上安装好 4.项目配置 阅读全文
posted @ 2021-04-29 13:44 M号开发者 阅读(134) 评论(0) 推荐(0) 编辑