BDDpluging_RegressionTest

This commit is contained in:
2024-10-08 03:24:23 -04:00
parent 0e81fec560
commit d77499088f
Vendored
+1 -1
View File
@@ -6,7 +6,7 @@ pipeline {
stage('Build') {
steps {
// This runs the Maven test phase
sh 'mvn test'
sh 'mvn test -P Regression'
}
}
}