Updating Jekinsfile

This commit is contained in:
WolverinDEV 2019-07-06 17:11:27 +02:00
parent 5de38a368d
commit fecc782d01

2
Jenkinsfile vendored
View File

@ -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 {