Updating Jekinsfile
This commit is contained in:
Vendored
+1
-1
@@ -25,7 +25,7 @@ pipeline {
|
||||
|
||||
build_os_type="${params.os_type}"
|
||||
build_os_arch="${params.os_arch}"
|
||||
teaclient_deploy_channel = "${params.deploy_build ? ${params.channel} : ${params.channel}}"
|
||||
teaclient_deploy_channel = "${params.deploy_build ? "${params.channel}" : ""}"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user