Skip to content
Snippets Groups Projects
Commit a7faf517 authored by Burhan Akbar's avatar Burhan Akbar
Browse files

Four levels of testing v3

parent 7f9e1e70
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,11 @@ pipeline {
stage('Test') {
steps {
// Run all tests except mapper tests
sh './gradlew test --tests "com.cardiff.*" --tests "!com.cardiff.client_project.mapper.*"'
// Only run specific tests - more reliable than exclusions
sh '''
./gradlew test --tests "com.cardiff.client_project.controller.*" \
--tests "com.cardiff.client_project.service.*" \
'''
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment