Compare commits
1 Commits
4af4cd2cce
...
f498065b17
Author | SHA1 | Date |
---|---|---|
|
f498065b17 |
|
@ -13,6 +13,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Publish') {
|
||||
steps {
|
||||
sh 'pip wheel -w dist -r requirements.txt'
|
||||
sshagent(['jenkins-web']) {
|
||||
sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :"
|
||||
sh '. ci/publish.sh'
|
||||
|
|
Loading…
Reference in New Issue