diff options
author | John Estabrook <jestabro@vyos.io> | 2021-11-08 10:19:52 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-11-08 10:19:52 -0600 |
commit | f113b86b850255e93f6aadcb3dc7bea5dc816023 (patch) | |
tree | 16718135c7caaa0f547f23f59294a96fce18dd2e | |
parent | ba31c544063f1bfe353a3e7469fb4d5b65a9c126 (diff) | |
download | vyos-http-api-tools-f113b86b850255e93f6aadcb3dc7bea5dc816023.tar.gz vyos-http-api-tools-f113b86b850255e93f6aadcb3dc7bea5dc816023.zip |
Jenkins: fix buildPackage command and comment
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 5a13338..58f9ae5 100644 --- a/Jenkinsfile +++ b/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 'equuleus' 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@equuleus')_ // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage(null, null, null, true) +buildPackage() |