Skip to content

Commit e5d43a2

Browse files
committed
don't build documentation in feature branch builds
Signed-off-by: Johannes Schneider <[email protected]>
1 parent ad0ef9f commit e5d43a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile_multibranch_pipeline

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pipeline {
4646
configFileProvider([configFile(fileId: 'mvn-bdc-settings', variable: 'MVN_SETTINGS')]) {
4747
sh "mvn -s $MVN_SETTINGS clean deploy javadoc:jar source:jar " +
4848
"-T1C --batch-mode --errors " +
49-
"-Pbuild-documentation,ditto " +
49+
"-Pditto " +
5050
"-Drevision=${theVersion} " +
5151
"${params.EXTRA_MAVEN_ARGS ?: ''}"
5252
}

0 commit comments

Comments
 (0)