correct stage label
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user