diff options
| author | tgrogers <[email protected]> | 2018-03-28 13:03:10 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-28 13:03:10 -0400 |
| commit | 998ee2c94154f0fcd402fac1a05ca17bdd1482f6 (patch) | |
| tree | 423b1625be52609e7aa6311ecd35267ef05f8931 /Jenkinsfile | |
| parent | 9cdab90a180aea4d063d7b75bc085c4e8285bc49 (diff) | |
Explicitly loggin in with Jenkins
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a8bd7f7..f0a7935 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stage('simulations-build'){ steps{ sh 'rm -rf gpgpu-sim_simulations' - sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \ + sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ git pull && \ |
