[22.02.20] Main file not found testing

This commit is contained in:
andrewso 2020-02-22 23:47:04 +00:00
parent 3d787a6df9
commit 3362b6e25e
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ metadata:
name: RESOURCE_NAME name: RESOURCE_NAME
namespace: default namespace: default
spec: spec:
replicas: 1 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: RESOURCE_NAME app: RESOURCE_NAME

View File

@ -89,6 +89,8 @@ try {
} }
stage('Deploy') { stage('Deploy') {
sh "ls -la"
executeShellScript("configuration/scripts/deployToKubernetes.sh", executeShellScript("configuration/scripts/deployToKubernetes.sh",
env.APPLICATION_NAME) env.APPLICATION_NAME)
} }