6 lines
56 B
Groovy
6 lines
56 B
Groovy
#!/usr/bin/env groovy
|
|
|
|
void call() {
|
|
checkout scm
|
|
}
|
#!/usr/bin/env groovy
|
|
|
|
void call() {
|
|
checkout scm
|
|
}
|