corrects github apoi version identifier

This commit is contained in:
Hyatt 2023-04-20 07:22:16 -05:00
parent 2a1ff45063
commit a1ed63041c
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -46,7 +46,7 @@ pipeline {
""" """
AlpineGlibcPackageVersion = sh ( AlpineGlibcPackageVersion = sh (
script: "curl --silent --location --fail \"https://api.github.com/repos/sgerrand/alpine-pkg-glibc/releases\" | jq -r .[0].name", script: "curl --silent --location --fail \"https://api.github.com/repos/sgerrand/alpine-pkg-glibc/releases\" | jq -r .[0].tag_name",
returnStdout: true returnStdout: true
).trim() ).trim()
} }