Commit ecb5eccc authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Checkout from src

parent 87d0ef64
class Checkout {
def run() {
println "Checkout module"
checkout scm
}
}
\ No newline at end of file
#!/usr/bin/env groovy
def call(body) {
checkout scm
new Checkout().run()
return this
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment