diff options
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 93fc5c8..120fbfd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,8 +17,8 @@ // Using a version specifier library, use 'current' 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@equuleus')_ // Start package build using library function from https://github.com/vyos/vyos-build def buildCmd = "dpkg-buildpackage -b -us -uc -tc && rm -f mk/Makefile.deb" -buildPackage(null, null, buildCmd, true) +buildPackage(null, null, buildCmd) |