diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-05-21 09:30:51 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-05-21 09:30:51 +0200 |
| commit | b75cde0d2da4659685ddad6ccfb91762dd1881ca (patch) | |
| tree | f36b6c8fcf1ff1bfdfec36ece2200bdce0a23f21 /packages/amazon-cloudwatch-agent | |
| parent | d1d78b1b7282d90f3a7b09bbdd96fb8f8f526b70 (diff) | |
| download | vyos-missing-b75cde0d2da4659685ddad6ccfb91762dd1881ca.tar.gz vyos-missing-b75cde0d2da4659685ddad6ccfb91762dd1881ca.zip | |
added missing packages for sagitta
Diffstat (limited to 'packages/amazon-cloudwatch-agent')
| -rw-r--r-- | packages/amazon-cloudwatch-agent/Jenkinsfile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/amazon-cloudwatch-agent/Jenkinsfile b/packages/amazon-cloudwatch-agent/Jenkinsfile index 12bdb31..ff347dc 100644 --- a/packages/amazon-cloudwatch-agent/Jenkinsfile +++ b/packages/amazon-cloudwatch-agent/Jenkinsfile @@ -17,17 +17,15 @@ // 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@equuleus')_ +@Library('vyos-build@sagitta')_ -// v1.247359.1 2023-05-16: commit id 2dd89ab -// v1.247357.0 2022-12-14: commit id 24420d8 -// v1.247354.0 2022-07-21: commit id 06b61c9 +// v1.300034.0 2024-03-15: commit id 2ad5e3a def pkgList = [ ['name': "amazon-cloudwatch-agent", - 'scmCommit': '06b61c9', + 'scmCommit': '2ad5e3a', 'scmUrl': 'https://github.com/aws/amazon-cloudwatch-agent', - 'buildCmd': "make build && make package-deb"], + 'buildCmd': "make prepackage package-deb"], ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('amazon-cloudwatch-agent', pkgList, null, "**/packages/amazon-cloudwatch-agent/**") +buildPackage('amazon-cloudwatch-agent', pkgList, null, true, "**/packages/amazon-cloudwatch-agent/**") |
