Skip to content

Commit

Permalink
fix(ci): move publishDocs to runSteps (#4341)
Browse files Browse the repository at this point in the history
to be part of the stage's normal flow and overall build result

camunda/team-automation-platform#138
  • Loading branch information
yanavasileva authored May 15, 2024
1 parent c455f98 commit 875fce7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/daily/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ pipeline {
"'!distro/wildfly/modules,!distro/wildfly26/modules,!engine-rest/engine-rest-openapi' -DskipTests=true -Dskip.frontend.build=true",
withNpm: true,
jdkVersion: 'jdk-17-latest')
},
postSuccess: {
def projectVersion = env.JOB_NAME.split('/')[0] + "-SNAPSHOT"
cambpmPublishDocs("\"target/site/apidocs/\"", projectVersion, "javadoc")
}
Expand All @@ -101,8 +99,6 @@ pipeline {
"package -Dmaven.test.skip -pl '!engine-rest,!assembly'",
withNpm: true,
jdkVersion: 'jdk-11-latest')
},
postSuccess: {
def projectVersion = env.JOB_NAME.split('/')[0] + "-SNAPSHOT"
cambpmPublishDocs("\"engine-rest/docs/target/index.html\"", projectVersion, "rest")
}
Expand Down

0 comments on commit 875fce7

Please sign in to comment.