We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ef3b5 commit a705513Copy full SHA for a705513
addons/upgrade.jps
@@ -158,7 +158,7 @@ actions:
158
- version: ${this}
159
manifestUrl: ${baseUrl}/manifest.jps
160
envName: ${env.name}
161
- envAppid: ${env.appid}
+ envAppid: ${env.appid}
162
script: |
163
function deepCopy(obj) { return toNative(new org.json.JSONObject(obj)); }
164
function applyIf(obj, config) { for (var prop in config) { if (typeof obj[prop] == "undefined" || obj[prop] == null) { obj[prop] = config[prop]; } } return obj; }
@@ -232,7 +232,7 @@ actions:
232
}
233
234
return { result: 0 };
235
-
+
236
upgrade-masters-cluster:
237
- cmd[${this.id}]: |-
238
while true; do echo "$(kubectl get nodes --no-headers 2>/dev/null)" | grep -qv '\sReady\s' || break; sleep 3; done
0 commit comments