install_NEO_OCL_driver: Updated exit codes, messages. Updated way to remove old drive...
[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)