Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Nov 5, 2024
1 parent 3d526c7 commit 3cc31c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
26 changes: 1 addition & 25 deletions jenkinsfiles/trigger-external-tests
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
IM_ENVIRONMENT = 'im.dhis2.org'
IM_HOST = "https://api.$IM_ENVIRONMENT"
INSTANCE_GROUP_NAME = 'qa'
DATABASE_GROUP_NAME = 'qa'
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"
Expand Down Expand Up @@ -130,30 +130,6 @@ pipeline {
}
}

/* stage('Install Apps from App Hub') {
steps {
script {
echo 'Installing necessary apps from App Hub...'
sh """
chmod +x $WORKSPACE/scripts/install_apps_from_app_hub.sh
BASE_URL=$INSTANCE_URL USERNAME=$USERNAME PASSWORD=$PASSWORD $WORKSPACE/scripts/install_apps_from_app_hub.sh
"""
}
}
}
stage('Generate Analytics Tables') {
steps {
script {
echo 'Generating analytics tables...'
sh """
chmod +x $WORKSPACE/scripts/generate_analytics_tables.sh
BASE_URL=$INSTANCE_URL USERNAME=$USERNAME PASSWORD=$PASSWORD $WORKSPACE/scripts/generate_analytics_tables.sh
"""
}
}
} */

stage('Trigger Cypress Tests') {
steps {
script {
Expand Down
26 changes: 0 additions & 26 deletions scripts/generate_analytics_tables.sh

This file was deleted.

0 comments on commit 3cc31c2

Please sign in to comment.