Skip to content
Snippets Groups Projects
Commit ba2d0d46 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7906 really fix rollout

parent 11369c24
Branches
Tags
1 merge request!18OZG-7906 fix gitops-rollout
......@@ -430,5 +430,5 @@ Void pushNewGitopsVersion(String environment) {
}
Boolean hasAggregationManagerValuesFileChanged(String environment) {
return sh (script: "git status | grep '${environment}/application/values/aggregation-manager-values.yaml'", returnStatus: true) == env.SH_SUCCESS_STATUS_CODE as Integer
return sh (script: "git status | grep '${environment}/application/values/aggregation-manager-.*-values.yaml'", returnStatus: true) == env.SH_SUCCESS_STATUS_CODE as Integer
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment