




















这是一个创建于 1171 天前的主题,其中的信息可能已经有所发展或是发生改变。
stages {
stage('1') {
steps {
}
}
stage('2') {
steps {
}
}
stage('3') {
steps {
script{
try{}catch{
// 重新回到 stage2 执行构建
}
}
}
}
}
}
这样是否能做到
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。