1
0
Fork 0

ci: Fetch wheels

Dustin 2018-07-26 18:43:06 -05:00
parent b701281679
commit 4af4cd2cce
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ pipeline {
stages { stages {
stage('Publish') { stage('Publish') {
steps { steps {
sh 'pip wheel -w dist'
sshagent(['jenkins-web']) { sshagent(['jenkins-web']) {
sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :" sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :"
sh '. ci/publish.sh' sh '. ci/publish.sh'