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