5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
|
def loadApp(String addr) {
|
||
|
sh 'git clone ${addr} ./'
|
||
|
}
|
||
|
}
|