diff options
| author | tgrogers <[email protected]> | 2018-09-23 16:29:38 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-09-23 16:29:38 -0400 |
| commit | 1b343f2a88c54814370c02d368a7c0982d79fb2a (patch) | |
| tree | 20cd9d3bf967c5674f62688f69c5d68be63cd6ea /nightly.jenkinsfile | |
| parent | 7d75447aa9a0028f5a26e285c6586d9a0a2fb797 (diff) | |
Modifing the Jenkins scripts so that they can take the apps as a parameter
Diffstat (limited to 'nightly.jenkinsfile')
| -rw-r--r-- | nightly.jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index 78f3920..8f75f97 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -51,7 +51,7 @@ pipeline { sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\ source `pwd`/setup_environment &&\ PLOTDIR="jenkins/${JOB_NAME}" &&\ - ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh TITANX-2B,TITANX-L1ON-2B,P100-2B,TITANV-2B $PLOTDIR ${BUILD_NUMBER}' + ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh TITANX-2B,TITANX-L1ON-2B,P100-2B,TITANV-2B `cat ./gpgpu-sim_simulations/util/job_launching/apps/all-apps.list` $PLOTDIR ${BUILD_NUMBER}' } } } |
