1 Star 1 Fork 1

flash-sloth/fs-util-parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2024-06-04 10:58 +08:00 . feat: init
#!groovy
pipeline {
agent any
stages {
stage('maven 本地编译fs-util模块') {
steps {
echo "maven 本地编译fs-util模块"
sh "pwd"
sh 'mvn clean ${MAVEN_COMMAND} -T8 -Dmaven.compile.fork=true -Dmaven.test.skip=true'
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/flash-sloth/fs-util-parent.git
[email protected]:flash-sloth/fs-util-parent.git
flash-sloth
fs-util-parent
fs-util-parent
master

搜索帮助