summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-06-05 23:38:47 -0400
committertgrogers <[email protected]>2019-06-05 23:38:47 -0400
commitcc8ccad04d5fe65d0a7864019e185aecc8e9e9ae (patch)
tree7a2dcf5e07b54488af18ed7c60a4a466950aff64 /Jenkinsfile
parentefc9a2851b08e3bf6b6552dca5acf873749904b6 (diff)
I am giving up on reading a file in the email ext file.
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ead2457..f13a041 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
}
stages {
-/* stage('simulator-build') {
+ stage('simulator-build') {
steps {
parallel "4.2": {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\
@@ -79,7 +79,6 @@ pipeline {
./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-9.1.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.9.1.txt &&\
}
}
- */
stage('archive-and-delta') {
steps {
sh 'rm -rf gpgpu-sim-results-repo'