[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
|
name: RESOURCE_NAME
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 0
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: RESOURCE_NAME
|
app: RESOURCE_NAME
|
||||||
|
|||||||
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user