Files
openvino/Jenkinsfile
Andrey Babushkin 1a4340fabb Bump infra
2020-10-27 15:12:33 +03:00

11 lines
282 B
Groovy
Executable File

#!groovy
properties([
parameters([
booleanParam(defaultValue: true,
description: 'Cancel the rest of parallel stages if one of them fails and return status immediately',
name: 'failFast')
])
])
dldtPipelineEntrypoint(this)