Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 9, 2024
1 parent 3016b9d commit 5160b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsfiles/trigger-external-tests
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
DATABASE_GROUP_NAME = 'test-dbs'
INSTANCE_NAME = "core-${env.GIT_BRANCH.replaceAll("\\P{Alnum}", "").toLowerCase()}-$BUILD_NUMBER"
INSTANCE_DOMAIN = "https://${INSTANCE_GROUP_NAME}.$IM_ENVIRONMENT"
INSTANCE_URL = "$INSTANCE_DOMAIN/$INSTANCE_NAME"
INSTANCE_URL = "https://qa.im.dhis2.org/core-triggerexternalappstest-107"
LIVENESS_PROBE_TIMEOUT_SECONDS = 3
READINESS_PROBE_TIMEOUT_SECONDS = 3
STARTUP_PROBE_FAILURE_THRESHOLD = 50
Expand Down

0 comments on commit 5160b03

Please sign in to comment.