diff options
author | John Estabrook <jestabro@vyos.io> | 2021-11-08 05:50:07 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-11-08 05:50:07 -0600 |
commit | ba31c544063f1bfe353a3e7469fb4d5b65a9c126 (patch) | |
tree | 4f66c7833a6415ce18bbbe07d5eeb7eb6882917c | |
parent | 021ce8762210a075f3a962e1018a62b6719b04d6 (diff) | |
download | vyos-http-api-tools-ba31c544063f1bfe353a3e7469fb4d5b65a9c126.tar.gz vyos-http-api-tools-ba31c544063f1bfe353a3e7469fb4d5b65a9c126.zip |
Jenkins: enable CI/CD pipeline library
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 21a6829..5a13338 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ // 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 buildPackage(null, null, null, true) |