Skip to content

Commit

Permalink
debug: comment instance deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 9, 2024
1 parent ac9d1d4 commit 3016b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkinsfiles/trigger-external-tests
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ pipeline {
}
}

// Commented out "Deploy DHIS2 Instance" stage to save resources during debugging
/*
stage('Deploy DHIS2 Instance') {
steps {
script {
Expand Down Expand Up @@ -129,6 +131,8 @@ pipeline {
}
}
}
*/


stage('Trigger Cypress Tests') {
steps {
Expand Down

0 comments on commit 3016b9d

Please sign in to comment.