mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
8 lines
129 B
Groovy
8 lines
129 B
Groovy
// Only run on Linux atm
|
|
wrappedNode(label: 'ubuntu && ec2 && docker-edge') {
|
|
deleteDir()
|
|
stage "checkout"
|
|
checkout scm
|
|
|
|
}
|