diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2023-10-31 11:40:18 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2023-10-31 12:01:56 +0200 |
commit | 04a4635f5eaa922aac9379e32f4d89c2dd40496c (patch) | |
tree | 32a874c24aec1c97d0fb40fdc483faf4899321c5 /packages | |
parent | 231dc565c0a6ad0a2f9366f8c38197a5007b7f8e (diff) | |
download | vyos-build-04a4635f5eaa922aac9379e32f4d89c2dd40496c.tar.gz vyos-build-04a4635f5eaa922aac9379e32f4d89c2dd40496c.zip |
keepalived: T5402: Fixed Vyos branch in the Jenkins file
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' |