change timings() to reportTimings()
refs DE-372 [canvas-builds-refspec=4d1df9b4f861cd8f8c0a25d37d17d2439cb177ff] Change-Id: I8cdfd3ac92f738bd3124367d07a8dbd629499d9a Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/279809 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Ogata <aogata@instructure.com> Product-Review: Aaron Ogata <aogata@instructure.com> Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com>
This commit is contained in:
parent
ba0eb1c83c
commit
87261698c1
|
@ -387,7 +387,7 @@ pipeline {
|
|||
}
|
||||
]
|
||||
|
||||
extendedStage('Root').hooks(postBuildHandler).obeysAllowStages(false).timings(false).execute {
|
||||
extendedStage('Root').hooks(postBuildHandler).obeysAllowStages(false).reportTimings(false).execute {
|
||||
def rootStages = [:]
|
||||
|
||||
buildParameters += string(name: 'CANVAS_BUILDS_REFSPEC', value: "${env.CANVAS_BUILDS_REFSPEC}")
|
||||
|
@ -412,7 +412,7 @@ pipeline {
|
|||
buildParameters += string(name: 'CANVAS_LMS_REFSPEC', value: env.CANVAS_LMS_REFSPEC)
|
||||
}
|
||||
|
||||
extendedStage('Builder').nodeRequirements(label: 'canvas-docker', podTemplate: null).obeysAllowStages(false).timings(false).queue(rootStages) {
|
||||
extendedStage('Builder').nodeRequirements(label: 'canvas-docker', podTemplate: null).obeysAllowStages(false).reportTimings(false).queue(rootStages) {
|
||||
extendedStage('Setup')
|
||||
.obeysAllowStages(false)
|
||||
.timeout(2)
|
||||
|
|
Loading…
Reference in New Issue