diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-01 09:08:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 09:08:44 +0100 |
commit | 0f1c429e06c1f64cac84a93188beb3567b8d7f11 (patch) | |
tree | 8e81453185ca25be762c8559967dea9b45590028 /packages | |
parent | ea5d3cd7d9a198b5390a660d99a0321581c54271 (diff) | |
parent | 04a4635f5eaa922aac9379e32f4d89c2dd40496c (diff) | |
download | vyos-build-0f1c429e06c1f64cac84a93188beb3567b8d7f11.tar.gz vyos-build-0f1c429e06c1f64cac84a93188beb3567b8d7f11.zip |
Merge pull request #447 from aapostoliuk/T5402-sagitta
keepalived: T5402: Fixed Vyos branch in the Jenkins file
Diffstat (limited to 'packages')
-rw-r--r-- | packages/keepalived/Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile index b91c927e..2f918604 100644 --- a/packages/keepalived/Jenkinsfile +++ b/packages/keepalived/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 = 'keepalived' |