Skip to content

Commit

Permalink
don't build documentation in feature branch builds
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schneider <johannes.schneider@bosch.io>
  • Loading branch information
jokraehe committed Mar 14, 2022
1 parent ad0ef9f commit e5d43a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_multibranch_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
configFileProvider([configFile(fileId: 'mvn-bdc-settings', variable: 'MVN_SETTINGS')]) {
sh "mvn -s $MVN_SETTINGS clean deploy javadoc:jar source:jar " +
"-T1C --batch-mode --errors " +
"-Pbuild-documentation,ditto " +
"-Pditto " +
"-Drevision=${theVersion} " +
"${params.EXTRA_MAVEN_ARGS ?: ''}"
}
Expand Down

0 comments on commit e5d43a2

Please sign in to comment.