projects
/
platform
/
upstream
/
dldt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[IE][VPU][nGraph]: Enables dynamic Reshape with non-const pattern support in myriad...
[platform/upstream/dldt.git]
/
Jenkinsfile
1
#!groovy
2
properties([
3
parameters([
4
booleanParam(defaultValue: true,
5
description: 'Cancel the rest of parallel stages if one of them fails and return status immediately',
6
name: 'failFast')
7
])
8
])
9
10
dldtPipelineEntrypoint(this)