@@ -6,7 +6,7 @@ pipeline {
stage('Build') {
steps {
// This runs the Maven test phase
sh 'mvn test'
sh 'mvn test -P Smoke'
}
The note is not visible to the blocked user.