mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Use Jenkins nodes that support multi-stage (#5669)
This commit is contained in:
committed by
GitHub
parent
d85e0d09c3
commit
26dfec2aa8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,4 +1,4 @@
|
||||
wrappedNode(label: 'linux && x86_64') {
|
||||
wrappedNode(label: 'ubuntu-1604 && x86_64') {
|
||||
timeout(time: 60, unit: 'MINUTES') {
|
||||
deleteDir()
|
||||
stage "checkout"
|
||||
|
||||
Reference in New Issue
Block a user