Skip to content

Commit

Permalink
Add skipTests=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasa Berberovic committed Jun 17, 2020
1 parent 220b98f commit 452c8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {

configFileProvider([configFile(fileId: 'maven-settings-rsb', variable: 'MAVEN_SETTINGS_RSB')]) {

sh 'mvn -s $MAVEN_SETTINGS_RSB -U clean install deploy'
sh 'mvn -s $MAVEN_SETTINGS_RSB -U clean install deploy -DskipTests'

}
}
Expand Down

0 comments on commit 452c8f6

Please sign in to comment.