mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
Set profile for jenkins build
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -22,12 +22,12 @@ node() { // No specific label
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
mvn 'clean install -DskipTests'
|
||||
mvn 'clean install -Prelease -DskipTests'
|
||||
archive '**/target/*.jar,**/target/*.zip'
|
||||
}
|
||||
|
||||
stage('Unit Test') {
|
||||
mvn 'test'
|
||||
mvn 'test -Prelease -Dsonia.scm.test.skip.hg=true'
|
||||
}
|
||||
|
||||
stage('SonarQube') {
|
||||
|
||||
Reference in New Issue
Block a user