Skip to content

Commit 452c8f6

Browse files
author
Sasa Berberovic
committed
Add skipTests=true
1 parent 220b98f commit 452c8f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline {
2020

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

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

2525
}
2626
}

0 commit comments

Comments
 (0)