mirror of https://github.com/docker/docs.git
Use Jenkins nodes that support multi-stage (#5669)
This commit is contained in:
parent
d85e0d09c3
commit
26dfec2aa8
|
@ -1,4 +1,4 @@
|
|||
wrappedNode(label: 'linux && x86_64') {
|
||||
wrappedNode(label: 'ubuntu-1604 && x86_64') {
|
||||
timeout(time: 60, unit: 'MINUTES') {
|
||||
deleteDir()
|
||||
stage "checkout"
|
||||
|
|
Loading…
Reference in New Issue