diff options
Diffstat (limited to 'packages/vpp/Jenkinsfile')
-rw-r--r-- | packages/vpp/Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/vpp/Jenkinsfile b/packages/vpp/Jenkinsfile index 93c6c031..df95b60d 100644 --- a/packages/vpp/Jenkinsfile +++ b/packages/vpp/Jenkinsfile @@ -15,10 +15,10 @@ @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'sagitta' branch. The underscore (_) // is not a typo! You need this underscore if the line immediately after the // @Library annotation is not an import statement! -@Library('vyos-build@current')_ +@Library('vyos-build@sagitta')_ def package_name = 'vpp' |