diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-10 15:37:10 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-10 15:38:35 +0100 |
commit | aa8cb769795ed53dbac885c4cb0038f30ce4f7aa (patch) | |
tree | 65cfb9f304fda9df24f507c5f59ed75bf913e557 /Jenkinsfile | |
parent | 6d61a39580c94706a950e14be3495a7c23f9d84b (diff) | |
download | vyos-build-aa8cb769795ed53dbac885c4cb0038f30ce4f7aa.tar.gz vyos-build-aa8cb769795ed53dbac885c4cb0038f30ce4f7aa.zip |
Jenkins: select build library from equuleus branch
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 = [ |