.
This commit is contained in:
parent
6f80d5f4e0
commit
b725949077
@ -5,7 +5,7 @@ def repositoryCreds = "harbor-repository-creds"
|
|||||||
|
|
||||||
def workspace
|
def workspace
|
||||||
|
|
||||||
def AlpineGlibcBaseURL="https://nexus.c.test-chamber-13.lan/repository/github-releases/sgerrand/alpine-pkg-glibc/releases/download"
|
def AlpineGlibcBaseURL = "https://nexus.c.test-chamber-13.lan/repository/github-releases/sgerrand/alpine-pkg-glibc/releases/download"
|
||||||
def staticVersion = "2.34-r0"
|
def staticVersion = "2.34-r0"
|
||||||
|
|
||||||
def GlibcLanguage = "C.UTF-8"
|
def GlibcLanguage = "C.UTF-8"
|
||||||
@ -118,7 +118,7 @@ RUN apk add --update --no-cache --virtual=.build-dependencies \\
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ("Build & Push (v${staticVersion})") {
|
stage ('Build & Push (v' + staticVersion + ')') {
|
||||||
steps {
|
steps {
|
||||||
container ('kaniko') {
|
container ('kaniko') {
|
||||||
script {
|
script {
|
||||||
|
Reference in New Issue
Block a user