updating build logic to support branches

This commit is contained in:
thelamer 2018-08-28 22:25:25 -07:00
parent 5fda3244e7
commit 774ba0034b

3
Jenkinsfile vendored
View File

@ -106,9 +106,6 @@ pipeline {
stage("Set ENV live build"){
when {
branch "master"
expression {
env.LS_RELEASE != env.EXT_RELEASE + '-pkg-' + env.PACKAGE_TAG + '-ls' + env.LS_TAG_NUMBER
}
environment name: 'CHANGE_ID', value: ''
}
steps {