BDDpluging_RegressionTest
All checks were successful
jenkins/ZenProject/pipeline/head This commit looks good
All checks were successful
jenkins/ZenProject/pipeline/head This commit looks good
This commit is contained in:
parent
0e81fec560
commit
d77499088f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
// This runs the Maven test phase
|
// This runs the Maven test phase
|
||||||
sh 'mvn test'
|
sh 'mvn test -P Regression'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user