Finalize only master push feature

This commit is contained in:
Roman Mandeleil 2015-03-27 17:21:28 +03:00
parent 28b39a90ca
commit ebfdb860a8
1 changed files with 3 additions and 6 deletions

View File

@ -156,12 +156,9 @@ artifactory {
}
artifactoryPublish.onlyIf {
// (!pullRequest || pullRequest == 'false') &&
// project.version.endsWith('-SNAPSHOT') &&
(!pullRequest || pullRequest == 'false') &&
project.version.endsWith('-SNAPSHOT') &&
branchName.startsWith('master')
}
bintray {