summaryrefslogtreecommitdiff
path: root/Jenkinsfile.docker
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-25 20:24:09 +0200
committerChristian Breunig <christian@breunig.cc>2023-09-25 20:36:56 +0200
commit1746109255d3d4cdde3540f8eb099adddccd2468 (patch)
tree3c516b70c45ff7a9a91c38c0936d753483a81f9f /Jenkinsfile.docker
parenta6043c57aee4cd69fa38f52f7b6119efb8e55eca (diff)
downloadvyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.tar.gz
vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.zip
ci/cd: update branch references current -> sagitta
Diffstat (limited to 'Jenkinsfile.docker')
-rw-r--r--Jenkinsfile.docker6
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 {