1 Star 0 Fork 33

yacehua/spring-boot-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-agent 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
long1318737396 提交于 2022-10-24 12:00 . update docker-agent.
pipeline {
agent {docker{
image 'maven:3-alpine'
label 'test'
args '-v /opt/maven/root/.m2'
}
}
stages {
stage('Hello') {
steps {
git credentialsId: 'gitee','https://gitee.com/dukuan/spring-boot-project.git'
sh 'mvn clean install -DskipTests=true '
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yamahua/spring-boot-project.git
git@gitee.com:yamahua/spring-boot-project.git
yamahua
spring-boot-project
spring-boot-project
master

搜索帮助