Use Jenkins nodes that support multi-stage (#5669)

This commit is contained in:
Misty Stanley-Jones 2018-01-04 17:19:48 -08:00 committed by GitHub
parent d85e0d09c3
commit 26dfec2aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
wrappedNode(label: 'linux && x86_64') {
wrappedNode(label: 'ubuntu-1604 && x86_64') {
timeout(time: 60, unit: 'MINUTES') {
deleteDir()
stage "checkout"