mirror of
https://github.com/mudler/luet.git
synced 2025-06-27 07:50:18 +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
|
|
|
|
}
|