diff --git a/.ci/pot/Jenkinsfile b/.ci/pot/Jenkinsfile new file mode 100644 index 00000000000..c95bbd41e67 --- /dev/null +++ b/.ci/pot/Jenkinsfile @@ -0,0 +1,14 @@ +#!groovy + + +properties([ + parameters([ + string(defaultValue: '', + description: 'Pipeline shared library version (branch/tag/commit). Determined automatically if empty', + name: 'library_version') + ]) +]) + +loadOpenVinoLibrary { + potEntrypoint(this) +}