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