Updating Jekinsfile

This commit is contained in:
WolverinDEV 2019-07-06 17:25:38 +02:00
parent fecc782d01
commit b0789bf9c7

4
Jenkinsfile vendored
View File

@ -59,7 +59,9 @@ pipeline {
stage('build::linux::amd64::build') {
steps {
echo "Deploy channel (empty on no deploy): ${teaclient_deploy_channel}"
sh './build_client.sh'
withCredentials([string(credentialsId: 'teaclient_deploy_secret', variable: 'teaclient_deploy_secret')]) {
sh './build_client.sh'
}
}
}
}