diff options
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 814e6d5f..01858f2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,11 +16,10 @@ @NonCPS -// Using a version specifier library, use 'current' branch. The underscore (_) +// Using a version specifier library, use 'equuleus' 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@equuleus')_ // Only keep the 10 most recent builds def projectProperties = [ |