Changes in Jenkinsfile [3149e7e:f97b614]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r3149e7e rf97b614 80 80 make_doc() 81 81 } 82 }83 84 def benchmark() {85 stage 'Benchmark'86 87 status_prefix = 'Documentation'88 89 // sh 'make -C src/benchmark csv-data >> /u/cforall/public_html/perf-history/concurrency.csv'90 82 } 91 83 … … 191 183 doc_build() 192 184 193 //Run benchmark and save result194 benchmark()195 196 185 if( bIsFullBuild ) { 197 186 //Compile using gcc-5
Note:
See TracChangeset
for help on using the changeset viewer.