BDDpluging_RegressionTest
All checks were successful
jenkins/ZenProject/pipeline/head This commit looks good

This commit is contained in:
dadgam3er 2024-10-08 03:24:23 -04:00
parent 0e81fec560
commit d77499088f

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stage('Build') {
steps {
// This runs the Maven test phase
sh 'mvn test'
sh 'mvn test -P Regression'
}
}
}