summaryrefslogtreecommitdiff
path: root/packages/aws-gwlbtun/Jenkinsfile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-08-31 13:55:56 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-08-31 14:35:32 +0000
commit8735d0d83d9baddd37f18e4f4bae4ac54e185683 (patch)
treed7d7e47328bb1a936ecb2f7aa82ac4fbadfe931b /packages/aws-gwlbtun/Jenkinsfile
parent50ca4b0bbecfd8f63d08bf54943c133ce1b1f3cb (diff)
downloadvyos-build-8735d0d83d9baddd37f18e4f4bae4ac54e185683.tar.gz
vyos-build-8735d0d83d9baddd37f18e4f4bae4ac54e185683.zip
T5261: Update aws-gwlbtun packet
Diffstat (limited to 'packages/aws-gwlbtun/Jenkinsfile')
-rw-r--r--packages/aws-gwlbtun/Jenkinsfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/aws-gwlbtun/Jenkinsfile b/packages/aws-gwlbtun/Jenkinsfile
deleted file mode 100644
index 006c13bf..00000000
--- a/packages/aws-gwlbtun/Jenkinsfile
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (C) 2023 VyOS maintainers and contributors
-//
-// This program is free software; you can redistribute it and/or modify
-// in order to easy exprort images built to "external" world
-// it under the terms of the GNU General Public License version 2 or later as
-// published by the Free Software Foundation.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
-@NonCPS
-
-// 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')_
-
-def pkgList = [
- ['name': 'aws-gwlbtun',
- 'scmCommit': 'eb51d33',
- 'scmUrl': 'https://github.com/aws-samples/aws-gateway-load-balancer-tunnel-handler',
- 'buildCmd': 'cd ..; ./build.sh'],
-]
-
-// Start package build using library function from https://github.com/vyos/vyos-build
-buildPackage('aws-gwlbtun', pkgList, null, true, "**/packages/aws-gwlbtun/**")