Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 16, 2024
1 parent 5160b03 commit 3c53dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "https://qa.im.dhis2.org/core-triggerexternalappstest-107"
INSTANCE_URL = "https://test.e2e.dhis2.org/analytics-2.41"
LIVENESS_PROBE_TIMEOUT_SECONDS = 3
READINESS_PROBE_TIMEOUT_SECONDS = 3
STARTUP_PROBE_FAILURE_THRESHOLD = 50
Expand Down Expand Up @@ -137,7 +137,7 @@ pipeline {
stage('Trigger Cypress Tests') {
steps {
script {
// def repos = ['dhis2/line-listing-app', 'dhis2/data-visualizer-app', 'dhis2/aggregate-data-entry-app', 'dhis2/dashboard-app', 'dhis2/capture-app', 'dhis2/maps-app', 'dhis2/user-app']
def repos = ['dhis2/line-listing-app', 'dhis2/data-visualizer-app', 'dhis2/aggregate-data-entry-app', 'dhis2/dashboard-app', 'dhis2/capture-app', 'dhis2/maps-app', 'dhis2/user-app']
def repos = ['dhis2/line-listing-app', 'dhis2/aggregate-data-entry-app']
def payload = [
dhis2_version: env.DOCKER_IMAGE_TAG,
Expand Down

0 comments on commit 3c53dbf

Please sign in to comment.