yoloserv/modules/openvino-master/.ci/pot/Jenkinsfile
2024-01-22 10:12:33 -04: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)
}