Add Jenkinsfile for POT (#8179)
This commit is contained in:
parent
fb9c949b29
commit
16cee44fbb
14
.ci/pot/Jenkinsfile
vendored
Normal file
14
.ci/pot/Jenkinsfile
vendored
Normal 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)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user