fix: 29
jenkins/ZenProject/pipeline/head This commit looks good

This commit is contained in:
2024-10-06 19:44:49 -04:00
parent 1cee2d7630
commit 32648aa817
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 Smoke'
}
}
}