[IE CLDNN] Extend supported fusing cases for scale and eltwise (#1960)
[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 dldtPipelineEntrypoint(this)