提交 6a8b2c3d authored 作者: xingxiaofeng's avatar xingxiaofeng

jenkinsfile

上级 600c1bf0
pipeline {
agent any
stages {
stage('Build') {
steps {
// 使用Shell脚本执行构建命令
// 这里以Maven构建Java项目为例
script {
sh 'mvn clean package'
}
}
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论