From 1543e8253e758feb3c91d66b081981c78258ac12 Mon Sep 17 00:00:00 2001 From: Reid Mello <30907815+rjmello@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:00:34 -0400 Subject: [PATCH] Bump Jenkins tag name to v2.27.0 --- compute_endpoint/packaging/JenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute_endpoint/packaging/JenkinsFile b/compute_endpoint/packaging/JenkinsFile index 467149d76..1c35ea1e8 100644 --- a/compute_endpoint/packaging/JenkinsFile +++ b/compute_endpoint/packaging/JenkinsFile @@ -29,7 +29,7 @@ pipeline { // temporary hack to build for stable sh "git checkout build_for_stable" - env.TAG_NAME = "v2.26.0" + env.TAG_NAME = "v2.27.0" env.DEFAULT_BRANCH = "build_for_stable" dir("compute_endpoint/packaging/") {