提交 9731522f 编写于 作者: J Jesse Glick 提交者: Oleg Nenashev

[INFRA-2028] The timestamps step is no longer necessary. (#4068)

上级 0f73231f
......@@ -26,7 +26,6 @@ for(j = 0; j < jdks.size(); j++) {
def jdk = jdks[j]
builds["${buildType}-jdk${jdk}"] = {
node(buildType.toLowerCase()) {
timestamps {
// First stage is actually checking out the source. Since we're using Multibranch
// currently, we can use "checkout scm".
stage('Checkout') {
......@@ -73,7 +72,6 @@ for(j = 0; j < jdks.size(); j++) {
}
}
}
}
}
}
}}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册