Fix branch name env var

This commit is contained in:
Roman Mandeleil 2015-03-27 12:43:45 +03:00
parent 114595bb01
commit 6e92c3a5e0
1 changed files with 4 additions and 2 deletions

View File

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