Skip to content

Commit 774ba00

Browse files
committed
updating build logic to support branches
1 parent 5fda324 commit 774ba00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ pipeline {
106106
stage("Set ENV live build"){
107107
when {
108108
branch "master"
109-
expression {
110-
env.LS_RELEASE != env.EXT_RELEASE + '-pkg-' + env.PACKAGE_TAG + '-ls' + env.LS_TAG_NUMBER
111-
}
112109
environment name: 'CHANGE_ID', value: ''
113110
}
114111
steps {

0 commit comments

Comments
 (0)