Skip to content

Commit

Permalink
jenkins - clean before docs/publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dos65 committed May 24, 2018
1 parent d66e754 commit 9a21fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ node("JenkinsOnDemand") {
checkout scm
sh "cd ${env.WORKSPACE}"
sh "git fetch --tags"
sh "${env.WORKSPACE}/sbt/sbt clean"
}

if (publishDocs()) {
Expand Down

0 comments on commit 9a21fbe

Please sign in to comment.