NOTICK: add flag to ensure API docs are published as part of release process (#7103)

This commit is contained in:
Ronan Browne 2022-03-07 17:00:10 +00:00 committed by GitHub
parent 1e227fdfc4
commit e1746e068c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ pipeline {
rtGradleRun(
usesPlugin: true,
useWrapper: true,
switches: '-s --info',
switches: '-s --info -DpublishApiDocs',
tasks: 'artifactoryPublish',
deployerId: 'deployer',
buildName: env.ARTIFACTORY_BUILD_NAME