From cf79d42e8ab4a0c3a38a15ec48fa9b0c589a9493 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Tue, 15 Mar 2022 16:29:26 -0500 Subject: [PATCH] correct stage label --- vars/functions.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/functions.groovy b/vars/functions.groovy index 73b0026..1d08d88 100644 --- a/vars/functions.groovy +++ b/vars/functions.groovy @@ -76,7 +76,7 @@ def deletePod (Map config) { def createSecret (Map config) { def ws = pwd() - stage ("Create Secret") { + stage ("Create/Update Secret") { container ("alpine") { sh """ if [ ! -f "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then