Files
openvino/Jenkinsfile
2020-10-05 23:37:19 +03:00

10 lines
281 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)