diff options
| author | tgrogers <[email protected]> | 2019-06-03 22:19:28 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-03 22:19:28 -0400 |
| commit | 9e471a8b80760bebb557213ec708f418a2b15c8d (patch) | |
| tree | 0e40c74dfa7663d30805e6d9402a3d520d95610d /Jenkinsfile | |
| parent | 4e0f47118645fc1f12eeb1335558649b277ee3bc (diff) | |
forgot tee
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 7f5bbbf..2f293b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,7 +67,7 @@ pipeline { source `pwd`/setup_environment &&\ PLOTDIR="jenkins/${JOB_NAME}" &&\ ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft -C GTX480,GTX480-PTXPLUS > stats-per-kernel-4.2.csv &&\ - ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-4.2.csv $PLOTDIR ${BUILD_NUMBER} | correl.4.2.txt' + ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-4.2.csv $PLOTDIR ${BUILD_NUMBER} | tee correl.4.2.txt' } } stage('9.1-correlate'){ |
