[22.02.20] Main file not found testing
This commit is contained in:
parent
3d787a6df9
commit
3362b6e25e
@ -6,7 +6,7 @@ metadata:
|
||||
name: RESOURCE_NAME
|
||||
namespace: default
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: RESOURCE_NAME
|
||||
|
||||
@ -89,6 +89,8 @@ try {
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
sh "ls -la"
|
||||
|
||||
executeShellScript("configuration/scripts/deployToKubernetes.sh",
|
||||
env.APPLICATION_NAME)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user