提交 393fd0ae 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Update test1-cloud.jenkinsfile

上级 e34b8206
......@@ -13,6 +13,16 @@ pipeline {
}
stages {
stage("Clean Workspace"){
steps{
sh("ls -al ${env.WORKSPACE}")
deleteDir()
sh("ls -al ${env.WORKSPACE}")
}
}
stage("Git"){
steps{
timeout(time:5, unit:"MINUTES"){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册