diff options
Diffstat (limited to 'packages/aws-gateway-load-balancer-tunnel-handler')
-rw-r--r-- | packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile index 0f9cb7e3..70746aee 100644 --- a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile +++ b/packages/aws-gateway-load-balancer-tunnel-handler/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 'sagitta' 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@sagitta')_ def pkgList = [ ['name': 'aws-gateway-load-balancer-tunnel-handler', |