diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-29 20:34:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-29 20:35:12 +0200 |
commit | d0185447a0bd7002108112c40cae7cf105188fdc (patch) | |
tree | 42a94e61a247908d6f5215c9fff2ca01cc07aebb | |
parent | 8d2c192e24c4ff01bb7bbb3dcd3ed0409626d5aa (diff) | |
download | vyos-xe-guest-utilities-1.3.3-epa1.tar.gz vyos-xe-guest-utilities-1.3.3-epa1.zip |
Jenkins: use build library from equuleus branch1.3.81.3.71.3.61.3.51.3.41.3.3-epa11.3.31.3.2equuleus
-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) |