diff --git a/compute_endpoint/packaging/JenkinsFile b/compute_endpoint/packaging/JenkinsFile index 1c35ea1e8..672b535f6 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.27.0" + env.TAG_NAME = "v2.27.1" env.DEFAULT_BRANCH = "build_for_stable" dir("compute_endpoint/packaging/") {