jenkins-scripts/clone/Jenkinsfile
2020-03-02 22:35:26 +03:00

5 lines
69 B
Groovy

def loadApp(String addr) {
sh 'git clone ${addr} ./'
}
}