openvino/Jenkinsfile

11 lines
282 B
Plaintext
Raw Normal View History

#!groovy
2020-10-27 07:12:33 -05:00
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)