mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 14:51:55 +02:00
Add integration test stage in CI build
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -34,6 +34,10 @@ node() { // No specific label
|
||||
mvn 'test -Dsonia.scm.test.skip.hg=true -Dmaven.test.failure.ignore=true'
|
||||
}
|
||||
|
||||
stage('Integration Test') {
|
||||
mvn 'verify -Pit -pl :scm-webapp,:scm-it'
|
||||
}
|
||||
|
||||
stage('SonarQube') {
|
||||
|
||||
analyzeWith(mvn)
|
||||
|
||||
Reference in New Issue
Block a user