Compare commits
1 Commits
4af4cd2cce
...
f498065b17
Author | SHA1 | Date |
---|---|---|
|
f498065b17 |
|
@ -13,6 +13,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'pip wheel -w dist -r requirements.txt'
|
||||||
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'
|
||||||
|
|
Loading…
Reference in New Issue