From bc5d6102ebd4a7f77247b3e3c4ab6b7a66bbc0b6 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 3 Jan 2022 13:25:47 -0600 Subject: [PATCH] corrects build stage label --- build-kaniko.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-kaniko.jenkins b/build-kaniko.jenkins index 67cdf54..34785cd 100644 --- a/build-kaniko.jenkins +++ b/build-kaniko.jenkins @@ -61,7 +61,7 @@ spec: } } - stage("Build Alpine with CA") { + stage("Build Kaniko with CA") { container("kaniko") { def DF = """FROM ${repository}/google/kaniko-project/executor:debug COPY ./kaniko-chain.crt /kaniko/ssl/certs/ca-certificates.crt