Skip to content

Commit 16cee44

Browse files
authored
Add Jenkinsfile for POT (openvinotoolkit#8179)
1 parent fb9c949 commit 16cee44

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.ci/pot/Jenkinsfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!groovy
2+
3+
4+
properties([
5+
parameters([
6+
string(defaultValue: '',
7+
description: 'Pipeline shared library version (branch/tag/commit). Determined automatically if empty',
8+
name: 'library_version')
9+
])
10+
])
11+
12+
loadOpenVinoLibrary {
13+
potEntrypoint(this)
14+
}

0 commit comments

Comments
 (0)