diff options
Diffstat (limited to 'Jenkinsfile.docker')
-rw-r--r-- | Jenkinsfile.docker | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile.docker b/Jenkinsfile.docker index 2cac4548..0fbdaa08 100644 --- a/Jenkinsfile.docker +++ b/Jenkinsfile.docker @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -// Copyright (C) 2019-2021 VyOS maintainers and contributors +// Copyright (C) 2019-2023 VyOS maintainers and contributors // // This program is free software; you can redistribute it and/or modify // in order to easy exprort images built to "external" world @@ -15,10 +15,10 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. @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')_ setDescription() pipeline { |