corrects github apoi version identifier
This commit is contained in:
parent
2a1ff45063
commit
a1ed63041c
@ -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()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user