Updating Jekinsfile
This commit is contained in:
parent
5de38a368d
commit
fecc782d01
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
|
|
||||||
build_os_type="${params.os_type}"
|
build_os_type="${params.os_type}"
|
||||||
build_os_arch="${params.os_arch}"
|
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 {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user