Skip to content

Commit

Permalink
#156. Switch publishing to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Joński committed Dec 22, 2016
1 parent 7dcb16c commit 8feb34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
// env.BRANCH == 'master'
// }
steps {
REV = sh(returnStdout: true, script: '$(git rev - parse-- short HEAD)')
def REV = sh(returnStdout: true, script: '$(git rev - parse-- short HEAD)')
sh "npm install gitbook-cli"
sh "./gradlew javadoc >/dev/null"
sh "mv ./build/docs/javadoc ./src/book/javadoc"
Expand Down

0 comments on commit 8feb34b

Please sign in to comment.