mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
9 lines
138 B
Groovy
9 lines
138 B
Groovy
// Only run on Linux atm
|
|
wrappedNode(label: 'docker') {
|
|
deleteDir()
|
|
stage "checkout"
|
|
checkout scm
|
|
|
|
documentationChecker("docs")
|
|
}
|