Compare commits
1 Commits
2baa7f12e3
...
b701281679
Author | SHA1 | Date |
---|---|---|
|
b701281679 |
|
@ -13,7 +13,10 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps {
|
steps {
|
||||||
sh '. ci/publish.sh'
|
sshagent(['jenkins-web']) {
|
||||||
|
sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :"
|
||||||
|
sh '. ci/publish.sh'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue