Add Jenkinsfile for POT (#8179)

This commit is contained in:
Andrey Babushkin 2021-10-26 23:05:53 +03:00 committed by GitHub
parent fb9c949b29
commit 16cee44fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.ci/pot/Jenkinsfile vendored Normal file
View File

@ -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)
}