correct stage label

This commit is contained in:
Hyatt 2022-03-15 16:29:26 -05:00
parent cbbb21e12d
commit cf79d42e8a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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