diff --git a/Jenkinsfile b/Jenkinsfile index 3dc4630c802..630ca0194ed 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,12 @@ properties([ parameters([ booleanParam(defaultValue: true, description: 'Cancel the rest of parallel stages if one of them fails and return status immediately', - name: 'failFast') + name: 'failFast'), + string(defaultValue: '', + description: 'Pipeline shared library version (branch/tag/commit). Determined automatically if empty', + name: 'library_version') ]) ]) -dldtPipelineEntrypoint(this) +loadOpenVinoLibrary { + entrypoint(this) +}