summaryrefslogtreecommitdiff
path: root/packages/amazon-cloudwatch-agent/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/amazon-cloudwatch-agent/Jenkinsfile')
-rw-r--r--packages/amazon-cloudwatch-agent/Jenkinsfile12
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/**")