mirror of
https://github.com/goharbor/harbor
synced 2025-04-24 19:12:57 +00: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")
|
|
}
|