feat:统一流水线

This commit is contained in:
2025-07-28 09:08:06 +08:00
parent ec427dd19a
commit 75bba85b95
Vendored
+1 -1
View File
@@ -70,7 +70,7 @@ pipeline {
timeout(time: 60, unit: 'SECONDS') { timeout(time: 60, unit: 'SECONDS') {
waitUntil { waitUntil {
def status = sh( def status = sh(
script: "docker inspect -f '{{.State.Health.Status}}' $CONTAINER_NAME || echo 'no-healthcheck'", script: "docker inspect -f '{{.State.Health.Status}}' $CONTAINER_NAME || echo 'unhealthy'",
returnStdout: true returnStdout: true
).trim() ).trim()