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 Jan 2, 2017
1 parent acc1aa9 commit e88413d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pipeline {
// }
stage("Publish release") {
when {
env.RELEASE == true
env.RELEASE == "true"
// true
}
steps {
sh "./gradlew javadoc >/dev/null"
Expand Down

0 comments on commit e88413d

Please sign in to comment.