Changeset 7a230fd


Ignore:
Timestamp:
Apr 26, 2019, 4:13:11 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
3898392
Parents:
38c0fe5
Message:

Tentative fix for global variable usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r38c0fe5 r7a230fd  
    11#!groovy
     2
     3import groovy.transform.Field
    24
    35//===========================================================================================================
     
    165167}
    166168
    167 CompileGroup = new PlotGroup('Compilation', 'seconds', true)
    168 ConcurrencyGroup = new PlotGroup('Concurrency', 'nanoseconds', false)
     169@Field PlotGroup CompileGroup = new PlotGroup('Compilation', 'seconds', true)
     170@Field PlotGroup ConcurrencyGroup = new PlotGroup('Concurrency', 'nanoseconds', false)
    169171
    170172def publish() {
     
    326328                this.IsSandbox          = (branch == "jenkins-sandbox")
    327329                this.RunAllTests        = param.RunAllTests
    328                 this.RunBenchmark       = param.RunBenchmark || this.IsSandbox
     330                this.RunBenchmark       = param.RunBenchmark
    329331                this.BuildDocumentation = param.BuildDocumentation
    330                 this.Publish            = param.Publish || this.IsSandbox
     332                this.Publish            = param.Publish
    331333                this.Silent             = param.Silent
    332334
Note: See TracChangeset for help on using the changeset viewer.