correct stage label
This commit is contained in:
parent
cbbb21e12d
commit
cf79d42e8a
@ -76,7 +76,7 @@ def deletePod (Map config) {
|
|||||||
|
|
||||||
def createSecret (Map config) {
|
def createSecret (Map config) {
|
||||||
def ws = pwd()
|
def ws = pwd()
|
||||||
stage ("Create Secret") {
|
stage ("Create/Update Secret") {
|
||||||
container ("alpine") {
|
container ("alpine") {
|
||||||
sh """
|
sh """
|
||||||
if [ ! -f "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then
|
if [ ! -f "/usr/bin/curl" ] || [ ! -x "/usr/bin/curl" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user