summaryrefslogtreecommitdiff
path: root/packages/openvpn-otp/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/openvpn-otp/Jenkinsfile')
-rw-r--r--packages/openvpn-otp/Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openvpn-otp/Jenkinsfile b/packages/openvpn-otp/Jenkinsfile
index 9e0de629..302b42ab 100644
--- a/packages/openvpn-otp/Jenkinsfile
+++ b/packages/openvpn-otp/Jenkinsfile
@@ -14,10 +14,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')_
// NOTE: we can build with -d as the libbpf dependency is installed manually
// and not via a DEB package