summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-03-28 13:03:10 -0400
committertgrogers <[email protected]>2018-03-28 13:03:10 -0400
commit998ee2c94154f0fcd402fac1a05ca17bdd1482f6 (patch)
tree423b1625be52609e7aa6311ecd35267ef05f8931
parent9cdab90a180aea4d063d7b75bc085c4e8285bc49 (diff)
Explicitly loggin in with Jenkins
-rw-r--r--Jenkinsfile2
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 && \