boolean isOnMainBranch()

in vars/slingOsgiBundleBuild.groovy [330:332]


boolean isOnMainBranch() {
    return env.BRANCH_NAME == 'master'
}