Erase from unwaited requests container on QoS abort (#3125)
[platform/upstream/dldt.git] / Jenkinsfile
1 #!groovy
2
3 properties([
4     parameters([
5         booleanParam(defaultValue: true,
6                      description: 'Cancel the rest of parallel stages if one of them fails and return status immediately',
7                      name: 'failFast'),
8         string(defaultValue: '',
9                description: 'Pipeline shared library version (branch/tag/commit). Determined automatically if empty',
10                name: 'library_version')
11     ])
12 ])
13 loadOpenVinoLibrary {
14     entrypoint(this)
15 }