diff options
| author | tgrogers <[email protected]> | 2017-07-19 12:11:12 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-19 12:11:12 -0400 |
| commit | db12eb64eba57cecd8d3cfc7ea1357c78b2d399d (patch) | |
| tree | 9d38da83fbd18c4ffc70888796d5c2cfcc663623 /Jenkinsfile | |
| parent | e7faf0c76c98ccfc6d5ffde90d16a201411d0e2f (diff) | |
trying to refomat the Jenkinsfile to be more reader friendly
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 6063245..453cce4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,16 @@ pipeline { stages { stage('4.2-regress') { steps { - sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh && source `pwd`/setup_environment && make -j && rm -rf gpgpu-sim_simulations && git clone https://github.com/tgrogers/gpgpu-sim_simulations.git && cd gpgpu-sim_simulations && git checkout purdue-cluster && make -j -C ./benchmarks/src all && ./util/job_launching/run_simulations.py -N regress &&./util/job_launching/monitor_func_test.py -v -N regress' + sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\ + source `pwd`/setup_environment && \ + make -j && \ + rm -rf gpgpu-sim_simulations && \ + git clone https://github.com/tgrogers/gpgpu-sim_simulations.git && \ + cd gpgpu-sim_simulations && \ + git checkout purdue-cluster && \ + make -j -C ./benchmarks/src all && \ + ./util/job_launching/run_simulations.py -N regress && \ + ./util/job_launching/monitor_func_test.py -v -N regress' } } } |
