Skip to content

Commit dfc2f34

Browse files
committed
Skip tests on Jenkins
1 parent 04051b0 commit dfc2f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 -B -s $MAVEN_SETTINGS_RSB -U clean deploy'
23+
sh 'mvn -B -s $MAVEN_SETTINGS_RSB -U clean deploy -DskipTests=true'
2424

2525
}
2626
}

0 commit comments

Comments
 (0)