Files
openvino/.ci/pot/Jenkinsfile
2021-10-26 23:05:53 +03:00

15 lines
291 B
Groovy

#!groovy
properties([
parameters([
string(defaultValue: '',
description: 'Pipeline shared library version (branch/tag/commit). Determined automatically if empty',
name: 'library_version')
])
])
loadOpenVinoLibrary {
potEntrypoint(this)
}