1 Star 0 Fork 33

一生无忧/spring-boot-project

forked from 杜宽/spring-boot-project 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Jenkinsfile 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
一生无忧 提交于 2024-08-30 09:57 . update Jenkinsfile.
pipeline {
agent any
tools {
maven 'maven'
}
stages {
stage('Build') {
steps {
sh "mvn clean package spring-boot:repackage"
sh "printenv" // 将环境变量打印到console中
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/worry-free-life/spring-boot-project.git
git@gitee.com:worry-free-life/spring-boot-project.git
worry-free-life
spring-boot-project
spring-boot-project
master

搜索帮助