Changeset f95e8f0
- Timestamp:
- Apr 24, 2019, 11:25:41 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f85464da
- Parents:
- ce2e547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rce2e547 rf95e8f0 315 315 } 316 316 317 this.IsSandbox = (branch == "jenkins-sandbox") 317 318 this.RunAllTests = param.RunAllTests 318 this.RunBenchmark = param.RunBenchmark 319 this.RunBenchmark = param.RunBenchmark || this.IsSandbox 319 320 this.BuildDocumentation = param.BuildDocumentation 320 this.Publish = param.Publish 321 this.Publish = param.Publish || this.IsSandbox 321 322 this.Silent = param.Silent 322 this.IsSandbox = (branch == "jenkins-sandbox")323 323 324 324 def full = param.RunAllTests ? " (Full)" : "" … … 418 418 419 419 def do_plot(String file, String group, String title) { 420 echo "file is ${BuildDir}/benchmark/${file}.csv, group ${group}, title ${title}" 421 fileExists "${BuildDir}/benchmark/${file}.csv" 420 422 plot csvFileName: "cforall-${env.BRANCH_NAME}-${file}.csv", 421 423 csvSeries: [[
Note: See TracChangeset
for help on using the changeset viewer.