mirror of
https://github.com/mudler/luet.git
synced 2025-07-12 14:48:28 +00: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
|
|
|
|
}
|