mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08: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
|
|
|
|
}
|