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 58ee02e commit 4c0cf99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pipeline {
sh "./gradlew assemble testClasses"
sh "./gradlew check"
echo "${params.release}"
echo "${params.release}" == true
echo "${params.release}" == "true"
echo "${params.release}" == 'true'
sh "test ${params.release} -eq 'true'"
Expand Down

0 comments on commit 4c0cf99

Please sign in to comment.