Updating Jekinsfile

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

2
Jenkinsfile vendored
View File

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