Skip to content

Commit

Permalink
update health check for stager-api-server
Browse files Browse the repository at this point in the history
  • Loading branch information
hurngchunlee committed Aug 9, 2024
1 parent e48badd commit 84bbe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pipeline {
-wait tcp://service:3001 \
-wait tcp://ui-db:5432 \
-wait http://ui:9000 \
-wait http://stager-api-server:8080'
-wait http://stager-api-server:8080/v1/ping'
)
}
}
Expand Down

0 comments on commit 84bbe0f

Please sign in to comment.