Updating Jekinsfile
This commit is contained in:
parent
fecc782d01
commit
b0789bf9c7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user